forked from pool/discover
Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=143
This commit is contained in:
parent
fdfdcfe4f6
commit
490e6eb0e0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd7cfe345d0ce028cc5b48ea185be477bb0d4f421f35ad6ad1bb2418696176e0
|
|
||||||
size 10230424
|
|
3
discover-5.13.90.tar.xz
Normal file
3
discover-5.13.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e026dbfc49ae24f675843a86c2ea990fc5208569004efda0d81d7eb65f17d061
|
||||||
|
size 10245800
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 13 17:24:58 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.13.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.13.90.php
|
||||||
|
- Too many changes to list here
|
||||||
|
- Enable fwupd backend
|
||||||
|
- Use %license
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de
|
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: discover
|
Name: discover
|
||||||
Version: 5.13.5
|
Version: 5.13.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Software Installer
|
Summary: KDE Software Installer
|
||||||
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: http://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz
|
Source: http://download.kde.org/unstable/plasma/%{version}/discover-%{version}.tar.xz
|
||||||
# PATCH-FIX-OPENSUSE
|
# PATCH-FIX-OPENSUSE
|
||||||
Patch1: 0001-Warning-for-FlatHub.patch
|
Patch1: 0001-Warning-for-FlatHub.patch
|
||||||
%if 0%{?suse_version} < 1330
|
%if 0%{?suse_version} < 1330
|
||||||
@ -67,6 +67,7 @@ BuildRequires: cmake(Qt5Quick)
|
|||||||
BuildRequires: cmake(Qt5Test)
|
BuildRequires: cmake(Qt5Test)
|
||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
BuildRequires: cmake(Qt5Xml)
|
BuildRequires: cmake(Qt5Xml)
|
||||||
|
BuildRequires: pkgconfig(fwupd) >= 1.0.6
|
||||||
Requires: AppStream
|
Requires: AppStream
|
||||||
Requires: PackageKit
|
Requires: PackageKit
|
||||||
Requires: flatpak
|
Requires: flatpak
|
||||||
@ -77,10 +78,7 @@ Requires: appstream-provider
|
|||||||
%else
|
%else
|
||||||
Requires: libzypp-plugin-appdata
|
Requires: libzypp-plugin-appdata
|
||||||
%endif
|
%endif
|
||||||
%if %{with lang}
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Disover is the KDE software installer, implemented as an app store like application.
|
Disover is the KDE software installer, implemented as an app store like application.
|
||||||
@ -120,7 +118,6 @@ This is the systray plasmoid to notify the user that updates are available
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang libdiscover %{name}.lang
|
%find_lang libdiscover %{name}.lang
|
||||||
# %find_lang plasma-discover-exporter %{name}.lang
|
|
||||||
%find_lang plasma-discover-notifier %{name}.lang
|
%find_lang plasma-discover-notifier %{name}.lang
|
||||||
%find_lang plasma-discover %{name}.lang
|
%find_lang plasma-discover %{name}.lang
|
||||||
|
|
||||||
@ -130,8 +127,7 @@ This is the systray plasmoid to notify the user that updates are available
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING COPYING.GFDL COPYING.LIB
|
|
||||||
%{_kf5_bindir}/plasma-discover
|
%{_kf5_bindir}/plasma-discover
|
||||||
%{_kf5_libdir}/plasma-discover/
|
%{_kf5_libdir}/plasma-discover/
|
||||||
%{_kf5_plugindir}/discover/
|
%{_kf5_plugindir}/discover/
|
||||||
@ -148,6 +144,7 @@ This is the systray plasmoid to notify the user that updates are available
|
|||||||
%{_kf5_sharedir}/discover/
|
%{_kf5_sharedir}/discover/
|
||||||
%{_libdir}/libexec/kf5/discover/
|
%{_libdir}/libexec/kf5/discover/
|
||||||
%config %{_kf5_configdir}/discover_ktexteditor_codesnippets_core.knsrc
|
%config %{_kf5_configdir}/discover_ktexteditor_codesnippets_core.knsrc
|
||||||
|
%{_kf5_debugdir}/discover.categories
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
@ -155,8 +152,7 @@ This is the systray plasmoid to notify the user that updates are available
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files plasmoid -f plasma.lang
|
%files plasmoid -f plasma.lang
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING COPYING.GFDL COPYING.LIB
|
|
||||||
%dir %{_kf5_sharedir}/plasma
|
%dir %{_kf5_sharedir}/plasma
|
||||||
%dir %{_kf5_sharedir}/plasma/plasmoids
|
%dir %{_kf5_sharedir}/plasma/plasmoids
|
||||||
%{_kf5_sharedir}/plasma/plasmoids/org.kde.discovernotifier/
|
%{_kf5_sharedir}/plasma/plasmoids/org.kde.discovernotifier/
|
||||||
|
Loading…
Reference in New Issue
Block a user