forked from pool/pcmanfm-qt
a292519f35
* Set Version * removed dangeling symlink to debian dir * Text eliding, long texts and newline * Update status message appropriately * fixup...use static const * Fix icon sizes * Just fixed my typo in search settings (#574) * Lithuanian translation * Lithuanian translation * Disable menubar actions that cannot be used * Save and restore search settings * Don't export github templates * Wallpaper Slide Show * Inline renaming with F2 for detailed list view (#554) * Inline renaming with F2 * Fix showing/hiding hidden files (#535) * Don't select or scroll to child folder on reloading (#536) * Replace customized DesktopItemDelegate hacks with the standard Fm::FolderItemDelegate provided by libfm-qt. (#529) * liblxqt version make no sense here * Copied issue template * Fix Ctrl+A on desktop (#526) * Update statusbar size info when needed * Drops Qt5Core_VERSION_STRING * set Qt::AA_UseHighDpiPixmaps to true * Fix jerky desktop items * Place dropped item at drop position (#504) * Make custom pos checkbox work for multiple items (#499) * Fix crash on removing desktop items with custom position (#496) * Fix cursor on hovering desktop items OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/pcmanfm-qt?expand=0&rev=5
74 lines
2.3 KiB
RPMSpec
74 lines
2.3 KiB
RPMSpec
#
|
|
# spec file for package pcmanfm-qt
|
|
#
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: pcmanfm-qt
|
|
Version: 0.12.0
|
|
Release: 0
|
|
Summary: File manager and desktop icon manager
|
|
License: GPL-2.0+
|
|
Group: System/GUI/LXQt
|
|
Url: http://www.lxqt.org
|
|
Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
|
Source2: %{name}.keyring
|
|
BuildRequires: cmake >= 3.0.2
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: lxqt-build-tools-devel >= 0.4.0
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: cmake(KF5WindowSystem)
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
|
BuildRequires: pkgconfig(Qt5UiTools)
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
BuildRequires: pkgconfig(libexif)
|
|
BuildRequires: pkgconfig(libfm-qt)
|
|
BuildRequires: pkgconfig(libmenu-cache) >= 0.4.0
|
|
BuildRequires: pkgconfig(lxqt)
|
|
Recommends: %{name}-lang
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
PCManFM-Qt is the Qt port of the LXDE file manager PCManFM
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake -DPULL_TRANSLATIONS=No
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%cmake_install
|
|
%fdupes -s %{buildroot}%{_datadir}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS
|
|
%dir %{_sysconfdir}/xdg/pcmanfm-qt/
|
|
%dir %{_sysconfdir}/xdg/pcmanfm-qt/lxqt/
|
|
%dir %{_sysconfdir}/xdg/autostart/
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/*.desktop
|
|
%{_mandir}/man?/%{name}.?%{ext_man}
|
|
%{_sysconfdir}/xdg/autostart/lxqt-desktop.desktop
|
|
%config %{_sysconfdir}/xdg/pcmanfm-qt/lxqt/settings.conf
|
|
|
|
%changelog
|