KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kget?expand=0&rev=117
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:57:36 +00:00 committed by Git OBS Bridge
parent 6a86466827
commit 850a4bae97
6 changed files with 59 additions and 39 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4b1d8fb94617c80a557c27ae58a14131bda4476340c136262e5bf8f51d918d9
size 5240612

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drWQACgkQ29LOiT4t
HIeq1Af/TzuI8Fj9me6pdeYi0AuKaxDKxjJcQd5dYyZ5Q1Je7yGhklAjSJGnNP7P
Mr8Dxf0FtFFVSY8gYLPEjMBy3LRl+7oAgwYiFbUAagpYzIdnFwtF95bx7+7MZWq0
rudMPzXI73RWW7fRkBEbd8PQQPAuHtJG+fCSc87fgciMZABGCleeyVtqKXJ7XlJP
TbDj5mKQ3uhVE15ekab5EpCeXwnJOLGK12cnE9FO22jwKXLmFPOCNvMudyYqpDoe
oQ+dGvP/OE/bzavWW8aSig+Mw0Lysw06OsAcRwAToGiNnOqDm/ep2WIKvOh2tFBN
G3JXWRuAVP1D3W3VPzu0DmApk+c6Cg==
=q0Q1
-----END PGP SIGNATURE-----

3
kget-20.03.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1168ec350bb83b0fc6839c3426186feaa300e3ab3e10212bec729e673b91d4ec
size 5239552

16
kget-20.03.80.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vAcACgkQOmpNuDnq
ptesjQ/8CE+HdX9YjqnnAQAbC4OhhYSB16LfeFuxIF/r0UFvxZrOPEDfwc9mUHrg
vKrevYYhzGOgxHX8D54BIqgYPvT1KYnDL2DILtWNDPO7LgPGXRBSVyb741cWXgpN
/7dMs3OP5sgynDNwmenNDAzegeU1tCqGFlZH6VgCgbb6SXH8hMHwp8BegXil/RwX
dUZi2/cJwvTfaq9I88hYgwi7Q35BJVPqrEq/aQf/elePmzYxw8NGcLuPC02AfZa6
JUyblk8+kwLF2QE4CMeh9LHMl5RzC9qQTSDTR96/EuoG1EuwciZb6funfDQfbRcN
eNqrHfMnocofIu0JU8gCxI2VIk7ioJs5oEX8P2wN1gnUt8NVMrfCWrnMJD4Iw33V
E8PIwrVLl5ZIPR6x76OWvGIYg0Q77RMLKa76ess2XdrSZx/rt+XGAJKmurhfV6h7
NFW2iBV5Kmlfl0SlvGnw+VeBbIDnuk15OIRsIDvJWEj3ENxvQz28FrUjOlzNQAva
CCSv0GIg/OJJD/Zy8ta5pn6tRDHR5AZCjrllgF45WKR4C1xghLLQ6oN9LXgka7qd
qbUyRzjTis5Jl0PuR0NH/e9QJ3Cvj0k29wy2rTlXw4eR8jZUautF7880Y4he0y+E
W94/1nwOAKP0LPgRHFxbHjEjIEJtkmKXtYrkGO08Bwdp0QsmaFE=
=T8Db
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Mar 22 09:16:58 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:
* Add missing includes
* We need to use return value here
* nepomuk is dead from long long time
* Port some deprecated methods
* Use Qt::WindowFlags
* Use new syntax
* Port deprecated method
* Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation
* Fix minor EBN issues, update links
* Port deprecated methods
-------------------------------------------------------------------
Thu Mar 5 20:36:05 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kget
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,40 +21,36 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kget
Version: 19.12.3
Version: 20.03.80
Release: 0
Summary: Download Manager
License: GPL-2.0-or-later
Group: Productivity/Networking/Other
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: gpgme-devel
BuildRequires: cmake(KF5KCMUtils)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5NotifyConfig)
BuildRequires: cmake(KF5Wallet)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: libboost_headers-devel
BuildRequires: libgpgmepp-devel
BuildRequires: libktorrent-devel
BuildRequires: libqca-qt5-devel
BuildRequires: cmake(QGpgme)
BuildRequires: cmake(KF5Solid)
BuildRequires: sqlite-devel
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KCMUtils)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5NotifyConfig)
BuildRequires: cmake(KF5Solid)
BuildRequires: cmake(KF5Wallet)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(LibKWorkspace)
BuildRequires: cmake(QGpgme)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Network)
@ -65,15 +61,15 @@ BuildRequires: cmake(Qt5Xml)
Obsoletes: kget5 < %{version}
Provides: kget5 = %{version}
%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
An advanced download manager by KDE
%if %{with lang}
%lang_package
%endif
%prep
%setup -q