From 067cbf56d0f955e0cc6bdd52a0103f45dda9b7736f4534c7340abb28c5e51254 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 15 Nov 2014 10:41:22 +0000 Subject: [PATCH] Accepting request 260803 from X11:lxde added license OBS-URL: https://build.opensuse.org/request/show/260803 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-powermanagement?expand=0&rev=1 --- .gitattributes | 23 +++++++++++ .gitignore | 1 + lxqt-powermanagement-0.8.0.tar.xz | 3 ++ lxqt-powermanagement.changes | 60 ++++++++++++++++++++++++++++ lxqt-powermanagement.spec | 66 +++++++++++++++++++++++++++++++ 5 files changed, 153 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 lxqt-powermanagement-0.8.0.tar.xz create mode 100644 lxqt-powermanagement.changes create mode 100644 lxqt-powermanagement.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/lxqt-powermanagement-0.8.0.tar.xz b/lxqt-powermanagement-0.8.0.tar.xz new file mode 100644 index 0000000..5386b02 --- /dev/null +++ b/lxqt-powermanagement-0.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2605326c0598331e0c84624e319ef574c6dffc73d0bbc21782cb61a468d40c +size 30236 diff --git a/lxqt-powermanagement.changes b/lxqt-powermanagement.changes new file mode 100644 index 0000000..afbf58f --- /dev/null +++ b/lxqt-powermanagement.changes @@ -0,0 +1,60 @@ +------------------------------------------------------------------- +Tue Nov 11 08:52:30 UTC 2014 - andrea@opensuse.org + +- Added license and other documentation + +------------------------------------------------------------------- +Sat Oct 25 11:49:40 UTC 2014 - andrea@opensuse.org + +- new upstream version 0.8.0 + +------------------------------------------------------------------- +Tue May 13 16:59:31 UTC 2014 - sfalken@opensuse.org + +- Specfile and Patch cleanup + +------------------------------------------------------------------- +Mon May 12 16:21:04 UTC 2014 - sfalken@opensuse.org + +- removed fedora spec, split into subproject + Del: lxqt-powermanagement-Fedora_20.spec + +------------------------------------------------------------------- +Sat May 10 21:23:27 UTC 2014 - sfalken@opensuse.org + +- Ran spec-cleaner on openSUSE spec + +------------------------------------------------------------------- +Fri May 9 23:06:37 UTC 2014 - sfalken@opensuse.org + +- Added specfile for Fedora_20 + Add: lxqt-powermanagement-Fedora_20.spec + +------------------------------------------------------------------- +Fri May 9 20:14:26 UTC 2014 - sfalken@opensuse.org + +- Added patch to fix random data error in idlenesswatcher.cpp + Add: 0003-fix_idlenesswatcher_cpp.patch + +------------------------------------------------------------------- +Fri May 9 17:39:50 UTC 2014 - sfalken@opensuse.org + +- Added patches to fix bad includes in sources + Add: 0001-fix_lid_cpp.patch + Add: 0002-fix_lidwatcher_cpp.patch + +------------------------------------------------------------------- +Fri May 9 16:49:55 UTC 2014 - sfalken@opensuse.org + +- Added tarball for new stable release + Add: lxqt-powermanagement-0.7.0.tar.xz + Del: _service + +------------------------------------------------------------------- +Fri Apr 4 00:42:15 UTC 2014 - sfalken@opensuse.org + +- Initial Source Upload + Add: _service + Add: lxqt-powermanagement.spec + Add: lxqt-powermanagement.changes + diff --git a/lxqt-powermanagement.spec b/lxqt-powermanagement.spec new file mode 100644 index 0000000..a9059d4 --- /dev/null +++ b/lxqt-powermanagement.spec @@ -0,0 +1,66 @@ +# +# spec file for package lxqt-powermanagement +# +# 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-powermanagement +Version: 0.8.0 +Release: 0 +Summary: Power Management and Auto-suspend +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) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(xcb) +Requires(pre): desktop-file-utils +Requires(post): desktop-file-utils +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Lxqt daemon for power management and Auto-suspend + +%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 LICENSE README.md +%{_bindir}/lxqt* +%{_datadir}/applications/*.desktop +%dir %{_datadir}/icons/hicolor +%dir %{_datadir}/icons/hicolor/scalable +%dir %{_datadir}/icons/hicolor/scalable/devices +%{_datadir}/icons/hicolor/scalable/devices/*.svg + +%changelog