2014-11-04 17:28:30 +01:00
|
|
|
#
|
|
|
|
# spec file for package pcmanfm-qt
|
|
|
|
#
|
2024-02-10 08:06:00 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
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.
|
|
|
|
|
2020-05-17 09:08:24 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-11-04 17:28:30 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: pcmanfm-qt
|
2024-02-10 08:06:00 +01:00
|
|
|
Version: 1.4.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-03-05 14:33:16 +01:00
|
|
|
#bsc#1100208 - mvetter@suse.de - set default openSUSE wallpaper
|
|
|
|
Patch0: pcmanfm-qt-default-wallpaper.patch
|
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++
|
2023-04-19 16:53:54 +02:00
|
|
|
BuildRequires: lxqt-build-tools-devel >= 0.13.0
|
2016-09-25 00:17:28 +02:00
|
|
|
BuildRequires: pkgconfig
|
2017-10-23 14:03:11 +02:00
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
2021-11-08 10:27:09 +01:00
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.15.0
|
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)
|
2023-11-05 15:32:17 +01:00
|
|
|
BuildRequires: pkgconfig(libfm-qt) >= 1.4.0
|
2019-04-30 12:10:25 +02:00
|
|
|
#bsc#1128570 - mvetter@suse.de
|
|
|
|
Requires: menu-cache
|
2023-11-06 13:51:29 +01:00
|
|
|
#bsc#1100208 - mvetter@suse.de
|
|
|
|
Requires: wallpaper-branding-openSUSE
|
2016-09-25 00:17:28 +02:00
|
|
|
Recommends: %{name}-lang
|
2020-04-25 15:43:29 +02:00
|
|
|
Recommends: gnome-keyring-pam
|
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
|
2024-02-21 08:12:49 +01:00
|
|
|
%autosetup -p1
|
2014-11-04 17:28:30 +01:00
|
|
|
|
|
|
|
%build
|
2016-09-25 00:17:28 +02:00
|
|
|
%cmake -DPULL_TRANSLATIONS=No
|
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
|
2024-01-08 09:38:31 +01:00
|
|
|
%dir %{_datadir}/icons/hicolor/scalable
|
|
|
|
%dir %{_datadir}/icons/hicolor/scalable/apps
|
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}
|
2022-09-15 08:58:05 +02:00
|
|
|
%config %{_sysconfdir}/xdg/autostart/lxqt-desktop.desktop
|
|
|
|
%{_datadir}/pcmanfm-qt/lxqt/settings.conf
|
2023-11-06 13:51:29 +01:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/pcmanfm-qt.svg
|
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
|