From e0da85f87b3fbaae6a9fe3994019a79996d28d7d Mon Sep 17 00:00:00 2001 From: lvfei Date: Thu, 29 Dec 2022 22:02:14 -0500 Subject: [PATCH] add ukui notification daemon zn_CN --- 0001-add-translations-file.patch | Bin 0 -> 1184 bytes ukui-notification-daemon.spec | 10 ++++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 0001-add-translations-file.patch diff --git a/0001-add-translations-file.patch b/0001-add-translations-file.patch new file mode 100644 index 0000000000000000000000000000000000000000..0707afa50fee1cc52679ffe6d45076b6c56c8a75 GIT binary patch literal 1184 zcmYevOiNSH^-C-&RVd9a&D71yFUd^HOinDx%+J$JNleWJQpS45dWL#QiP`$Nl*CtM z#5?=x73LB!gs=fzy1Kdq3?a@XoQ9U>2D%1@K%`(`VP#+dM0y4=prCDFVPL?et*uSK zGQuwAG%_$U(ls>FH8xN%G_W!?wK6u*votid01BHJLM?J|P|!8dF;LJpRB&+M(ze-= zB5~^doT+COW%eg5+mPVjX56!IFHT(uxBl#0KJpWEK>&0~!1U z`30o~o+YWd;h8DvsU?hDF$&M7wLjUt?dgVn&o(W5HmCDh@1hqAd!DaZ#+5?N_$?`> zFtkdFsT98@#dL~aphcv`ua2P+B#P}Ta&r{QQj3a#ImuSZP|rX~AvG^KKP59S-Bziz zBu&>s$=(i_6ck7RfWRg%F*nr?Emhd)gGHe#a#M?ofo4E8fHmdhLvp!7T4qivNUg0>aZ$29*qBUU z;wlFxF1_S}0-zf*^MKNZ<`zo&$VL?Bmlh?b+JO?LjXsnEu@G!SNl{{6aSpgBv3u4( a;rWtXHu}h7P`BwL9A~4C@R^N1C_n%rQF`eB literal 0 HcmV?d00001 diff --git a/ukui-notification-daemon.spec b/ukui-notification-daemon.spec index 2a6da99..8379c2c 100644 --- a/ukui-notification-daemon.spec +++ b/ukui-notification-daemon.spec @@ -2,11 +2,12 @@ Name: ukui-notification-daemon Version: 3.3.1 -Release: 1 +Release: 2 Summary: daemon to display passive popup notifications License: GPL-3+ URL: https://github.com/ukui/ukui-notification-daemon Source0: %{name}-%{version}.tar.gz +Patch01: 0001-add-translations-file.patch BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtsvg-devel @@ -36,6 +37,7 @@ Desktop Notifications spec. %prep %setup -q +%patch01 -p1 %build export PATH=%{_qt5_bindir}:$PATH @@ -48,7 +50,7 @@ popd %install pushd qmake-build %{make_install} INSTALL_ROOT=%{buildroot} -popd +popd %files @@ -58,8 +60,12 @@ popd %{_datadir}/dbus-1/services/org.ukui.freedesktop.Notification.service %{_datadir}/glib-2.0/schemas/org.ukui.notification.gschema.xml %{_datadir}/glib-2.0/schemas/org.ukui.log4qt.ukui-notification.gschema.xml +%{_datadir}/ukui-notification-daemon/ukui-notification-daemon_zh_CN.qm %changelog +* Fri Dec 30 2022 lvfei - 3.3.1-2 +- add patch :0001-add-translations-file.patch + * Thu Nov 10 2022 douyan - 3.3.1-1 - update to upstream version 3.3.1.0225.1