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
This commit is contained in:
parent
c3ead4d98e
commit
2c150c8fcb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98a8ffe589756fff594e654dc6a7118834b6826c6c1edddd3c5682f0a7544236
|
||||
size 16012
|
3
lxqt-policykit-0.9.0.tar.xz
Normal file
3
lxqt-policykit-0.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bed4b6859085f4330405f25b47beee9d183a37ae7c2ca6876c15b2a1c2cf549
|
||||
size 13884
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user