modify and update desktop file

This commit is contained in:
tanyulong2021 2022-07-28 16:38:06 +08:00
parent 4032d27647
commit feb45648c6
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,22 @@
From e0002619e33d00ba0da99951c567487588c9747b Mon Sep 17 00:00:00 2001
From: tanyulong2021 <tanyulong@kylinos.cn>
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

View File

@ -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 <tanyulong@kylinos.cn> - 3.0.2-17
- modify and update desktop file
* Thu Apr 28 2022 wangyueliang <wangyueliang@kylinos.cn> - 3.0.2-16
- Improve the project according to the requirements of compliance improvement.