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

index ccb50389252c0f55db929bfc7516489521694a7a..036d492bf014225455e30419d4b2c82ad4d9e582 100644 (file)
@@ -5,18 +5,19 @@
 
 Summary:       pcmanfm-qt
 Name:          pcmanfm-qt
-Version:       0.10.0
+Version:       0.11.1
 Release:       1
 License:       GPLv2 and LGPL-2.1+
 Group:         X11/Applications
-Source0:       http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 9a69dcb7940123e2b17523855ccda6ae
+Source0:       http://downloads.lxqt.org/pcmanfm-qt/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: 6e506e5755f9f5276dd69dbb15467303
 URL:           http://www.lxqt.org/
 BuildRequires: cmake >= 2.8.11
 BuildRequires: glib2-devel
 BuildRequires: libfm-devel >= 1.2.0
-BuildRequires: liblxqt-devel >= 0.10.0
-BuildRequires: libqtxdg-devel >= 1.0.0
+BuildRequires: libfm-qt-devel
+BuildRequires: liblxqt-devel >= 0.11.0
+BuildRequires: libqtxdg-devel >= 2.0.0
 BuildRequires: menu-cache-devel >= 0.4.0
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xz-devel
@@ -50,7 +51,7 @@ pisaniu własnych programów wykorzystujących pcmanfm-qt.
 install -d build
 cd build
 %cmake \
-       -DUSE_QT5=ON \
+       -DPULL_TRANSLATIONS:BOOL=OFF \
        ../
 
 %{__make}
@@ -61,7 +62,7 @@ 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
@@ -69,21 +70,13 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/pcmanfm-qt
-%attr(755,root,root) %ghost %{_libdir}/libfm-qt5.so.2
-%attr(755,root,root) %{_libdir}/libfm-qt5.so.2.0.0
 %{_desktopdir}/pcmanfm-qt-desktop-pref.desktop
 %{_desktopdir}/pcmanfm-qt.desktop
 %{_mandir}/man1/pcmanfm-qt.1*
-%dir %{_datadir}/libfm-qt
-%dir %{_datadir}/libfm-qt/translations
-%dir %{_datadir}/pcmanfm-qt
-%dir %{_datadir}/pcmanfm-qt/translations
-
-%files devel
-%defattr(644,root,root,755)
-%{_includedir}/libfm-qt
-%{_libdir}/libfm-qt5.so
-%{_pkgconfigdir}/libfm-qt5.pc
+#%dir %{_datadir}/libfm-qt
+#%dir %{_datadir}/libfm-qt/translations
+#%dir %{_datadir}/pcmanfm-qt
+#%dir %{_datadir}/pcmanfm-qt/translations
This page took 0.076443 seconds and 4 git commands to generate.