forked from pool/discover
Plasma 5.16 Beta, 2nd try. Please publish disable K:F5 before accepting, to give openQA a chance.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=181
This commit is contained in:
parent
ee4185b16d
commit
6809f63ab8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f2bbaade87b959c8bd847e90ecec0c9aa8b4accee63318d25e5beb77deaf854
|
||||
size 10447644
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlzRUq0ACgkQ7JTRj38F
|
||||
mX6FYAf8Dp8qNh13Az7OOPOdJAId129DRS8rnewr54+GbrNHEsqj7NxyJjHXEy/x
|
||||
ydRIL/yvGxq4Zn9WxGqIn6WgMLHqSXP+9P90soBE0KoCYWdNTTFHZvhjjZkateN0
|
||||
mw2qjcT9H9d6wV1bTLG3L3MxHG41i+oYhLyCeFQEWdTl7Uhg76Z/JjVXE92YgQFC
|
||||
VHDG1Cyazxzgfjso/GTyAu+YoJz2bwJ1vZxuOW0LRwc/FA4yNLhQ7WEJDHbjDirg
|
||||
Ic9NeZhh8Q4NYhtrrl/jIhuW5vcPlUg5VgznMmvQ0XG20jOf8lmJuiUSGFdW0N4V
|
||||
eRMNyzta3C4jYRul4hmmAPRZDJWtuA==
|
||||
=fF4Y
|
||||
-----END PGP SIGNATURE-----
|
3
discover-5.15.90.tar.xz
Normal file
3
discover-5.15.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e69328bfb3b8ff597b95c5fd87f6a3751de3c25f142db0e858b916af72672d9
|
||||
size 10446592
|
11
discover-5.15.90.tar.xz.sig
Normal file
11
discover-5.15.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlzdOHUACgkQ7JTRj38F
|
||||
mX5uOAf6A5t0tDtzlB8E05mlsN8eERN0etRqH4PPmrUuvSSKXRkT0RNcgGF8Y/J7
|
||||
/oFh99AOkGVjFNEcFPtcfX/uDeGEjSoh5BRhfGvQkq1oy7dT+zLSWW2e1HxATEBQ
|
||||
8E6675EkL/O33MhSWecE/IJuqlBBynT4ZZ9utTVqleWprEdRnTcmTi80+38BXYSh
|
||||
/EHrH9/WyK6vbAvJUC6/8jDpKz2fAUu/N6m4uUcS9DwkR2FsHzdocl+az8KgF6HL
|
||||
7SuoZ0XFNDE4T7qq0pQcrwSZs8V5LkHk70vBYValkW/btk0uwPOCJSK/5j1yviig
|
||||
XXyubtRA89PgA3jVXhStFnD7jj75UA==
|
||||
=qugf
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 16:56:35 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.15.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.15.90.php
|
||||
- Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 11:04:55 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -18,15 +18,15 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: discover
|
||||
Version: 5.15.5
|
||||
Version: 5.15.90
|
||||
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: https://download.kde.org/unstable/plasma/%{version}/discover-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/discover-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE
|
||||
@ -39,7 +39,6 @@ BuildRequires: gcc6-c++
|
||||
BuildRequires: gcc7-c++
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: PackageKit-Qt5-devel
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: flatpak-devel
|
||||
@ -71,6 +70,7 @@ BuildRequires: cmake(Qt5Quick)
|
||||
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
|
||||
@ -78,7 +78,9 @@ Requires: kirigami2
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
Recommends: %{name}-lang
|
||||
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
|
||||
|
||||
@ -187,7 +189,7 @@ user to install them using Discover.
|
||||
%{_kf5_appstreamdir}/org.kde.discover.appdata.xml
|
||||
%{_kf5_sharedir}/discover/
|
||||
%{_libdir}/libexec/kf5/discover/
|
||||
%config %{_kf5_configdir}/discover_ktexteditor_codesnippets_core.knsrc
|
||||
%{_kf5_knsrcfilesdir}/discover_ktexteditor_codesnippets_core.knsrc
|
||||
%{_kf5_debugdir}/discover.categories
|
||||
|
||||
%if %{with lang}
|
||||
@ -200,6 +202,7 @@ user to install them using Discover.
|
||||
%{_kf5_sharedir}/libdiscover/categories/packagekit-backend-categories.xml
|
||||
%{_kf5_appstreamdir}/org.kde.discover.packagekit.appdata.xml
|
||||
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150100
|
||||
%files backend-flatpak
|
||||
%license COPYING*
|
||||
%{_kf5_plugindir}/discover/flatpak-backend.so
|
||||
@ -207,6 +210,7 @@ user to install them using Discover.
|
||||
%{_kf5_appstreamdir}/org.kde.discover.flatpak.appdata.xml
|
||||
%{_kf5_applicationsdir}/org.kde.discover-flatpak.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/flatpak-discover.svg
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%files backend-fwupd
|
||||
|
Loading…
Reference in New Issue
Block a user