/[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 1066443 - (hide annotations) (download)
Fri Nov 11 17:14:51 2016 UTC (7 years, 5 months ago) by neoclust
File size: 1785 byte(s)
Add translation package as a require
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 1066443 %define rel 3
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 neoclust 1066082
29     BuildRequires: cmake(fm-qt)
30    
31 neoclust 1066443 Requires: lxqt-l10n
32    
33 doktor5000 811756 # recommended for kwin and kdesu for "run as root" functionality (mga#15088)
34     # changed to Recommends to allow parallel installation with plasma 5
35 daviddavid 1066283 Recommends: kde-cli-tools
36 doktor5000 626345
37     %description
38 daviddavid 1066283 File manager for the LXQt desktop.
39 doktor5000 626345
40     %prep
41 doktor5000 789996 %setup -q %{name}-%{version}
42 doktor5000 793984
43     # change desktop file name and comment to distinguish it from pcmanfm
44     sed -i 's/File Manager/QT File Manager/' pcmanfm/pcmanfm-qt.desktop.in
45    
46 doktor5000 811608 # change gksu to kdesu as with gksu no icons are shown when running as root
47 daviddavid 1066283 sed -i 's|gksu %s|%_prefix/libexec/kf5/kdesu %s|g' pcmanfm/preferences.ui
48 doktor5000 811608
49 daviddavid 1066249 %build
50 neoclust 1066066 %cmake_qt5 -DBUILD_DOCUMENTATION=ON -DPULL_TRANSLATIONS=NO
51 daviddavid 1066249 %make_build
52 doktor5000 626345
53     %install
54 daviddavid 1066249 %make_install -C build
55 doktor5000 626345
56 doktor5000 626347 desktop-file-install --add-category="System;FileTools" \
57     --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop
58    
59 doktor5000 626345 %files
60 doktor5000 626347 %doc %{_defaultdocdir}/%{name}
61     %{_bindir}/%{name}
62 doktor5000 626345 %{_datadir}/applications/*.desktop
63 doktor5000 789996 %_mandir/man1/pcmanfm-qt.1.*

  ViewVC Help
Powered by ViewVC 1.1.30