diff --git a/fix_desktop_file.patch b/fix_desktop_file.patch deleted file mode 100644 index 934c4f0..0000000 --- a/fix_desktop_file.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: lxqt-notificationd-0.9.0/config/lxqt-config-notificationd.desktop.in -=================================================================== ---- lxqt-notificationd-0.9.0.orig/config/lxqt-config-notificationd.desktop.in -+++ lxqt-notificationd-0.9.0/config/lxqt-config-notificationd.desktop.in -@@ -5,7 +5,7 @@ GenericName=LXQt Notification Settings - Comment=Configure desktop notifications - Exec=lxqt-config-notificationd - Icon=preferences-desktop-theme --Categories=Settings;DesktopSettings;Qt;LXQt; --OnlyShowIn=LXQt;LXDE; -+Categories=Settings;DesktopSettings;Qt;X-LXQt; -+OnlyShowIn=X-LXQt;LXDE; - - #TRANSLATIONS_DIR=translations diff --git a/lxqt-notificationd-0.10.0.tar.xz b/lxqt-notificationd-0.10.0.tar.xz new file mode 100644 index 0000000..353d712 --- /dev/null +++ b/lxqt-notificationd-0.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5 +size 30896 diff --git a/lxqt-notificationd-0.9.0.tar.xz b/lxqt-notificationd-0.9.0.tar.xz deleted file mode 100644 index 7c477fb..0000000 --- a/lxqt-notificationd-0.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f33f8086319ed9d4cffddaed76925db5d79716e90d1112e5b124c95594a74b24 -size 37052 diff --git a/lxqt-notificationd.changes b/lxqt-notificationd.changes index 8d2ece4..80093f3 100644 --- a/lxqt-notificationd.changes +++ b/lxqt-notificationd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 6 15:11:36 UTC 2015 - mvetter@suse.com + +- Upstream release 0.10.0 +- Removing patches: + * fix_desktop_file.patch- Using sed in spec file now. + ------------------------------------------------------------------- Fri Feb 20 20:20:09 UTC 2015 - sfalken@opensuse.org diff --git a/lxqt-notificationd.spec b/lxqt-notificationd.spec index d5fd660..01b3f74 100644 --- a/lxqt-notificationd.spec +++ b/lxqt-notificationd.spec @@ -17,16 +17,14 @@ Name: lxqt-notificationd -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: Global keyboard shortcuts Tools License: LGPL-2.1+ Group: System/GUI/LXDE-Qt Url: http://www.lxde.org Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz -# PATCH-FIX-OPENSUSE fix_desktop_file.patch sfalken@opensuse.org -- Fix Desktop categories -Patch0: fix_desktop_file.patch -BuildRequires: cmake +BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: kwindowsystem-devel @@ -44,11 +42,12 @@ Daemon and library for global keyboard shortcuts regustration %prep %setup -q -%patch0 -p1 +# Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and shut rpmlint warnings +#find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} + %build %cmake -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install %cmake_install @@ -62,12 +61,12 @@ Daemon and library for global keyboard shortcuts regustration %files %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS LICENSE README.md %{_bindir}/%{name} %{_bindir}/lxqt-config-notificationd %{_datadir}/applications/lxqt-config-notificationd.desktop -%files -n %{name}-lang +%files lang %defattr(-,root,root) %{_datadir}/lxqt/translations