forked from pool/keditbookmarks
KDE Applications 20.03.80
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/keditbookmarks?expand=0&rev=117
This commit is contained in:
parent
4032c06adb
commit
d9823273be
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c5efb63eb0a714942677eb03f91ae0bbd10731eace5471ea12ae9d3296b6b05
|
||||
size 187716
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drWEACgkQ29LOiT4t
|
||||
HIfuxQf/VdjxJ8S54rv4d6gQAHTDxEOcjJ0NNU5r2zhiJ1IdO1foBmSo5MrVVdzq
|
||||
kILS+55JGNj8dwGGE8TEnEfZQZTUsknm4QnGPAIK94vd0VL0i461fQbEIlGXXgWO
|
||||
+WV4466b59Xf9FzFmazPg3UpnNP4GqgmHYY4NpqPxSKp3dFNcBUtnV3gApysDfbe
|
||||
kvszF696+PVTpd/JUzwHzkgF6RLVjtxzYjw526O63X4aCQ4UhYsml4qxM3S3HI7o
|
||||
YGrXOtUE42vzp04qIGl80ar0ZMFT4uA9ewGlIukrfZ08suJWn5rkF+TMlIA9X0pP
|
||||
js+vhzvfsQMOjOkLiEl1HLPER0aEWQ==
|
||||
=uzWO
|
||||
-----END PGP SIGNATURE-----
|
3
keditbookmarks-20.03.80.tar.xz
Normal file
3
keditbookmarks-20.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65955b07e87ee45454a31f5d1199ad75b79be1d6b5afc94ebbd9ae9722bdcf2f
|
||||
size 188640
|
16
keditbookmarks-20.03.80.tar.xz.sig
Normal file
16
keditbookmarks-20.03.80.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vAYACgkQOmpNuDnq
|
||||
ptfAdQ/+OGroJt92DE0ITRYhfJSGq5Ow9oadON9vbkAfi2JV+yq4gtvwDcUuXMPJ
|
||||
ZdopLysxFTlUWelUnnUL7/mihaQk6l1zvWcgCXjBTJKoE9wNkJdopSEfrbhY23UD
|
||||
Ef7AcC8W1/XtGN5tjJVPwiLXCq60XsAxP760BDfKpYN4eU9eV2YqUgBlcuGmaXkE
|
||||
Gi9CJ2UMC8C3bVdxWvA68Iksr80NMEv0/OneuqT1ScuIoj9g1zSVMnDEARe3v72S
|
||||
np48Nz2FO31zInaTm/ceETt1MvV4OL2qoNRkHHt3gtVGG0cDeIq0fosG0d52j1jX
|
||||
vKWJAe7b2dMHU5mnS8gDyuAEnwDORQKOh1EENrmPxQnJ1MIIh3qwZxbjLFhE37nf
|
||||
Rz6Uhq9FZehqHdY1Glm59YEQlJSQl9TLy9MuCEhjo4sCjJdip2YiiZYwTG6tVotc
|
||||
iF/clXaIpPeWd4hEVoTGUQGvV/PnsJKPsWvDv/mWskt1ooPEuakx9e9rYpwh0ceG
|
||||
Ge6dkyUujF3i2eCtsWBhxEpdZCxL3xsuNBOlI7uDPs6EeGYHpCwjVEd2JaDH0TD5
|
||||
5pnPUmC+JKz02jZ2JOn3lsHT54K7h520/FcNyPJ+Nz0g44CwwvDk6d7iANCUGP3a
|
||||
wJ3x3Nx4K0U/iBnWRtYhL1yG4nsy0BEy06akpoeaxrlPRUupz+o=
|
||||
=pb7g
|
||||
-----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
|
||||
* Port QLinkedList to QVector, we don't need to insert/replace etc here so
|
||||
* Fix includes path
|
||||
* Port to qdebug categories
|
||||
* Remove endl at the end of qDebug + use \n when necessary + flush
|
||||
* Q_DECL_OVERRIDE -> override
|
||||
* Don't use nullptr as flag value
|
||||
* Remove unused KParts::BrowserInterface
|
||||
* Use URLs with transport encryption
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 20:36:04 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -21,17 +21,13 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: keditbookmarks
|
||||
Version: 19.12.3
|
||||
Version: 20.03.80
|
||||
Release: 0
|
||||
Summary: KDE Bookmark Editor
|
||||
License: GPL-2.0-only
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org/
|
||||
Source: https://download.kde.org/stable/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
|
||||
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: update-desktop-files
|
||||
@ -46,15 +42,15 @@ BuildRequires: cmake(KF5WindowSystem)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
This is an editor to edit your KDE-wide bookmark set.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -81,6 +77,7 @@ This is an editor to edit your KDE-wide bookmark set.
|
||||
%{_kf5_bindir}/kbookmarkmerger
|
||||
%{_kf5_bindir}/keditbookmarks
|
||||
%{_kf5_configkcfgdir}/keditbookmarks*.kcfg
|
||||
%{_kf5_debugdir}/keditbookmarks.categories
|
||||
%{_kf5_libdir}/libkbookmarkmodel_private.so*
|
||||
%{_kf5_sharedir}/kxmlgui5/keditbookmarks/
|
||||
%{_kf5_mandir}/man1/kbookmarkmerger.1%{ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user