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