2007-01-09 17:46:54 +01:00
|
|
|
#
|
2011-06-16 10:39:44 +02:00
|
|
|
# spec file for package krusader
|
2007-01-09 17:46:54 +01:00
|
|
|
#
|
2022-06-29 16:05:21 +02:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2007-01-09 17:46:54 +01:00
|
|
|
#
|
2008-09-13 14:34:56 +02: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-08-26 09:50:45 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-09 17:46:54 +01:00
|
|
|
#
|
|
|
|
|
2011-11-22 17:47:38 +01:00
|
|
|
|
2024-03-13 09:23:56 +01:00
|
|
|
%bcond_without released
|
2007-01-09 17:46:54 +01:00
|
|
|
Name: krusader
|
2024-03-13 09:23:56 +01:00
|
|
|
Version: 2.8.1
|
2012-11-13 17:07:05 +01:00
|
|
|
Release: 0
|
2022-12-20 09:35:22 +01:00
|
|
|
Summary: Twin panel file manager for KDE Plasma and other desktops
|
2018-08-27 17:25:44 +02:00
|
|
|
License: GPL-2.0-or-later
|
2019-08-26 09:50:45 +02:00
|
|
|
URL: https://krusader.org/
|
2020-08-27 13:34:02 +02:00
|
|
|
Source: https://download.kde.org/stable/krusader/%{version}/%{name}-%{version}.tar.xz
|
2024-03-13 09:23:56 +01:00
|
|
|
%if %{with released}
|
|
|
|
Source1: https://download.kde.org/stable/krusader/%{version}/%{name}-%{version}.tar.xz.sig
|
|
|
|
# https://invent.kde.org/sysadmin/release-keyring/-/raw/master/keys/melnichenko@key1.asc
|
|
|
|
Source2: krusader.keyring
|
|
|
|
%endif
|
|
|
|
Source3: krusader_browse_iso.desktop
|
|
|
|
Source4: org.kde.krusader.root-mode.desktop
|
2022-12-20 09:35:22 +01:00
|
|
|
BuildRequires: extra-cmake-modules >= 5.68.0
|
2011-08-25 14:35:21 +02:00
|
|
|
BuildRequires: fdupes
|
2016-10-23 19:21:47 +02:00
|
|
|
BuildRequires: libacl-devel
|
|
|
|
BuildRequires: libattr-devel
|
2016-10-23 18:55:34 +02:00
|
|
|
BuildRequires: update-desktop-files
|
2016-10-23 19:21:47 +02:00
|
|
|
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)
|
2022-12-20 09:35:22 +01:00
|
|
|
BuildRequires: cmake(Qt5Concurrent) >= 5.12.0
|
|
|
|
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
|
|
|
BuildRequires: cmake(Qt5DBus) >= 5.12.0
|
|
|
|
BuildRequires: cmake(Qt5Gui) >= 5.12.0
|
|
|
|
BuildRequires: cmake(Qt5PrintSupport) >= 5.12.0
|
|
|
|
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
|
|
|
BuildRequires: cmake(Qt5Xml) >= 5.12.0
|
2009-05-04 18:18:30 +02:00
|
|
|
Requires: kio_iso = %{version}
|
2015-05-26 13:36:35 +02:00
|
|
|
Suggests: %{name}-doc
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%description
|
2022-12-20 09:35:22 +01:00
|
|
|
Krusader is an advanced twin panel (commander style) file manager for KDE Plasma
|
|
|
|
and other desktops in the *nix world.
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%package -n kio_iso
|
|
|
|
Summary: KIO slave to access ISO images
|
2008-12-02 15:27:12 +01:00
|
|
|
Provides: kde4-kio_iso = 1.80.99
|
2011-09-19 17:33:03 +02:00
|
|
|
Obsoletes: kde4-kio_iso < 1.80.99
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%description -n kio_iso
|
2008-03-26 16:18:49 +01:00
|
|
|
KIO slave to access ISO images like zip- or tar.gz-archives in your
|
|
|
|
file-browser.
|
2007-01-09 17:46:54 +01:00
|
|
|
|
2009-05-04 18:18:30 +02:00
|
|
|
%package doc
|
2022-12-20 09:35:22 +01:00
|
|
|
Summary: Krusader documentation
|
2009-05-04 18:18:30 +02:00
|
|
|
|
|
|
|
%description doc
|
2022-12-20 09:35:22 +01:00
|
|
|
Krusader is an advanced twin panel (commander style) file manager for KDE Plasma
|
|
|
|
and other desktops in the *nix world.
|
|
|
|
|
|
|
|
This package contains the krusader documentation.
|
2009-05-04 18:18:30 +02:00
|
|
|
|
2022-12-20 09:38:48 +01:00
|
|
|
%lang_package
|
|
|
|
|
2007-01-09 17:46:54 +01:00
|
|
|
%prep
|
2022-06-29 16:05:21 +02:00
|
|
|
%autosetup -p1
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%build
|
2016-10-23 18:55:34 +02:00
|
|
|
%cmake_kf5 -d build
|
2020-08-27 14:56:40 +02:00
|
|
|
%cmake_build
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%install
|
2016-10-23 18:55:34 +02:00
|
|
|
%kf5_makeinstall -C build
|
2020-08-27 14:56:40 +02:00
|
|
|
|
2022-12-20 09:35:22 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2016-10-23 18:55:34 +02:00
|
|
|
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
|
|
|
cp %{SOURCE1} %{buildroot}%{_kf5_servicesdir}/ServiceMenus/
|
2017-05-16 22:14:34 +02:00
|
|
|
cp %{SOURCE2} %{buildroot}%{_kf5_applicationsdir}/
|
2020-08-27 14:56:40 +02:00
|
|
|
|
2016-10-23 18:55:34 +02:00
|
|
|
%suse_update_desktop_file org.kde.krusader.root-mode FileManager Utility
|
2020-08-27 14:56:40 +02:00
|
|
|
|
2009-05-04 18:18:30 +02:00
|
|
|
%fdupes %{buildroot}
|
2008-09-13 14:34:56 +02:00
|
|
|
|
2022-12-20 09:35:22 +01:00
|
|
|
%files
|
|
|
|
%license LICENSES/*
|
|
|
|
%doc README AUTHORS ChangeLog
|
2020-08-27 14:56:40 +02:00
|
|
|
%exclude %{_kf5_htmldir}/*/krusader
|
2016-10-23 19:04:31 +02:00
|
|
|
%{_kf5_applicationsdir}/org.kde.krusader*.desktop
|
2016-10-23 18:55:34 +02:00
|
|
|
%{_kf5_appsdir}/krusader
|
2020-08-27 14:56:40 +02:00
|
|
|
%{_kf5_appstreamdir}/org.kde.krusader.appdata.xml
|
2016-10-23 18:55:34 +02:00
|
|
|
%{_kf5_bindir}/krusader
|
|
|
|
%{_kf5_iconsdir}/??color/*/apps/krusader*.png
|
2016-10-23 20:08:43 +02:00
|
|
|
%{_kf5_kxmlguidir}/
|
2022-12-20 09:35:22 +01:00
|
|
|
%doc %lang(en) %{_kf5_mandir}/man1/krusader.1%{?ext_man}
|
|
|
|
%{_kf5_plugindir}/kf5/kio/kio_krarc.so
|
2007-01-09 17:46:54 +01:00
|
|
|
|
|
|
|
%files -n kio_iso
|
2022-12-20 09:35:22 +01:00
|
|
|
%license LICENSES/*
|
2016-10-23 18:55:34 +02:00
|
|
|
%config %{_kf5_configdir}/kio_isorc
|
2016-10-23 20:19:35 +02:00
|
|
|
%dir %{_kf5_servicesdir}/ServiceMenus
|
2022-12-20 09:35:22 +01:00
|
|
|
%{_kf5_plugindir}/kf5/kio/kio_iso.so*
|
2016-10-23 18:55:34 +02:00
|
|
|
%{_kf5_servicesdir}/ServiceMenus/krusader_browse_iso.desktop
|
2009-05-04 18:18:30 +02:00
|
|
|
|
|
|
|
%files doc
|
2016-10-23 18:55:34 +02:00
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en/krusader
|
2022-12-20 09:35:22 +01:00
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%{_kf5_mandir}/*/man1/krusader.1%{?ext_man}
|
2008-03-26 16:18:49 +01:00
|
|
|
|
2007-03-11 00:00:32 +01:00
|
|
|
%changelog
|