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