summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-07-21 06:32:14 +0000
committerCoprDistGit <infra@openeuler.org>2023-07-21 06:32:14 +0000
commitde0428ce0709600398f431a45497dae2934947e0 (patch)
treee40006ccb573355c8253d8e288be60e718f747d6
parent8a31cee3065577eeb041d448741d7f9601889d48 (diff)
automatic import of krusaderopeneuler23.03
-rw-r--r--.gitignore1
-rw-r--r--krusader.spec89
-rw-r--r--sources1
3 files changed, 91 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..d4ab123 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/krusader-2.8.0.tar.xz
diff --git a/krusader.spec b/krusader.spec
new file mode 100644
index 0000000..6df0354
--- /dev/null
+++ b/krusader.spec
@@ -0,0 +1,89 @@
+Name: krusader
+Version: 2.8.0
+Release: 1
+Summary: An advanced twin-panel (commander-style) file-manager for KDE
+
+License: GPL-2.0-or-later
+URL: https://www.krusader.org/
+Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
+
+BuildRequires: bzip2-devel
+BuildRequires: cmake
+BuildRequires: desktop-file-utils
+BuildRequires: extra-cmake-modules
+BuildRequires: kf5-karchive-devel
+BuildRequires: kf5-kbookmarks-devel
+BuildRequires: kf5-kcodecs-devel
+BuildRequires: kf5-kcompletion-devel
+BuildRequires: kf5-kconfig-devel
+BuildRequires: kf5-kcoreaddons-devel
+BuildRequires: kf5-kdoctools-devel
+BuildRequires: kf5-kguiaddons-devel
+BuildRequires: kf5-ki18n-devel
+BuildRequires: kf5-kiconthemes-devel
+BuildRequires: kf5-kio-devel >= 5.23.0
+BuildRequires: kf5-kitemviews-devel
+BuildRequires: kf5-knotifications-devel
+BuildRequires: kf5-kparts-devel
+BuildRequires: kf5-ktextwidgets-devel
+BuildRequires: kf5-kwallet-devel
+BuildRequires: kf5-kwidgetsaddons-devel
+BuildRequires: kf5-kwindowsystem-devel
+BuildRequires: kf5-kxmlgui-devel
+BuildRequires: kf5-solid-devel
+BuildRequires: libacl-devel
+BuildRequires: libappstream-glib
+BuildRequires: libattr-devel
+BuildRequires: ninja-build
+BuildRequires: qt5-qtbase-devel
+BuildRequires: zlib-devel
+
+%description
+Krusader is an advanced twin panel (commander style) file manager for KDE and
+other desktops in the *nix world, similar to Midnight or Total Commander.
+It provides all the file management features you could possibly want.
+Plus: extensive archive handling, mounted filesystem support, FTP, advanced
+search module, an internal viewer/editor, directory synchronisation,
+file content comparisons, powerful batch renaming and much much more.
+It supports a wide variety of archive formats and can handle other KIO slaves
+such as smb or fish. It is (almost) completely customizable, very user
+friendly, fast and looks great on your desktop! You should give it a try.
+
+%prep
+%autosetup
+
+%build
+mkdir %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kf5} .. \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
+popd
+%make_build -C %{_target_platform}
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+%find_lang %{name} --with-kde
+
+%check
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
+desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
+
+%files -f %{name}.lang
+%doc AUTHORS ChangeLog README README.md NEWS TODO
+%license LICENSES/*
+%{_bindir}/%{name}
+%{_datadir}/%{name}/
+%{_datadir}/applications/*.desktop
+%{_datadir}/doc/HTML/*/%{name}/
+%{_datadir}/icons/hicolor/*/apps/*.png
+%{_datadir}/kxmlgui5/%{name}/
+%{_libdir}/qt5/plugins/kf5/kio/kio*.so
+%{_mandir}/*/man1/%{name}.1*
+%{_mandir}/man1/%{name}.1*
+%{_metainfodir}/*.appdata.xml
+%{_sysconfdir}/xdg/kio_isorc
+
+%changelog
+* Fri Dec 16 2022 misaka00251 <liuxin@iscas.ac.cn> - 2.8.0-1
+- Init package
diff --git a/sources b/sources
new file mode 100644
index 0000000..ae30c82
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+144af281a102f00847cbd598319d9a50 krusader-2.8.0.tar.xz