From 2c150c8fcb242bae96d8f4567d9b324a0e8b77981eac414174ea43e975f12a52 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 16 Feb 2015 20:11:51 +0000 Subject: [PATCH] Accepting request 285046 from X11:lxde OBS-URL: https://build.opensuse.org/request/show/285046 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-policykit?expand=0&rev=3 --- lxqt-policykit-0.8.0.tar.xz | 3 --- lxqt-policykit-0.9.0.tar.xz | 3 +++ lxqt-policykit.changes | 6 ++++++ lxqt-policykit.spec | 22 +++++++++++++++------- 4 files changed, 24 insertions(+), 10 deletions(-) delete mode 100644 lxqt-policykit-0.8.0.tar.xz create mode 100644 lxqt-policykit-0.9.0.tar.xz diff --git a/lxqt-policykit-0.8.0.tar.xz b/lxqt-policykit-0.8.0.tar.xz deleted file mode 100644 index 38de145..0000000 --- a/lxqt-policykit-0.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98a8ffe589756fff594e654dc6a7118834b6826c6c1edddd3c5682f0a7544236 -size 16012 diff --git a/lxqt-policykit-0.9.0.tar.xz b/lxqt-policykit-0.9.0.tar.xz new file mode 100644 index 0000000..f2ad99a --- /dev/null +++ b/lxqt-policykit-0.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bed4b6859085f4330405f25b47beee9d183a37ae7c2ca6876c15b2a1c2cf549 +size 13884 diff --git a/lxqt-policykit.changes b/lxqt-policykit.changes index e170836..0a8d1fb 100644 --- a/lxqt-policykit.changes +++ b/lxqt-policykit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 9 20:54:55 UTC 2015 - sfalken@opensuse.org + +- New upstream version 0.9.0 +- Added -lang subpackage + ------------------------------------------------------------------- Mon Jan 26 00:04:49 UTC 2015 - sfalken@opensuse.org diff --git a/lxqt-policykit.spec b/lxqt-policykit.spec index d99b1c2..64a4306 100644 --- a/lxqt-policykit.spec +++ b/lxqt-policykit.spec @@ -17,26 +17,30 @@ Name: lxqt-policykit -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: PolicyKit authentication agent License: LGPL-2.1+ Group: System/GUI/LXDE-Qt Url: http://www.lxde.org -Source: %{name}-%{version}.tar.xz +Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz BuildRequires: cmake +BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: pkgconfig(Qt5Xdg) -BuildRequires: pkgconfig(lxqt-globalkeys-qt5) -BuildRequires: pkgconfig(lxqt-qt5) >= 0.8.0 -BuildRequires: pkgconfig(polkit-qt5-core-1) +BuildRequires: kwindowsystem-devel BuildRequires: pkgconfig(Qt5UiTools) +BuildRequires: pkgconfig(Qt5Xdg) +BuildRequires: pkgconfig(lxqt) >= %{version} +BuildRequires: pkgconfig(lxqt-globalkeys) = %{version} BuildRequires: pkgconfig(polkit-agent-1) +BuildRequires: pkgconfig(polkit-qt5-core-1) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description PolicyKit authentication agent for LXDE-Qt +%lang_package + %prep %setup -q @@ -44,7 +48,6 @@ PolicyKit authentication agent for LXDE-Qt mkdir build pushd build cmake \ - -DUSE_QT5=ON \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ .. %__make %{?_smp_mflags} @@ -54,10 +57,15 @@ popd pushd build make DESTDIR=$RPM_BUILD_ROOT install popd +%fdupes -s %{buildroot}%{_datadir} %files %defattr(-,root,root) %doc AUTHORS COPYING %{_bindir}/lxqt-policykit-agent +%files -n %{name}-lang +%defattr(-,root,root) +%{_datadir}/lxqt/translations + %changelog