!63 [sync] PR-60: add desktop

From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2023-11-17 10:54:24 +00:00 committed by Gitee
commit c1b14552da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 14 additions and 1 deletions

1
desktop Normal file
View File

@ -0,0 +1 @@
DESKTOP="UKUI"

View File

@ -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