]> git.pld-linux.org Git - packages/lxqt-policykit.git/commitdiff
- updated to 0.11.0 master
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 16 Oct 2016 18:39:18 +0000 (20:39 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 16 Oct 2016 18:39:18 +0000 (20:39 +0200)
lxqt-policykit.spec

index 0b290aa9c71ab9bad1da7d258842b527b559bc2a..e17f01b4e838312d04a59e25237f1983a052e30b 100644 (file)
@@ -5,16 +5,16 @@
 
 Summary:       lxqt-policykit
 Name:          lxqt-policykit
-Version:       0.10.0
+Version:       0.11.0
 Release:       1
 License:       GPLv2 and LGPL-2.1+
 Group:         X11/Applications
 Source0:       http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 1a740ac879b6363e5a0c043ed6f7602a
+# Source0-md5: 53b05581fae0b69d0979ae487048021d
 URL:           http://www.lxqt.org/
 BuildRequires: cmake >= 2.8.3
-BuildRequires: liblxqt-devel >= 0.8.0
-BuildRequires: libqtxdg-devel >= 1.0.0
+BuildRequires: liblxqt-devel >= 0.11.0
+BuildRequires: libqtxdg-devel >= 2.0.0
 BuildRequires: polkit-devel
 BuildRequires: polkit-qt5-1-devel
 BuildRequires: polkit-qt5-1-gui-devel
@@ -31,6 +31,7 @@ lxqt-policykit.
 install -d build
 cd build
 %cmake \
+       -DPULL_TRANSLATIONS:BOOL=OFF \
        ../
 
 %{__make}
@@ -41,12 +42,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --all-name --with-qm
+#%find_lang %{name} --all-name --with-qm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/lxqt-policykit-agent
-%dir %{_datadir}/lxqt/translations/lxqt-policykit-agent
+#%dir %{_datadir}/lxqt/translations/lxqt-policykit-agent
This page took 0.248063 seconds and 4 git commands to generate.