2014-11-04 17:28:30 +01:00
|
|
|
#
|
|
|
|
# spec file for package pcmanfm-qt
|
|
|
|
#
|
2019-01-31 11:44:25 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-11-04 17:28:30 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-02-25 11:19:59 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2014-11-04 17:28:30 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: pcmanfm-qt
|
2019-02-25 11:19:59 +01:00
|
|
|
Version: 0.14.1
|
2014-11-04 17:28:30 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: File manager and desktop icon manager
|
2018-05-22 17:23:31 +02:00
|
|
|
License: GPL-2.0-or-later
|
2016-09-25 00:17:28 +02:00
|
|
|
Group: System/GUI/LXQt
|
2018-05-22 17:23:31 +02:00
|
|
|
URL: http://www.lxqt.org
|
|
|
|
Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
2016-09-25 00:17:28 +02:00
|
|
|
Source2: %{name}.keyring
|
2019-01-31 11:44:25 +01:00
|
|
|
BuildRequires: cmake >= 3.1.0
|
2015-02-16 21:09:56 +01:00
|
|
|
BuildRequires: fdupes
|
2014-11-04 17:28:30 +01:00
|
|
|
BuildRequires: gcc-c++
|
2019-01-31 11:44:25 +01:00
|
|
|
BuildRequires: lxqt-build-tools-devel >= 0.6.0
|
2016-09-25 00:17:28 +02:00
|
|
|
BuildRequires: pkgconfig
|
2017-10-23 14:03:11 +02:00
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
2014-11-04 17:28:30 +01:00
|
|
|
BuildRequires: pkgconfig(Qt5Core)
|
2015-02-03 11:39:51 +01:00
|
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
|
|
|
BuildRequires: pkgconfig(Qt5UiTools)
|
2016-09-25 00:17:28 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
2017-10-23 14:03:11 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
|
|
BuildRequires: pkgconfig(libexif)
|
2019-02-25 11:19:59 +01:00
|
|
|
BuildRequires: pkgconfig(libfm-qt) >= 0.14.1
|
2014-11-04 17:28:30 +01:00
|
|
|
BuildRequires: pkgconfig(libmenu-cache) >= 0.4.0
|
2019-02-25 11:19:59 +01:00
|
|
|
BuildRequires: pkgconfig(lxqt) >= 0.14.1
|
2016-09-25 00:17:28 +02:00
|
|
|
Recommends: %{name}-lang
|
2014-11-04 17:28:30 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
PCManFM-Qt is the Qt port of the LXDE file manager PCManFM
|
|
|
|
|
2019-01-31 11:44:25 +01:00
|
|
|
%lang_package
|
|
|
|
|
2014-11-04 17:28:30 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2016-09-25 00:17:28 +02:00
|
|
|
%cmake -DPULL_TRANSLATIONS=No
|
2015-11-13 23:35:44 +01:00
|
|
|
make %{?_smp_mflags}
|
2014-11-04 17:28:30 +01:00
|
|
|
|
|
|
|
%install
|
2015-02-25 02:17:15 +01:00
|
|
|
%cmake_install
|
2015-02-16 21:09:56 +01:00
|
|
|
%fdupes -s %{buildroot}%{_datadir}
|
2015-02-25 02:17:15 +01:00
|
|
|
|
2019-01-31 11:44:25 +01:00
|
|
|
%find_lang %{name} --with-qt
|
|
|
|
|
2014-11-04 17:28:30 +01:00
|
|
|
%files
|
2016-09-25 00:17:28 +02:00
|
|
|
%doc AUTHORS
|
2018-05-22 17:23:31 +02:00
|
|
|
%dir %{_datadir}/pcmanfm-qt
|
|
|
|
%dir %{_datadir}/pcmanfm-qt/lxqt
|
2015-11-13 23:35:44 +01:00
|
|
|
%{_bindir}/%{name}
|
2014-11-04 17:28:30 +01:00
|
|
|
%{_datadir}/applications/*.desktop
|
2017-10-23 14:03:11 +02:00
|
|
|
%{_mandir}/man?/%{name}.?%{ext_man}
|
|
|
|
%{_sysconfdir}/xdg/autostart/lxqt-desktop.desktop
|
2018-05-22 17:23:31 +02:00
|
|
|
%config %{_datadir}/pcmanfm-qt/lxqt/settings.conf
|
2014-11-04 17:28:30 +01:00
|
|
|
|
2019-01-31 11:44:25 +01:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%dir %{_datadir}/pcmanfm-qt
|
|
|
|
%{_datadir}/pcmanfm-qt/translations
|
|
|
|
|
2014-11-04 17:28:30 +01:00
|
|
|
%changelog
|