forked from pool/kfind
Release 20.08.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=138
This commit is contained in:
parent
d1844a5dfe
commit
dbf246a786
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d38ed7dcb1694aed39406ba59e88ceefb473c99e290e281a4ff35c9c8d467f7f
|
|
||||||
size 278472
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8kk/sACgkQ29LOiT4t
|
|
||||||
HIcpuAgAi9x9smCH5Up/4qlxAkWCqChepWtYWMIISzf0uFTBxgcJQEynNAinIr+2
|
|
||||||
OKXzhA9e2/21MHIL9uokHBkuPYLSdX0Vb3GbfiZ9fLZJuUeOOC/eVcr2IkSnBxiK
|
|
||||||
ACh4wVgFEq8VecZ6ydv0ZiQrxW82RZcnEQJAhUGcfwLr8INoWaO+/khIPfB8OBWz
|
|
||||||
mESnyK0Ew+ExpKN8HB5DIZx8aNcIV6gZ3HRv4qFDlnjvRQg8bSULXUKGSJDXdxdy
|
|
||||||
9j/C+TdCsAwtVKFpkR4bSDtA1Rre4SPU1HUrUkx11eOUF3mkC3B8h3xSNj3USfww
|
|
||||||
VV8EljtOjUaiKBo1A3YSkaUTt/noDQ==
|
|
||||||
=GWPx
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kfind-20.08.0.tar.xz
Normal file
3
kfind-20.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f47f1ee0dc1c75b90d70027eb0ce2b470912aff9db2c18a0380eb65b16e6c842
|
||||||
|
size 278568
|
11
kfind-20.08.0.tar.xz.sig
Normal file
11
kfind-20.08.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAgUACgkQ29LOiT4t
|
||||||
|
HIfqdgf/RQdKQBnAjsw5gyDsrSkR21Sw21l9glkQS68RaXEdc7sWz8EPDYM8P/+V
|
||||||
|
eMDxioT65x3hf/Oa/js+vJRqz53oIHZPjsRtSMjLKr2x5ZJ8HRbtaKDwf+9sJDRV
|
||||||
|
X/sgEMQ2YhNaPKBLueTFrBLwhuU7Abz6cAztLyhtuHmw99nPA0WnHXkNpDdYBIVc
|
||||||
|
HX4I41wSqK6DombbI6HeIaVgS0VD+bJCzrqK91P1xcL79/IKIFWlj5w1WRQ3GpUi
|
||||||
|
0D6jcZhQBtzWcm3ycocemMKiVOp3ECB0tyw8NQgfG7KuhYm3DymeCJkiaeH3JYW8
|
||||||
|
xx3lDCFjbAWDIC5ZYFSEGVg8QXqMMw==
|
||||||
|
=CbeE
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 9 09:09:04 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 20.08.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/releases/2020-08-apps-update
|
||||||
|
- No code change since 20.07.90
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 2 07:59:26 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Aug 2 07:59:26 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
14
kfind.spec
14
kfind.spec
@ -21,13 +21,13 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kfind
|
Name: kfind
|
||||||
Version: 20.07.90
|
Version: 20.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Find File Utility
|
Summary: KDE Find File Utility
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
URL: https://www.kde.org/
|
URL: https://www.kde.org/
|
||||||
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
@ -44,7 +44,7 @@ BuildRequires: cmake(Qt5Concurrent)
|
|||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||||
Source2: applications.keyring
|
Source2: applications.keyring
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -69,14 +69,6 @@ KFind allows you to search for directories and files.
|
|||||||
|
|
||||||
%suse_update_desktop_file org.kde.kfind System Filesystem core
|
%suse_update_desktop_file org.kde.kfind System Filesystem core
|
||||||
|
|
||||||
%post
|
|
||||||
%desktop_database_post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%desktop_database_postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%{_kf5_debugdir}/*.categories
|
%{_kf5_debugdir}/*.categories
|
||||||
|
Loading…
x
Reference in New Issue
Block a user