SHA256
1
0
forked from pool/discover

Accepting request 737457 from KDE:Frameworks5

Plasma 5.17.0 pre-release tars. Please publish disable before accept. (forwarded request 737387 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/737457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/discover?expand=0&rev=63
This commit is contained in:
2019-10-14 10:36:38 +00:00
committed by Git OBS Bridge
6 changed files with 63 additions and 63 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl1ubcUACgkQ7JTRj38F
mX4sEQgAlV0xKWfHh75TQQMl4H0877On9bEJ081HdCCu0k+fJC2bX8Q9m0ojDzFx
2YZSV7lnldo1t1l2Y+zpNpLwMOZerwGcpJhzN1rKfvEYekl+pVLhkMJHnTclTdWx
+F3nlbtKvtRKbKc1mdb9qC+bCOiUWzGHCLwIW2WmBac65Tk/yvhuGFoYBSlAJpMC
MJTW8mBgRX6sHPRkvwCGyXGLwKieC+EE5ax3S9V+7d54Gti85VH/RAfATHjjGQKg
wYFlGApEm/wTjx5fqTWH79nTO/83n+VJZZIxWGg6BCeeJdqOocG7OQvm6ibvAHfH
l/kHptE5hJC1D0iaOcmDTLl5C2zACw==
=cw6t
-----END PGP SIGNATURE-----

3
discover-5.17.0.tar.xz Normal file
View File

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl2fIloACgkQ7JTRj38F
mX5Rkgf+I8KVSFHUZVdhDU7vgV2XklWG9/cykR78tFnSY+4RhC9PfxVyWQp8HxpO
lwdSJrdF+WkTooViUHrmja53rr1fcRBweqCHnW+8wMObfphViIe2SUl7fIN891jd
L6Zgn38GgoIQMn6Atg1wj1CJbELySdn1+5SCHshPYp9aFANwrefqd1+Q3h2KlWKU
3CjeND3W1tciGd4QxmTO1Gzq5ppTpiTBUZuoOQRPk7ncWa2yfYuZMER4RLQsuWMM
oQLKsqFiUIr5L8n/Acsc1iPupyXhJ/GICmYx6C4si3596pe/fMnuY2JqYkn1qIW7
xfZ+eb4VDdnHTDknKjU5ptCprXZp8A==
=mq1s
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Oct 10 14:25:45 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.17.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.0.php
- Changes since 5.16.90:
* updates: improve cancellability calculation (kde#407466)
* pk: Still need to refresh the database at start
* AppPage: Give some space to render screenshot busy indicators (kde#409504)
* Use the right API for retrieving SPDX licences (kde#408112)
* packagekit: Improve update UI population (kde#412035)
* Fix qml warning
* Make sure the installed page is properly sorted by default (kde#412653)
-------------------------------------------------------------------
Thu Sep 19 12:32:33 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.16.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.16.90.php
- Too many changes to list here
- Recommend the fwupd backend by default again
- Drop conditions for Leap 42
-------------------------------------------------------------------
Tue Sep 3 12:44:11 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@@ -18,32 +18,23 @@
%bcond_without lang
Name: discover
Version: 5.16.5
Version: 5.17.0
Release: 0
Summary: Software store for the KDE Plasma desktop
License: GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later
Group: System/GUI/KDE
Url: https://quickgit.kde.org/?p=discover.git
Source: https://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz
Source: discover-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz.sig
Source1: discover-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
# PATCH-FIX-OPENSUSE
Patch1: 0001-Warning-for-FlatHub.patch
%if 0%{?suse_version} < 1330
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
%if 0%{?sle_version} < 120300
BuildRequires: gcc6-c++
%else
BuildRequires: gcc7-c++
%endif
%endif
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.11.1
BuildRequires: cmake(KF5Archive)
@@ -56,6 +47,7 @@ BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5ItemModels)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5Plasma)
@@ -71,9 +63,7 @@ BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
BuildRequires: cmake(packagekitqt5) >= 1.0.1
%if 0%{?suse_version} >= 1500
BuildRequires: pkgconfig(fwupd) >= 1.0.6
%endif
Requires: kirigami2
Requires: libqt5-qtquickcontrols2
Recommends: %{name}-lang
@@ -81,8 +71,9 @@ Recommends: %{name}-backend-packagekit
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150100
Recommends: %{name}-backend-flatpak
%endif
# Disabled for now, reported to cause crashes
# Recommends: %{name}-backend-fwupd
# Conflicts with plasma5-pk-updates
# Recommends: %%{name}-notifier
Recommends: %{name}-backend-fwupd
%description
Discover is a graphical software manager for the KDE Plasma desktop. It helps users to find software they might want easily and quickly.
@@ -97,11 +88,7 @@ Requires: %{name} = %{version}
# it's useless without system package management
Requires: AppStream
Requires: PackageKit
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300
Requires: appstream-provider
%else
Requires: libzypp-plugin-appdata
%endif
%description backend-packagekit
A plugin for Discover to support management of system packages and repositories
@@ -125,33 +112,23 @@ Requires: %{name} = %{version}
%description backend-fwupd
A plugin for Discover to support updates of system firmware using fwupd.
%package plasmoid
Summary: Update notification plasmoid for KDE Software Manager
%package notifier
Summary: Update notifier for KDE Software Manager
Group: System/GUI/KDE
Conflicts: plasma5-pk-updates
Obsoletes: %{name}-plasmoid < %{version}
Requires: %{name} = %{version}
%description plasmoid
This is a plasmoid to notify the user that updates are available and allows the
%description notifier
This is a notifier for Discover to inform the user that updates are available and allows the
user to install them using Discover.
%lang_package
%prep
%setup -q
%autopatch -p1
%autosetup -p1
%build
%if 0%{?suse_version} < 1330
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
%if 0%{?sle_version} < 120300
export CC=gcc-6
export CXX=g++-6
%else
export CC=gcc-7
export CXX=g++-7
%endif
%endif
%cmake_kf5 -d build
%make_jobs
@@ -164,12 +141,11 @@ user to install them using Discover.
%if %{with lang}
%find_lang libdiscover %{name}.lang
%find_lang plasma-discover-notifier %{name}.lang
%find_lang plasma-discover %{name}.lang
%find_lang plasma_applet_org.kde.discovernotifier plasma.lang
%find_lang plasma-discover-notifier notifier.lang
%else
touch plasma.lang
touch notifier.lang
%endif
%files
@@ -178,7 +154,6 @@ user to install them using Discover.
%{_kf5_libdir}/plasma-discover/
%dir %{_kf5_plugindir}/discover/
%{_kf5_plugindir}/discover/kns-backend.so
%{_kf5_qmldir}/
%{_kf5_applicationsdir}/org.kde.discover.desktop
%{_kf5_applicationsdir}/org.kde.discover.urlhandler.desktop
%{_kf5_iconsdir}/hicolor/*/apps/plasmadiscover.*
@@ -212,19 +187,17 @@ user to install them using Discover.
%{_kf5_iconsdir}/hicolor/*/apps/flatpak-discover.svg
%endif
%if 0%{?suse_version} >= 1500
%files backend-fwupd
%license COPYING*
%{_kf5_plugindir}/discover/fwupd-backend.so
%endif
%files plasmoid -f plasma.lang
%files notifier -f notifier.lang
%license COPYING*
%dir %{_kf5_sharedir}/plasma
%dir %{_kf5_sharedir}/plasma/plasmoids
%{_kf5_sharedir}/plasma/plasmoids/org.kde.discovernotifier/
%{_kf5_servicesdir}/plasma-applet-org.kde.discovernotifier.desktop
%{_kf5_plugindir}/discover-notifier/
%{_kf5_appstreamdir}/org.kde.discovernotifier.appdata.xml
%dir %{_kf5_plugindir}/discover-notifier
%{_kf5_configdir}/autostart/org.kde.discover.notifier.desktop
%{_libdir}/libexec/DiscoverNotifier
%{_kf5_plugindir}/discover-notifier/DiscoverPackageKitNotifier.so
%{_kf5_plugindir}/discover-notifier/FlatpakNotifier.so
%{_kf5_applicationsdir}/org.kde.discover.notifier.desktop
%changelog