forked from pool/kfind
KDE Release Gear 24.05.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=245
This commit is contained in:
commit
7752ce453f
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
3
kfind-24.05.2.tar.xz
Normal file
3
kfind-24.05.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b10bebd543d26d7887301c270cabce387f312702f92c486a081da56f67420a3
|
||||
size 324116
|
16
kfind-24.05.2.tar.xz.sig
Normal file
16
kfind-24.05.2.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmJ4ACgkQu0YzUNbv
|
||||
Me8/AQ/+MYAO2Aov7nPpSj/2HETGhoLL2lSZdt9fckqsxOAesqAiZSBOzNzwfK7r
|
||||
iv6Ak9zRo6O5Q4t8Q8aeUApxCNt1/MuWt6dHUll8+L8LbAOSqi91aMnsWnIPbuni
|
||||
rt0Kd5eS2LVXbK4Z+2ff1Tto3/HzvcsxX5mnVUpgyab4x9tvLSoS/BuQCCIl7msG
|
||||
FDAOBcH4idvnTdA1bHIusxkQvEMifwjyAcRdHaqgOh/W4KNc2QbBwMfh6lP9GTNG
|
||||
zwArnXN9uSak1x/UTnGcNQw/exIiMn+E84/jpS51aRZiUSgWEFwthFGLWruFYy43
|
||||
GU56NPqPBnBsUhNWCJWjvpGIhbL5w91lhw/sGBVnqqSeEAZ+pjcdFV5ENOjs9eoO
|
||||
43HpMv+0YqRB3vAIKSOGAW/h6hBjQPJY3qIeJMnRmyFILToOsgF2SWaY591LstIl
|
||||
erczVfn+GRen5AQGB5wMQ1cfcKlePYHqG2Wny5xvlmpmJ5K/Pu+iAweJGhg+1J14
|
||||
X7lgLvl/H7K2aXqKvk4rd5wDBrKq9qbbanYruryXtgzVP8jV76vSweQkiSQZvjYp
|
||||
T4oLOOu1lregXxbL77ubsHHpBGYkB1K7KZK8u1XVRgGxDeIaf3J95FDOnEbcIeUV
|
||||
j1eV89sXNRSSHfgVk+wTyUbVs0GoVLD/+aX/jpW297YI/Y/PSFU=
|
||||
=2FsD
|
||||
-----END PGP SIGNATURE-----
|
1266
kfind.changes
Normal file
1266
kfind.changes
Normal file
File diff suppressed because it is too large
Load Diff
81
kfind.spec
Normal file
81
kfind.spec
Normal file
@ -0,0 +1,81 @@
|
||||
#
|
||||
# spec file for package kfind
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define kf6_version 6.0.0
|
||||
%define qt6_version 6.6.0
|
||||
|
||||
%bcond_without released
|
||||
Name: kfind
|
||||
Version: 24.05.2
|
||||
Release: 0
|
||||
Summary: KDE Find File Utility
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://apps.kde.org/kfind
|
||||
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF6Archive) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6DocTools) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6FileMetaData) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
|
||||
BuildRequires: cmake(Qt6Concurrent) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Core5Compat) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
||||
|
||||
%description
|
||||
KFind allows you to search for directories and files.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%kf6_install
|
||||
|
||||
%find_lang %{name} --with-html --with-man --all-name
|
||||
|
||||
%suse_update_desktop_file org.kde.kfind System Filesystem core
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%doc %lang(en) %{_kf6_htmldir}/en/kfind/
|
||||
%doc %lang(en) %{_kf6_mandir}/man1/kfind.1%{ext_man}
|
||||
%{_kf6_applicationsdir}/org.kde.kfind.desktop
|
||||
%{_kf6_appstreamdir}/org.kde.kfind.appdata.xml
|
||||
%{_kf6_bindir}/kfind
|
||||
%{_kf6_debugdir}/kfind.categories
|
||||
%{_kf6_iconsdir}/hicolor/*/apps/kfind.*
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%exclude %{_kf6_htmldir}/en/kfind/
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user