]> git.pld-linux.org Git - packages/lxqt-policykit.git/commitdiff
- updated to 0.10.0
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 20 Feb 2016 17:24:05 +0000 (18:24 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 20 Feb 2016 17:24:05 +0000 (18:24 +0100)
- --with-qm

lxqt-policykit.spec

index 3353b6ff5b1971f457a7db32c160e017aef186cb..0b290aa9c71ab9bad1da7d258842b527b559bc2a 100644 (file)
@@ -5,12 +5,12 @@
 
 Summary:       lxqt-policykit
 Name:          lxqt-policykit
-Version:       0.8.0
-Release:       0.2
+Version:       0.10.0
+Release:       1
 License:       GPLv2 and LGPL-2.1+
 Group:         X11/Applications
-Source0:       http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: c35c7f466e79142d6ee83e234a517f35
+Source0:       http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: 1a740ac879b6363e5a0c043ed6f7602a
 URL:           http://www.lxqt.org/
 BuildRequires: cmake >= 2.8.3
 BuildRequires: liblxqt-devel >= 0.8.0
@@ -31,8 +31,7 @@ lxqt-policykit.
 install -d build
 cd build
 %cmake \
-    -DUSE_QT5=ON \
-    ../
+       ../
 
 %{__make}
 
@@ -42,9 +41,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name} --all-name --with-qm
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/lxqt-policykit-agent
+%dir %{_datadir}/lxqt/translations/lxqt-policykit-agent
This page took 0.082243 seconds and 4 git commands to generate.