SHA256
1
0
forked from pool/discover

Plasma 5.20 Beta again - untested and needs a bit of cleanup still

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=237
This commit is contained in:
Christophe Giboudeaux 2020-09-21 06:29:47 +00:00 committed by Git OBS Bridge
parent ccde9dd634
commit b9c5308b5f
6 changed files with 38 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl9OIRYACgkQ7JTRj38F
mX64jAgAlY7mClcYfVxmHKTwUkvZQ/6Yq/zSCjt3A8mfpGJwsUeIHqPddJ6oVmVh
K1t40jscc7MTYPOq5Ml4XU1U0NDABKcnmsAFuVtFM9f/PmeRUmQ1TQk8KLpIAeEa
DLA2xiO/4q7kl8P0a/s6HEFGavnsGeBydf6/vkSm91dW1CkCIVuCy5ZuuH7moqGb
hQt1QkRP28rfHX6HcJLOaK/qWjpF8ug/ewEnh+rS77qgbfJqaTYp2TzXyDHaQJre
1J9IqNG0ZE3twieq1YfzXjlC3+gIQWbQqDrWNo3Cnd9rQ2dJp7MwELokKKeoRVVA
TtUcTZDK6GoCFLRQP7A9jjXca3pdLQ==
=k7PF
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAl9jPjkACgkQEZaMRJKM
rvzHJwgAhBB0wP+sxLcICOqWEvCu1RZH9MS56ctorDRjFeA8EBmFl9IOpS4w8nzM
hwgNa2xBf2P6ZDBcI+6oDgRh7DKSDmGZEDAPf7HkcxIBlWn7/zm0JaCYGh5Lg94p
7IiZvf0cGCbIJKQfGF4A40j3h5PqrPcVq/juRUAuwth4F7WJ2vB9e/ulsSYS2hi6
L+uuC65cA5q+EL99oKqAd8A4kpUiJFuvIalBPx+i5k5IQHCpGJNFRvwGIpt8utl6
6Ro7sE26JgKnbGjM3Xnkmt3YSnc5Qz0z/ftt6SOtvyEmr0No4tiKDzAtVMVXHQ++
Ap4LJv5fozVHE1uV3jCKI7r0n+FEew==
=FlXi
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 17 20:02:56 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.19.90
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma-5.19.90
- Too many changes to list here
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 1 11:38:48 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de> Tue Sep 1 11:38:48 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -17,16 +17,19 @@
%bcond_without lang %bcond_without lang
# Version in Leap 15.1 is too old
%global have_fwupd (!0%{?sle_version} || 0%{?sle_version} >= 150200)
Name: discover Name: discover
Version: 5.19.5 Version: 5.19.90
Release: 0 Release: 0
Summary: Software store for the KDE Plasma desktop Summary: Software store for the KDE Plasma desktop
License: GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later License: GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later
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: https://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz Source: discover-%{version}.tar.xz
%if %{with lang} %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 Source2: plasma.keyring
%endif %endif
# PATCH-FIX-OPENSUSE # PATCH-FIX-OPENSUSE
@ -64,7 +67,9 @@ BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml) BuildRequires: cmake(Qt5Xml)
BuildRequires: cmake(packagekitqt5) >= 1.0.1 BuildRequires: cmake(packagekitqt5) >= 1.0.1
%if %{have_fwupd}
BuildRequires: pkgconfig(fwupd) >= 1.0.6 BuildRequires: pkgconfig(fwupd) >= 1.0.6
%endif
Requires: kdeclarative-components Requires: kdeclarative-components
Requires: kirigami2 Requires: kirigami2
Requires: kuserfeedback-imports Requires: kuserfeedback-imports
@ -152,7 +157,7 @@ user to install them using Discover.
%endif %endif
%files %files
%license COPYING* %license LICENSES/*
%{_kf5_bindir}/plasma-discover %{_kf5_bindir}/plasma-discover
%{_kf5_bindir}/plasma-discover-update %{_kf5_bindir}/plasma-discover-update
%{_kf5_libdir}/plasma-discover/ %{_kf5_libdir}/plasma-discover/
@ -176,14 +181,14 @@ user to install them using Discover.
%endif %endif
%files backend-packagekit %files backend-packagekit
%license COPYING* %license LICENSES/*
%{_kf5_plugindir}/discover/packagekit-backend.so %{_kf5_plugindir}/discover/packagekit-backend.so
%{_kf5_sharedir}/libdiscover/categories/packagekit-backend-categories.xml %{_kf5_sharedir}/libdiscover/categories/packagekit-backend-categories.xml
%{_kf5_appstreamdir}/org.kde.discover.packagekit.appdata.xml %{_kf5_appstreamdir}/org.kde.discover.packagekit.appdata.xml
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150100 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150100
%files backend-flatpak %files backend-flatpak
%license COPYING* %license LICENSES/*
%{_kf5_plugindir}/discover/flatpak-backend.so %{_kf5_plugindir}/discover/flatpak-backend.so
%{_kf5_sharedir}/libdiscover/categories/flatpak-backend-categories.xml %{_kf5_sharedir}/libdiscover/categories/flatpak-backend-categories.xml
%{_kf5_appstreamdir}/org.kde.discover.flatpak.appdata.xml %{_kf5_appstreamdir}/org.kde.discover.flatpak.appdata.xml
@ -191,12 +196,14 @@ user to install them using Discover.
%{_kf5_iconsdir}/hicolor/*/apps/flatpak-discover.svg %{_kf5_iconsdir}/hicolor/*/apps/flatpak-discover.svg
%endif %endif
%if %{have_fwupd}
%files backend-fwupd %files backend-fwupd
%license COPYING* %license LICENSES/*
%{_kf5_plugindir}/discover/fwupd-backend.so %{_kf5_plugindir}/discover/fwupd-backend.so
%endif
%files notifier -f notifier.lang %files notifier -f notifier.lang
%license COPYING* %license LICENSES/*
%dir %{_kf5_plugindir}/discover-notifier %dir %{_kf5_plugindir}/discover-notifier
%{_kf5_configdir}/autostart/org.kde.discover.notifier.desktop %{_kf5_configdir}/autostart/org.kde.discover.notifier.desktop
%{_libdir}/libexec/DiscoverNotifier %{_libdir}/libexec/DiscoverNotifier