diff --git a/0001-modify-and-update-desktop-file.patch b/0001-modify-and-update-desktop-file.patch new file mode 100644 index 0000000..8d28877 --- /dev/null +++ b/0001-modify-and-update-desktop-file.patch @@ -0,0 +1,22 @@ +From e0002619e33d00ba0da99951c567487588c9747b Mon Sep 17 00:00:00 2001 +From: tanyulong2021 +Date: Thu, 28 Jul 2022 16:32:37 +0800 +Subject: [PATCH] modify and update desktop file + +--- + data/ukui-volume-control-applet.desktop.in | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/data/ukui-volume-control-applet.desktop.in b/data/ukui-volume-control-applet.desktop.in +index fe6398a..726b031 100644 +--- a/data/ukui-volume-control-applet.desktop.in ++++ b/data/ukui-volume-control-applet.desktop.in +@@ -15,3 +15,5 @@ X-UKUI-Bugzilla-Component=ukui-volume-control + # See http://bugzilla.ukui.org/show_bug.cgi?id=568320 + #X-UKUI-Autostart-Phase=Panel + X-UKUI-AutoRestart=true ++X-UKUI-AutoRestart-Phase=Application ++ +-- +2.33.0 + diff --git a/ukui-media.spec b/ukui-media.spec index 3f15caa..4fa38ec 100644 --- a/ukui-media.spec +++ b/ukui-media.spec @@ -1,6 +1,6 @@ Name: ukui-media Version: 3.0.2 -Release: 16 +Release: 17 Summary: UKUI media utilities License: GPL-2.0-or-later and GPL-3.0-or-later and BSD-3-Clause URL: http://www.ukui.org @@ -33,6 +33,8 @@ Requires: glib2 Recommends: alsa-utils sound-theme-freedesktop +patch0: 0001-modify-and-update-desktop-file.patch + %description A simple and lightweight screensaver written by Qt5. The screensaver supports biometric auhentication which is @@ -49,6 +51,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep %setup -q +%patch0 -p1 %build ./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64 @@ -110,6 +113,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/ &> /dev/null ||: %{_datadir}/glib-2.0/ %changelog +* Thu Jul 28 2022 tanyulong - 3.0.2-17 +- modify and update desktop file + * Thu Apr 28 2022 wangyueliang - 3.0.2-16 - Improve the project according to the requirements of compliance improvement.