forked from pool/discover
Plasma 5.11 Beta - hopefully everything addressed now (if it builds fine)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=99
This commit is contained in:
parent
083e7cad93
commit
1ae9bb24c8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae13990f3d9afcffd713d04d2fc6e072a54c2efe6746d19714211b953cc0b420
|
||||
size 10188256
|
3
discover-5.10.95.tar.xz
Normal file
3
discover-5.10.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ed6a95b7d1c2e1c4ddfc6794d2953b05d3507a75e0550d643312a275242c1fe
|
||||
size 10191364
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,20 +18,25 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: discover
|
||||
Version: 5.10.5
|
||||
Version: 5.10.95
|
||||
Release: 0
|
||||
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
|
||||
Url: https://quickgit.kde.org/?p=discover.git
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz
|
||||
Source: http://download.kde.org/unstable/plasma/%{version}/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: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: flatpak-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kirigami2-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(AppStreamQt) >= 0.10
|
||||
BuildRequires: cmake(AppStreamQt) >= 0.11.1
|
||||
BuildRequires: cmake(KF5Archive)
|
||||
BuildRequires: cmake(KF5Attica)
|
||||
BuildRequires: cmake(KF5Config)
|
||||
@ -58,6 +63,7 @@ BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt5Xml)
|
||||
Requires: AppStream
|
||||
Requires: PackageKit
|
||||
Requires: flatpak
|
||||
Requires: kirigami2
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
%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
|
||||
|
||||
%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
|
||||
|
||||
%install
|
||||
@ -114,6 +125,7 @@ This is the systray plasmoid to notify the user that updates are available
|
||||
%{_kf5_plugindir}/discover/
|
||||
%{_kf5_qmldir}/
|
||||
%{_kf5_applicationsdir}/org.kde.discover.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.discover-flatpak.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.discover.urlhandler.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/plasmadiscover.*
|
||||
%{_kf5_notifydir}/discoverabstractnotifier.notifyrc
|
||||
|
Loading…
Reference in New Issue
Block a user