add ukui-enable-manual-login package
This commit is contained in:
parent
8dd3fd8033
commit
8bc1b76c57
2
50-enable-manual-login.conf
Normal file
2
50-enable-manual-login.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[SeatDefaults]
|
||||
greeter-show-manual-login=true
|
||||
@ -1,11 +1,12 @@
|
||||
%define debug_package %{nil}
|
||||
Name: ukui-desktop-environment
|
||||
Version: 2.0.2
|
||||
Release: 13
|
||||
Release: 14
|
||||
Summary: ukui-desktop-environment
|
||||
License: GPL-2+
|
||||
URL: http://www.ukui.org
|
||||
Source0: ukui-desktop-environment-2.0.2.tar.gz
|
||||
Source1: 50-enable-manual-login.conf
|
||||
BuildArch: noarch
|
||||
|
||||
patch1: 0001-change-default-gtk-theme-and-icon-theme.patch
|
||||
@ -131,6 +132,13 @@ The UKUI Desktop Environment is the continuation of MATE. It provides an
|
||||
UKUI file manager (Peony), the UKUI control center and a limited set of
|
||||
other obligatory UKUI desktop components.
|
||||
|
||||
%package -n ukui-enable-manual-login
|
||||
Summary: Enable manual login in UKUI desktop environment
|
||||
Requires: ukui-greeter
|
||||
%description -n ukui-enable-manual-login
|
||||
Enable manual login in UKUI desktop environment
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
@ -140,6 +148,8 @@ The UKUI Desktop Environment is the continuation of MATE. It provides an
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/usr/share/lightdm/lightdm.conf.d/
|
||||
cp -r %{SOURCE1} %{buildroot}/usr/share/lightdm/lightdm.conf.d/
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -155,10 +165,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc debian/changelog
|
||||
|
||||
%files -n ukui
|
||||
%doc debian/copyright
|
||||
%doc debian/changelog
|
||||
%doc debian/copyright debian/changelog
|
||||
|
||||
%files -n ukui-enable-manual-login
|
||||
%doc debian/copyright debian/changelog
|
||||
%{_datadir}/lightdm/lightdm.conf.d/50-enable-manual-login.conf
|
||||
|
||||
%changelog
|
||||
* Tue Mar 8 2022 douyan <douyan@kylinos.cn> - 2.0.10-14
|
||||
- add ukui-enable-manual-login package
|
||||
|
||||
* Mon Mar 7 2022 douyan <douyan@kylinos.cn> - 2.0.10-13
|
||||
- remove ukwm
|
||||
|
||||
@ -177,8 +193,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Thu Sep 2 2021 douyan <douyan@kylinos.cn> - 2.0.2-8
|
||||
- add Recommends: kylin-video fcitx
|
||||
|
||||
* Tue Jul 15 2021 tanyulong <tanyulong@kylinos.cn> - 2.0.2-7
|
||||
-change default gtk theme and icon theme
|
||||
* Thu Jul 15 2021 tanyulong <tanyulong@kylinos.cn> - 2.0.2-7
|
||||
- change default gtk theme and icon theme
|
||||
|
||||
* Wed Feb 3 2021 lvhan <lvhan@kylinos.cn> - 2.0.2-6
|
||||
- add Recommends
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user