forked from pool/discover
Accepting request 532013 from KDE:Frameworks5
Plasma 5.11.0 OBS-URL: https://build.opensuse.org/request/show/532013 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/discover?expand=0&rev=25
This commit is contained in:
commit
4fa52ce448
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae13990f3d9afcffd713d04d2fc6e072a54c2efe6746d19714211b953cc0b420
|
|
||||||
size 10188256
|
|
3
discover-5.11.0.tar.xz
Normal file
3
discover-5.11.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f62347bba692e9885fc8e5d16ea2cc94d1c1c8e848022fdb31178a046320bd3
|
||||||
|
size 10193812
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 5 12:39:17 CEST 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.11.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.11.0.php
|
||||||
|
- Changes since 5.10.95:
|
||||||
|
* Use the right update icon when there's no updates
|
||||||
|
* When the delegate is compact, don't show the longDescription at all
|
||||||
|
* Fix featured filtering
|
||||||
|
* Fix listing several sources in an application
|
||||||
|
* Fix warnings
|
||||||
|
* Optimize adding resources to the model (kde#383743)
|
||||||
|
* make for better debug output
|
||||||
|
* Don't go through categories more than necessary
|
||||||
|
* Properly traverse a hash with iterators
|
||||||
|
* Use flatpak_installation_list_installed_refs for listing installed flatpaks
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 14 14:29:04 CEST 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.10.95
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.10.95.php
|
||||||
|
- Too many changes to list here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 28 15:25:02 UTC 2017 - fabian@ritter-vogt.de
|
Mon Aug 28 15:25:02 UTC 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -18,20 +18,25 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: discover
|
Name: discover
|
||||||
Version: 5.10.5
|
Version: 5.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Software Installer
|
Summary: KDE Software Installer
|
||||||
License: GPL-2.0 AND GPL-3.0 AND GPL-3.0+
|
License: GPL-2.0 and GPL-3.0 and GPL-3.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: https://quickgit.kde.org/?p=discover.git
|
Url: https://quickgit.kde.org/?p=discover.git
|
||||||
Source: http://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz
|
Source: discover-%{version}.tar.xz
|
||||||
|
%if 0%{?suse_version} < 1330
|
||||||
|
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
|
||||||
|
BuildRequires: gcc6-c++
|
||||||
|
%endif
|
||||||
BuildRequires: PackageKit-Qt5-devel
|
BuildRequires: PackageKit-Qt5-devel
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: flatpak-devel
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: kirigami2-devel
|
BuildRequires: kirigami2-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: cmake(AppStreamQt) >= 0.10
|
BuildRequires: cmake(AppStreamQt) >= 0.11.1
|
||||||
BuildRequires: cmake(KF5Archive)
|
BuildRequires: cmake(KF5Archive)
|
||||||
BuildRequires: cmake(KF5Attica)
|
BuildRequires: cmake(KF5Attica)
|
||||||
BuildRequires: cmake(KF5Config)
|
BuildRequires: cmake(KF5Config)
|
||||||
@ -58,6 +63,7 @@ BuildRequires: cmake(Qt5Widgets)
|
|||||||
BuildRequires: cmake(Qt5Xml)
|
BuildRequires: cmake(Qt5Xml)
|
||||||
Requires: AppStream
|
Requires: AppStream
|
||||||
Requires: PackageKit
|
Requires: PackageKit
|
||||||
|
Requires: flatpak
|
||||||
Requires: kirigami2
|
Requires: kirigami2
|
||||||
Requires: libqt5-qtquickcontrols2
|
Requires: libqt5-qtquickcontrols2
|
||||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300
|
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300
|
||||||
@ -88,7 +94,12 @@ This is the systray plasmoid to notify the user that updates are available
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%if 0%{?suse_version} < 1330
|
||||||
|
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
|
||||||
|
export CC=gcc-6
|
||||||
|
export CXX=g++-6
|
||||||
|
%endif
|
||||||
|
%cmake_kf5 -d build -- -DBUILD_TESTING=ON
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -114,6 +125,7 @@ This is the systray plasmoid to notify the user that updates are available
|
|||||||
%{_kf5_plugindir}/discover/
|
%{_kf5_plugindir}/discover/
|
||||||
%{_kf5_qmldir}/
|
%{_kf5_qmldir}/
|
||||||
%{_kf5_applicationsdir}/org.kde.discover.desktop
|
%{_kf5_applicationsdir}/org.kde.discover.desktop
|
||||||
|
%{_kf5_applicationsdir}/org.kde.discover-flatpak.desktop
|
||||||
%{_kf5_applicationsdir}/org.kde.discover.urlhandler.desktop
|
%{_kf5_applicationsdir}/org.kde.discover.urlhandler.desktop
|
||||||
%{_kf5_iconsdir}/hicolor/*/apps/plasmadiscover.*
|
%{_kf5_iconsdir}/hicolor/*/apps/plasmadiscover.*
|
||||||
%{_kf5_notifydir}/discoverabstractnotifier.notifyrc
|
%{_kf5_notifydir}/discoverabstractnotifier.notifyrc
|
||||||
|
Loading…
Reference in New Issue
Block a user