add desktop
(cherry picked from commit b06bd03862ca53313fd6afca376b2726a4eafbfc)
This commit is contained in:
parent
bdc5143f2a
commit
ca4c0f89f3
@ -1,12 +1,13 @@
|
||||
%define debug_package %{nil}
|
||||
Name: ukui-desktop-environment
|
||||
Version: 2.0.2
|
||||
Release: 18
|
||||
Release: 19
|
||||
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
|
||||
Source2: desktop
|
||||
BuildArch: noarch
|
||||
|
||||
patch1: 0001-change-default-gtk-theme-and-icon-theme.patch
|
||||
@ -121,6 +122,7 @@ Requires: qt5-qtgraphicaleffects
|
||||
Requires: ubuntukylin-default-settings
|
||||
Requires: engrampa
|
||||
Requires: shotwell
|
||||
Requires: kylin-photo-viewer
|
||||
Requires: atril
|
||||
Requires: ukui-kwin
|
||||
Requires: google-noto-sans-cjk-ttc-fonts
|
||||
@ -223,6 +225,9 @@ Enable manual login in UKUI desktop environment
|
||||
mkdir -p %{buildroot}/usr/share/lightdm/lightdm.conf.d/
|
||||
cp -r %{SOURCE1} %{buildroot}/usr/share/lightdm/lightdm.conf.d/
|
||||
|
||||
mkdir -p %{buildroot}/etc/sysconfig
|
||||
cp -r %{SOURCE2} %{buildroot}/etc/sysconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -241,12 +246,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -n ukui-server
|
||||
%doc debian/copyright debian/changelog
|
||||
%{_sysconfdir}/sysconfig/desktop
|
||||
|
||||
%files -n ukui-enable-manual-login
|
||||
%doc debian/copyright debian/changelog
|
||||
%{_datadir}/lightdm/lightdm.conf.d/50-enable-manual-login.conf
|
||||
|
||||
%changelog
|
||||
* Mon Jun 19 2023 peijiankang <peijiankang@kylinos.cn> - 2.0.2-19
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: add desktop
|
||||
|
||||
* Fri Jun 16 2023 douyan <douyan@kylinos.cn> - 2.0.2-18
|
||||
- add package ukui-server
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user