Accepting request 258703 from X11:lxde

notification daemon for LXQT

OBS-URL: https://build.opensuse.org/request/show/258703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-notificationd?expand=0&rev=1
This commit is contained in:
Stephan Kulow 2014-11-06 15:50:05 +00:00 committed by Git OBS Bridge
commit 49030e8322
5 changed files with 140 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:720b6cca74ff5c0433b39feb3040cc25cd6fdcbdfe51186cefac7a42e157999b
size 38336

View File

@ -0,0 +1,52 @@
-------------------------------------------------------------------
Sat Oct 25 11:33:12 UTC 2014 - andrea@opensuse.org
- new upstream version 0.8.0
-------------------------------------------------------------------
Tue May 13 17:55:55 UTC 2014 - andrea@opensuse.org
- removed unused buildrequires
-------------------------------------------------------------------
Tue May 13 17:05:10 UTC 2014 - sfalken@opensuse.org
- Specfile cleanup
-------------------------------------------------------------------
Mon May 12 16:15:10 UTC 2014 - sfalken@opensuse.org
- Removed fedora specfile, split into subproject
Del: lxqt-notificationd-Fedora_20.spec
-------------------------------------------------------------------
Sat May 10 20:37:11 UTC 2014 - sfalken@opensuse.org
- ran spec-cleaner on openSUSE specfile
-------------------------------------------------------------------
Fri May 9 23:16:20 UTC 2014 - sfalken@opensuse.org
- Added specfile for Fedora_20
Add: lxqt-notificationd-Fedora_20.spec
-------------------------------------------------------------------
Fri May 9 16:24:41 UTC 2014 - sfalken@opensuse.org
- Added tarball for new stable release
Add: lxqt-notificationd-0.7.0.tar.xz
Del: _service
-------------------------------------------------------------------
Wed Apr 2 14:38:54 UTC 2014 - sfalken@opensuse.org
- Removed direct cmake calls, in favour of %cmake and %cmake_install
-------------------------------------------------------------------
Wed Apr 2 12:48:34 UTC 2014 - sfalken@opensuse.org
- Initial Source Upload
Add: _service
Add: lxqt-notificationd.spec
Add: lxqt-notificationd.changes

61
lxqt-notificationd.spec Normal file
View File

@ -0,0 +1,61 @@
#
# spec file for package lxqt-notificationd
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: lxqt-notificationd
Version: 0.8.0
Release: 0
Summary: Global keyboard shortcuts Tools
License: LGPL-2.1+
Group: System/GUI/LXDE-Qt
Url: http://www.lxde.org
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: pkgconfig(lxqt-qt5) >= 0.8.0
BuildRequires: pkgconfig(Qt5Xdg)
Requires(pre): desktop-file-utils
Requires(post): desktop-file-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Daemon and library for global keyboard shortcuts regustration
%prep
%setup -q
%build
%cmake -DUSE_QT5=ON
%__make %{?_smp_mflags}
%install
%cmake_install
%post
%desktop_database_post
%postun
%desktop_database_postun
%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_bindir}/lxqt-config-notificationd
%{_datadir}/applications/lxqt-config-notificationd.desktop
%changelog