forked from pool/discover
Accepting request 436384 from KDE:Frameworks5
Update to 5.8.2 OBS-URL: https://build.opensuse.org/request/show/436384 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/discover?expand=0&rev=8
This commit is contained in:
commit
4763538459
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fa3826ce8aec0f29bc12ceb00a4423624e8c0d3a414a3f094958279d8b18403
|
||||
size 813464
|
3
discover-5.8.2.tar.xz
Normal file
3
discover-5.8.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:045c60e726e840b4a5ac31007b22fd1fa9534a289f68cd2c66f98cd84c6ef503
|
||||
size 9197168
|
@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 15:16:03 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.8.2
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.8.2.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 15:44:28 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.8.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.8.1.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 07:58:41 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Add Source: URL back
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 16:36:28 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.8.0
|
||||
* New LTS feature release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.8.0.php
|
||||
- Removed patches (now upstream):
|
||||
0001-Fix-build-with-older-Qt.patch
|
||||
0003-Drop-usage-of-templates-from-LinkButton.patch
|
||||
0004-Remove-unused-component.patch
|
||||
0002-Don-t-artificially-require-QtQuick-5.7.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 15:08:04 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Bump kirigami(-devel) requirement to 1.1.0 (kde#369323)
|
||||
- Drop libqt5-qtquickcontrols2 requirement (fixed upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.7.95 (Plasma 5.8 Beta)
|
||||
* New LTS feature release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.7.95.php
|
||||
- Added patches:
|
||||
0001-Fix-build-with-older-Qt.patch
|
||||
0002-Don-t-artificially-require-QtQuick-5.7.patch
|
||||
0003-Drop-usage-of-templates-from-LinkButton.patch
|
||||
0004-Remove-unused-component.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 17:42:09 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.7.5
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.7.5.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -18,17 +18,18 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: discover
|
||||
Version: 5.7.4
|
||||
Version: 5.8.2
|
||||
Release: 0
|
||||
Summary: KDE Software Installer
|
||||
License: GPL-2.0
|
||||
Group: System/GUI/KDE
|
||||
Url: https://quickgit.kde.org/?p=discover.git
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: PackageKit-Qt5-devel
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kirigami-devel >= 1.1.0
|
||||
BuildRequires: libAppstreamQt-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5Archive)
|
||||
@ -48,11 +49,13 @@ BuildRequires: cmake(Qca-qt5)
|
||||
BuildRequires: cmake(Qt5Concurrent)
|
||||
BuildRequires: cmake(Qt5DBus)
|
||||
BuildRequires: cmake(Qt5Network)
|
||||
BuildRequires: cmake(Qt5Qml)
|
||||
BuildRequires: cmake(Qt5Quick)
|
||||
BuildRequires: cmake(Qt5Test)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt5Xml)
|
||||
Requires: AppStream
|
||||
Requires: kirigami >= 1.1.0
|
||||
Requires: libzypp-plugin-appdata
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
@ -86,8 +89,10 @@ This is the systray plasmoid to notify the user that updates are available
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang libdiscover %{name}.lang
|
||||
# %find_lang plasma-discover-exporter %{name}.lang
|
||||
%find_lang plasma-discover-notifier %{name}.lang
|
||||
%find_lang plasma-discover %{name}.lang
|
||||
|
||||
%find_lang plasma_applet_org.kde.discovernotifier plasma.lang
|
||||
%else
|
||||
touch plasma.lang
|
||||
@ -109,6 +114,7 @@ This is the systray plasmoid to notify the user that updates are available
|
||||
%{_kf5_sharedir}/plasmadiscover/
|
||||
%{_kf5_appstreamdir}/
|
||||
%{_kf5_configdir}/discover_ktexteditor_codesnippets_core.knsrc
|
||||
%{_kf5_sharedir}/discover/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user