forked from pool/krusader
Fabian Vogt
e5a26ebec5
- Update to 2.7.2 * FIXED: Memory leak in the Locate dialog * FIXED: UDSEntry::insert deprecation warnings * FIXED: synchronize directory window: column widths are incorrect (kde#167410) * FIXED: Context menu item "copy selected to clipboard" copies all result items (kde#328918) * FIXED: "Information - Krusader" dialog does not fit to screen width; text non-copyable (kde#330788) * FIXED: After trying to rename the file that's being updated, rename function stops working on any file on this tab (kde#392750) * FIXED: New Text File is created with 600 (-rw-------) permissions (kde#395609) * FIXED: Misleading ‘Created’ date in file properties (kde#397398) * FIXED: Compilation error because of QOverload usage (kde#405212) * FIXED: The list of search results doesn't get the focus (kde#410118) * FIXED: Krusader does not search correctly if the "Follow links" checkbox is disabled (kde#410120) * FIXED: Okteta support for versions >= 0.26 (due to oktetapart file layout change) - Drop Prefer-to-find-oktetapart-by-desktop-file.patch, merged upstream - Don't add -fpermissive to compiler options, no longer necessary - Run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/726070 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krusader?expand=0&rev=36
134 lines
4.1 KiB
RPMSpec
134 lines
4.1 KiB
RPMSpec
#
|
|
# spec file for package krusader
|
|
#
|
|
# Copyright (c) 2019 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: krusader
|
|
Version: 2.7.2
|
|
Release: 0
|
|
Summary: A File Manager
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/File utilities
|
|
URL: https://krusader.org/
|
|
Source: http://download.kde.org/stable/krusader/%{version}/%{name}-%{version}.tar.xz
|
|
Source1: krusader_browse_iso.desktop
|
|
Source2: org.kde.krusader.root-mode.desktop
|
|
BuildRequires: extra-cmake-modules >= 1.7.0
|
|
BuildRequires: fdupes
|
|
BuildRequires: libacl-devel
|
|
BuildRequires: libattr-devel
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: cmake(KF5Archive)
|
|
BuildRequires: cmake(KF5Bookmarks)
|
|
BuildRequires: cmake(KF5Codecs)
|
|
BuildRequires: cmake(KF5Completion)
|
|
BuildRequires: cmake(KF5Config)
|
|
BuildRequires: cmake(KF5CoreAddons)
|
|
BuildRequires: cmake(KF5DocTools)
|
|
BuildRequires: cmake(KF5GuiAddons)
|
|
BuildRequires: cmake(KF5I18n)
|
|
BuildRequires: cmake(KF5IconThemes)
|
|
BuildRequires: cmake(KF5ItemViews)
|
|
BuildRequires: cmake(KF5KIO)
|
|
BuildRequires: cmake(KF5Notifications)
|
|
BuildRequires: cmake(KF5Parts)
|
|
BuildRequires: cmake(KF5Solid)
|
|
BuildRequires: cmake(KF5TextWidgets)
|
|
BuildRequires: cmake(KF5Wallet)
|
|
BuildRequires: cmake(KF5WidgetsAddons)
|
|
BuildRequires: cmake(KF5WindowSystem)
|
|
BuildRequires: cmake(KF5XmlGui)
|
|
BuildRequires: cmake(Qt5Concurrent) >= 5.5.0
|
|
BuildRequires: cmake(Qt5Core) >= 5.5.0
|
|
BuildRequires: cmake(Qt5DBus) >= 5.5.0
|
|
BuildRequires: cmake(Qt5Gui) >= 5.5.0
|
|
BuildRequires: cmake(Qt5PrintSupport) >= 5.5.0
|
|
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
|
|
BuildRequires: cmake(Qt5Xml) >= 5.5.0
|
|
Requires: kio_iso = %{version}
|
|
Suggests: %{name}-doc
|
|
|
|
%description
|
|
An advanced twin panel (commander style) file manager for KDE.
|
|
|
|
%package -n kio_iso
|
|
Summary: KIO slave to access ISO images
|
|
Group: System/GUI/KDE
|
|
Provides: kde4-kio_iso = 1.80.99
|
|
Obsoletes: kde4-kio_iso < 1.80.99
|
|
|
|
%description -n kio_iso
|
|
KIO slave to access ISO images like zip- or tar.gz-archives in your
|
|
file-browser.
|
|
|
|
%package doc
|
|
Summary: A File Manager
|
|
Group: Productivity/File utilities
|
|
|
|
%description doc
|
|
An advanced twin panel (commander style) file manager for KDE.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake_kf5 -d build
|
|
%make_jobs
|
|
|
|
%install
|
|
%kf5_makeinstall -C build
|
|
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
|
cp %{SOURCE1} %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
|
cp %{SOURCE2} %{buildroot}%{_kf5_applicationsdir}/
|
|
%suse_update_desktop_file org.kde.krusader.root-mode FileManager Utility
|
|
%find_lang %{name}
|
|
%fdupes %{buildroot}
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files -f %{name}.lang
|
|
%license COPYING
|
|
%doc README AUTHORS ChangeLog TODO
|
|
%{_kf5_applicationsdir}/org.kde.krusader*.desktop
|
|
%{_kf5_appsdir}/krusader
|
|
%{_kf5_bindir}/krusader
|
|
%{_kf5_iconsdir}/??color/*/apps/krusader*.png
|
|
%{_kf5_plugindir}/kio_krarc.so
|
|
%{_kf5_servicesdir}/krarc.protocol
|
|
%{_kf5_kxmlguidir}/
|
|
%{_kf5_mandir}/man1/krusader.1.gz
|
|
%dir %{_kf5_mandir}/uk
|
|
%dir %{_kf5_mandir}/uk/man1
|
|
%{_kf5_mandir}/*/man1/krusader.1.gz
|
|
%exclude %{_kf5_htmldir}/*/krusader
|
|
%dir %{_kf5_appstreamdir}
|
|
%{_kf5_appstreamdir}/org.kde.krusader.appdata.xml
|
|
|
|
%files -n kio_iso
|
|
%config %{_kf5_configdir}/kio_isorc
|
|
%{_kf5_plugindir}/kio_iso.so*
|
|
%{_kf5_servicesdir}/iso.protocol
|
|
%dir %{_kf5_servicesdir}/ServiceMenus
|
|
%{_kf5_servicesdir}/ServiceMenus/krusader_browse_iso.desktop
|
|
|
|
%files doc
|
|
%doc %lang(en) %{_kf5_htmldir}/en/krusader
|
|
%doc %lang(uk) %{_kf5_htmldir}/uk/krusader
|
|
%doc %lang(sv) %{_kf5_htmldir}/sv/krusader
|
|
|
|
%changelog
|