/[packages]/cauldron/pcmanfm-qt/current/SPECS/pcmanfm-qt.spec
ViewVC logotype

Annotation of /cauldron/pcmanfm-qt/current/SPECS/pcmanfm-qt.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1066080 - (hide annotations) (download)
Wed Nov 9 13:32:22 2016 UTC (7 years, 5 months ago) by neoclust
File size: 1761 byte(s)
SILENT: Fix file list
1 doktor5000 995918 %define major 2
2     %define libname %mklibname fm-qt %major
3     %define devname %mklibname -d fm-qt
4 doktor5000 626345
5 neoclust 1066063 %define rel 1
6 doktor5000 995918
7 doktor5000 626345 Name: pcmanfm-qt
8 neoclust 1066063 Version: 0.11.1
9 neoclust 899947 Release: %mkrel %rel
10 doktor5000 816435 Source0: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
11 doktor5000 626345 Summary: File manager for the LXQt desktop
12     URL: http://lxqt.org/
13 doktor5000 790010 License: GPLv2+
14 doktor5000 626345 Group: Graphical desktop/KDE
15     BuildRequires: cmake
16 doktor5000 626347 BuildRequires: doxygen
17     BuildRequires: pkgconfig(libfm) >= 1.2.0
18 doktor5000 626345 BuildRequires: pkgconfig(libmenu-cache)
19 doktor5000 626347 BuildRequires: pkgconfig(glib-2.0)
20     BuildRequires: pkgconfig(gio-unix-2.0)
21 doktor5000 816435 BuildRequires: pkgconfig(lxqt)
22 doktor5000 626347 BuildRequires: pkgconfig(Qt5Widgets)
23     BuildRequires: pkgconfig(Qt5Xml)
24     BuildRequires: pkgconfig(Qt5Help)
25     BuildRequires: pkgconfig(Qt5Test)
26     BuildRequires: pkgconfig(Qt5DBus)
27     BuildRequires: pkgconfig(Qt5X11Extras)
28 doktor5000 811756 # recommended for kwin and kdesu for "run as root" functionality (mga#15088)
29     # changed to Recommends to allow parallel installation with plasma 5
30     Recommends: kdebase4-runtime
31 doktor5000 626345
32     %description
33     File manager for the LXQt desktop
34    
35     %prep
36 doktor5000 789996 %setup -q %{name}-%{version}
37 doktor5000 793984
38     # change desktop file name and comment to distinguish it from pcmanfm
39     sed -i 's/File Manager/QT File Manager/' pcmanfm/pcmanfm-qt.desktop.in
40    
41 doktor5000 811608 # change gksu to kdesu as with gksu no icons are shown when running as root
42 neoclust 1066080 sed -i 's|gksu %s|%_libdir/kde4/libexec/kdesu %s|g' pcmanfm/preferences.ui pcmanfm/settings.cpp
43 doktor5000 811608
44 neoclust 1066066 %cmake_qt5 -DBUILD_DOCUMENTATION=ON -DPULL_TRANSLATIONS=NO
45 doktor5000 626345
46 doktor5000 816435
47 doktor5000 626345 %build
48     %make -C build
49    
50     %install
51     %makeinstall_std -C build
52    
53 doktor5000 626347 desktop-file-install --add-category="System;FileTools" \
54     --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop
55    
56 doktor5000 626345 %files
57 doktor5000 626347 %doc %{_defaultdocdir}/%{name}
58     %{_bindir}/%{name}
59 doktor5000 626345 %{_datadir}/applications/*.desktop
60 doktor5000 789996 %_mandir/man1/pcmanfm-qt.1.*

  ViewVC Help
Powered by ViewVC 1.1.30