forked from pool/lxqt-notificationd
Accepting request 343387 from X11:LXQt
OBS-URL: https://build.opensuse.org/request/show/343387 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-notificationd?expand=0&rev=5
This commit is contained in:
parent
ca8a6a5328
commit
a0b00c5872
@ -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
|
|
3
lxqt-notificationd-0.10.0.tar.xz
Normal file
3
lxqt-notificationd-0.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5
|
||||||
|
size 30896
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f33f8086319ed9d4cffddaed76925db5d79716e90d1112e5b124c95594a74b24
|
|
||||||
size 37052
|
|
@ -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
|
Fri Feb 20 20:20:09 UTC 2015 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
@ -17,16 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lxqt-notificationd
|
Name: lxqt-notificationd
|
||||||
Version: 0.9.0
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Global keyboard shortcuts Tools
|
Summary: Global keyboard shortcuts Tools
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/LXDE-Qt
|
Group: System/GUI/LXDE-Qt
|
||||||
Url: http://www.lxde.org
|
Url: http://www.lxde.org
|
||||||
Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
|
Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-OPENSUSE fix_desktop_file.patch sfalken@opensuse.org -- Fix Desktop categories
|
BuildRequires: cmake >= 3.0.2
|
||||||
Patch0: fix_desktop_file.patch
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: kwindowsystem-devel
|
BuildRequires: kwindowsystem-devel
|
||||||
@ -44,11 +42,12 @@ Daemon and library for global keyboard shortcuts regustration
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
%__make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
@ -62,12 +61,12 @@ Daemon and library for global keyboard shortcuts regustration
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS LICENSE README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/lxqt-config-notificationd
|
%{_bindir}/lxqt-config-notificationd
|
||||||
%{_datadir}/applications/lxqt-config-notificationd.desktop
|
%{_datadir}/applications/lxqt-config-notificationd.desktop
|
||||||
|
|
||||||
%files -n %{name}-lang
|
%files lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/lxqt/translations
|
%{_datadir}/lxqt/translations
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user