SHA256
1
0
forked from pool/kget

Accepting request 599046 from KDE:Applications

KDE Applications 18.04.0

OBS-URL: https://build.opensuse.org/request/show/599046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kget?expand=0&rev=63
This commit is contained in:
Dominique Leuenberger 2018-04-25 07:49:39 +00:00 committed by Git OBS Bridge
commit 46f6e7a266
4 changed files with 33 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Apr 18 07:49:16 CEST 2018 - lbeltrame@kde.org
- Update to 18.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.0.php
- Changes since 18.03.90:
* None
-------------------------------------------------------------------
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 Thu Mar 08 23:51:46 CET 2018 - lbeltrame@kde.org

View File

@ -18,13 +18,11 @@
%bcond_without lang %bcond_without lang
Name: kget Name: kget
Version: 17.12.3 Version: 18.04.0
Release: 0 Release: 0
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) # 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}')} %{!?_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 Summary: Download Manager
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
@ -34,6 +32,7 @@ BuildRequires: libboost_headers-devel
%else %else
BuildRequires: boost-devel BuildRequires: boost-devel
%endif %endif
BuildRequires: cmake(LibKWorkspace)
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: gpgme-devel BuildRequires: gpgme-devel
BuildRequires: kcmutils-devel BuildRequires: kcmutils-devel
@ -118,6 +117,7 @@ An advanced download manager by KDE
%{_kf5_sharedir}/khtml/ %{_kf5_sharedir}/khtml/
%{_kf5_sharedir}/kwebkitpart/ %{_kf5_sharedir}/kwebkitpart/
%{_kf5_sharedir}/kxmlgui5/ %{_kf5_sharedir}/kxmlgui5/
%{_kf5_appstreamdir}/org.kde.kget.appdata.xml
%if %{with lang} %if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang