update to version 3.0.2
This commit is contained in:
parent
4cdd5c49f9
commit
7a5826e320
12
fix-ukui-media-translation.patch
Normal file
12
fix-ukui-media-translation.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -ur ukui-media-3.0.1/ukui-volume-control-applet-qt/ukui-volume-control-applet-qt.pro ukui-media-3.0.1~/ukui-volume-control-applet-qt/ukui-volume-control-applet-qt.pro
|
||||||
|
--- ukui-media-3.0.1/ukui-volume-control-applet-qt/ukui-volume-control-applet-qt.pro 2020-08-25 21:26:30.000000000 +0800
|
||||||
|
+++ ukui-media-3.0.1~/ukui-volume-control-applet-qt/ukui-volume-control-applet-qt.pro 2020-10-26 14:56:13.217573360 +0800
|
||||||
|
@@ -70,7 +70,7 @@
|
||||||
|
translations/tr.ts \
|
||||||
|
translations/bo.ts
|
||||||
|
|
||||||
|
-system("lrelease translations/*.ts")
|
||||||
|
+system("lrelease-qt5 translations/*.ts")
|
||||||
|
|
||||||
|
qm_file.files = translations/*.qm
|
||||||
|
qm_file.path = $${PREFIX}/translations/
|
||||||
Binary file not shown.
BIN
ukui-media-3.0.2.tar.gz
Normal file
BIN
ukui-media-3.0.2.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: ukui-media
|
Name: ukui-media
|
||||||
Version: 2.0.4
|
Version: 3.0.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: UKUI media utilities
|
Summary: UKUI media utilities
|
||||||
License: GPL-2+ GPL-3+ LGPL-2+ BSD-3-Clause
|
License: GPL-2+ GPL-3+ LGPL-2+ BSD-3-Clause
|
||||||
@ -32,6 +32,8 @@ Requires: ukui-media-common = %{version}
|
|||||||
|
|
||||||
Recommends: alsa-utils sound-theme-freedesktop
|
Recommends: alsa-utils sound-theme-freedesktop
|
||||||
|
|
||||||
|
patch0: fix-ukui-media-translation.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A simple and lightweight screensaver written by Qt5.
|
A simple and lightweight screensaver written by Qt5.
|
||||||
The screensaver supports biometric auhentication which is
|
The screensaver supports biometric auhentication which is
|
||||||
@ -48,6 +50,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64
|
./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64
|
||||||
@ -109,6 +112,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/
|
|||||||
%{_datadir}/glib-2.0/
|
%{_datadir}/glib-2.0/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 26 2020 douyan <douyan@kylinos.cn> - 3.0.2-1
|
||||||
|
- update to upstream version 3.0.1-1+1026
|
||||||
|
|
||||||
* Wen Sep 14 2020 douyan <douyan@kylinos.cn> - 2.0.4-1
|
* Wen Sep 14 2020 douyan <douyan@kylinos.cn> - 2.0.4-1
|
||||||
- update to upstream version 2.0.4-2+0806
|
- update to upstream version 2.0.4-2+0806
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user