KDE Applications 18.04 RC (take 3): for the changes proposed by Wolfgang, I think they can get in after this is accepted.
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kget?expand=0&rev=73
This commit is contained in:
parent
cda435f19c
commit
43195f50e4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c7f1f406de28b11f6fc7842c84becada04307d2a6a80f0fe81969735adc5dcd
|
||||
size 5388864
|
3
kget-18.03.90.tar.xz
Normal file
3
kget-18.03.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5400aae3399e2093eacc585db0549a9435918e064bbe41a2a5e1727c21b504a7
|
||||
size 5203812
|
17
kget.changes
17
kget.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 06 07:09:24 CEST 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.03.90.php
|
||||
- Changes since 17.12.3:
|
||||
* Fix build with Qt 5.11 (add missing QModelIndex)
|
||||
* Call the right shutdown action
|
||||
* Port shutdown actions
|
||||
* Use KDE Application Version, managed by release script
|
||||
* Add appdata file for KGet
|
||||
* Update comments: KSystemTrayItem->KStatusNotifierItem
|
||||
* Update KGet docbook
|
||||
* Port bittorrent plugin away from KLocale.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 08 23:51:46 CET 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -18,13 +18,11 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: kget
|
||||
Version: 17.12.3
|
||||
Version: 18.03.90
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
Summary: Download Manager
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Other
|
||||
@ -34,6 +32,7 @@ BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: cmake(LibKWorkspace)
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gpgme-devel
|
||||
BuildRequires: kcmutils-devel
|
||||
@ -118,6 +117,7 @@ An advanced download manager by KDE
|
||||
%{_kf5_sharedir}/khtml/
|
||||
%{_kf5_sharedir}/kwebkitpart/
|
||||
%{_kf5_sharedir}/kxmlgui5/
|
||||
%{_kf5_appstreamdir}/org.kde.kget.appdata.xml
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user