forked from pool/kfind
KDE Applications 20.03.80
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=123
This commit is contained in:
parent
b1cdf3457a
commit
c2fd086dc9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b3738d6e3f26fffbfcc204d946e165ae0727d9f460cb2065ceb221b4872019b1
|
|
||||||
size 270244
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drWEACgkQ29LOiT4t
|
|
||||||
HIe7Swf/bo27w9qCPlC6AGImiQJWXGcem9m3szMgTUQfrc9VcXCUJsAC9FtX5UDO
|
|
||||||
sIQxL0Y0AlJxZi+Z+0mBZ6AFaYccTacIgQmiLKRxR9wHPsiINzUyTI2gc9o0AgHS
|
|
||||||
My2rAR9kwRmKcXzZcTfUSonXsh/EjURByMiYywZu+Iqr5SxgBqGxWUFHP8xORr32
|
|
||||||
2ayHMCWTIAGOg0RFKxpQ0j0Lwlg7h+j2y9aEMRrhWhm7mcTIIy+1QIFQxctX7y0R
|
|
||||||
v0rkBAtLDKfkO/PH0Vmu6yYYNe9paOv0csZDIpYmQrAxnYbpZXtoP4kNQJib15DA
|
|
||||||
9oAetat5Zohq56cZqHc9QgEcf8pBqA==
|
|
||||||
=g+UL
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kfind-20.03.80.tar.xz
Normal file
3
kfind-20.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a3fe3d820eb80176af5c24c5b8dcdf420b23a99631b4b8c38b52c5d11980786
|
||||||
|
size 272188
|
16
kfind-20.03.80.tar.xz.sig
Normal file
16
kfind-20.03.80.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vAYACgkQOmpNuDnq
|
||||||
|
ptcPDg//Ur8/hBeMeQ1fkx7/IrHuxTnA+80RK42tQS2jUjxnIFhkkiBVeJ/kDJum
|
||||||
|
r8qLIRU8DSdNCaUY4gvxsHthofxHN/j+krh0HTbkP6PxqBZejEd6w8nDRC1oA+yt
|
||||||
|
U4GmcHKVUoVezXcN0cQLdZE3gllpBr/IWH5ojCw0oLdAnFR6jL8y8gNVW9e80HFA
|
||||||
|
S60J36EyesJ+eHgbIFf0wzK/C8ql+sezTMh9pgO7Oo4phMt3qoNWE7f0vlyjpmWr
|
||||||
|
OYIyGf9FZnMZ/u7PkKBQf2ksdCoLLOGx9IVMsorwK60wvOwhRp3FHjcKIhwOJEGP
|
||||||
|
O09XnH1kbbgx46i9XXOv0IkdbYIyLQ6MzwcuXLYh1F/blz/92MBIkkXs8XdB1N9D
|
||||||
|
rOEAY9Mdvr6nojRQI4lxhxmboapuVNbtvtD5QwPwAGHxw9FT6Xa3QKU2DusXw3ay
|
||||||
|
b8tOlXqvEmYcIB1N5hj6mJI1WG/f8tIkxgZcbUPAXuJgGtw6T7yQcudzKfV55fmY
|
||||||
|
xl4F6FWBpRNzaU2xmKmS/3YQ5gOwGRbQcGtAKmerVPfXOcWnmsHuv17eCIxuwIz7
|
||||||
|
6AfybIEG/Ca5++Eu12UG8bDmFoeBjqGFRFUZuJ1duKJp4GSz+4Jg6ZgeVjYAFg3A
|
||||||
|
BQ1OLeXzrIEv25C4JiV2HXCxck5TzQsXQcv41rKh+XU6h+H2CLU=
|
||||||
|
=MKf/
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 22 09:16:57 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Update to 20.03.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/releases/20.04-beta
|
||||||
|
- Changes since 19.12.3:
|
||||||
|
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
|
||||||
|
* Make it compile against last qt5.15 without deprecated method
|
||||||
|
* Fix compile it's a new api from qt5.15
|
||||||
|
* Make it compile against qt5.15. Constructor is deprecated
|
||||||
|
* Make it compiles against qt5.15 (endl other other use Qt:: namespace now)
|
||||||
|
* Q_DECL_OVERRIDE -> override
|
||||||
|
* Don't use nullptr as flag value
|
||||||
|
* Disable for the moment KRegExpEditorInterface usage
|
||||||
|
* [KFind] Natural auto-scrolling during new items insertion into search results view
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 20:36:04 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
Thu Mar 5 20:36:04 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
12
kfind.spec
12
kfind.spec
@ -21,17 +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: 19.12.3
|
Version: 20.03.80
|
||||||
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/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
%if %{with lang}
|
|
||||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
|
||||||
Source2: applications.keyring
|
|
||||||
%endif
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
@ -47,6 +43,10 @@ BuildRequires: cmake(KF5WidgetsAddons)
|
|||||||
BuildRequires: cmake(Qt5Concurrent)
|
BuildRequires: cmake(Qt5Concurrent)
|
||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%if %{with lang}
|
||||||
|
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||||
|
Source2: applications.keyring
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KFind allows you to search for directories and files.
|
KFind allows you to search for directories and files.
|
||||||
|
Loading…
Reference in New Issue
Block a user