diff --git a/0001-Add-ukui-themes-as-alternative-and-drop-eom-et.patch b/0001-Add-ukui-themes-as-alternative-and-drop-eom-et.patch new file mode 100644 index 0000000..6c3053b --- /dev/null +++ b/0001-Add-ukui-themes-as-alternative-and-drop-eom-et.patch @@ -0,0 +1,50 @@ +From 8844a814ec08a2006dcaf5fc56b6bb0e82dc74d9 Mon Sep 17 00:00:00 2001 +From: tanyulong +Date: Thu, 28 Oct 2021 14:09:41 +0800 +Subject: [PATCH] Add ukui-themes as alternative and drop eom et + +--- + debian/control | 8 ++------ + 1 file changed, 2 insertions(+), 6 deletions(-) + +diff --git a/debian/control b/debian/control +index d239dc3..49462a7 100755 +--- a/debian/control ++++ b/debian/control +@@ -27,7 +27,7 @@ Depends: peony, + ukui-polkit, + ukui-settings-daemon, + mate-terminal, +- ubuntukylin-theme (>= 1.6.2), ++ ubuntukylin-theme (>= 1.6.2) | ukui-themes, + ${misc:Depends}, + Description: UKUI Desktop Environment (essential components, metapackage) + The UKUI Desktop Environment is the continuation of MATE. It provides an +@@ -51,14 +51,11 @@ Recommends: atril, + desktop-base, + ubuntukylin-wallpapers, + engrampa, +- eom, + ffmpegthumbnailer, +- mate-calc, + ukui-media, + ukui-notification-daemon, + ukui-power-manager, + ukui-screensaver, +- mate-utils, + pluma, + qt5-ukui-platformtheme, + Suggests: mail-reader | thunderbird, +@@ -81,8 +78,7 @@ Architecture: all + Provides: ukui-extras, + Depends: ukui-desktop-environment (= ${binary:Version}), + ${misc:Depends}, +-Recommends: blueman, +- dconf-editor, ++Recommends: dconf-editor, + gnome-keyring, + yelp, + Description: UKUI Desktop Environment (extra components, metapackage) +-- +2.30.0 + diff --git a/ukui-desktop-environment.spec b/ukui-desktop-environment.spec index e1463c1..1e95aca 100644 --- a/ukui-desktop-environment.spec +++ b/ukui-desktop-environment.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: ukui-desktop-environment Version: 2.0.2 -Release: 10 +Release: 11 Summary: ukui-desktop-environment License: GPL-2+ URL: http://www.ukui.org @@ -10,6 +10,7 @@ BuildArch: noarch patch1: 0001-change-default-gtk-theme-and-icon-theme.patch patch2: 0001-add-components-list-in-README.patch +patch3: 0001-Add-ukui-themes-as-alternative-and-drop-eom-et.patch Requires: ukui-greeter ukui-control-center qt5-ukui-platformtheme ukui-menu ukui-panel ukui-polkit ukui-power-manager ukui-screensaver ukui-session-manager ukui-settings-daemon ukui-sidebar ukui-themes ukui-wallpapers ukui-system-monitor ukui-window-switch peony peony-extensions kylin-nm qt5-ukui-platformtheme ukui-media qt5-qtquickcontrols qt5-qtgraphicaleffects ubuntukylin-default-settings engrampa shotwell atril ukwm @@ -80,6 +81,7 @@ The UKUI Desktop Environment is the continuation of MATE. It provides an %setup -q %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build @@ -103,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %doc debian/changelog %changelog +* Thu Oct 28 2021 tanyulong - 2.0.2-11 +- Add ukui themes as alternative and drop eom et + * Thu Oct 28 2021 tanyulong - 2.0.2-10 - add components list-in README