Accepting request 615755 from KDE:Frameworks5
Plasma 5.13.0 - not released yet OBS-URL: https://build.opensuse.org/request/show/615755 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-addons?expand=0&rev=61
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5af0b5e5e47a18abbb8c8e563598d3e9b99db57617faa6d7bf668188afd2698c
|
||||
size 567064
|
3
kdeplasma-addons-5.13.0.tar.xz
Normal file
3
kdeplasma-addons-5.13.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71b8cc120576140f2df7b129bce13019ebb1f1e78b24c2b0343f2e31e1b5980c
|
||||
size 592736
|
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 20:03:51 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.13.0.php
|
||||
- Changes since 5.12.90:
|
||||
* [Timer applet] Fix double speed countdown & commands run multiple times (kde#381173)
|
||||
* [timer applet] Fix internal function calls
|
||||
* [timer applet] Unify QtQuick imports
|
||||
* Fix always empty memory bar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 19 14:16:37 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.12.90.php
|
||||
- Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 2 09:23:59 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: plasma5-addons
|
||||
Version: 5.12.5
|
||||
Version: 5.13.0
|
||||
Release: 0
|
||||
# Full Plasma 5 version (e.g. 5.8.95)
|
||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||
@@ -28,12 +28,14 @@ Summary: Additional Plasma5 Widgets
|
||||
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org/
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz
|
||||
Source: kdeplasma-addons-%{version}.tar.xz
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KF5Activities) >= 5.25.0
|
||||
BuildRequires: cmake(KF5Config) >= 5.25.0
|
||||
BuildRequires: cmake(KF5ConfigWidgets) >= 5.25.0
|
||||
BuildRequires: cmake(KF5CoreAddons) >= 5.25.0
|
||||
BuildRequires: cmake(KF5Declarative) >= 5.25.0
|
||||
BuildRequires: cmake(KF5Holidays) >= 5.25.0
|
||||
BuildRequires: cmake(KF5I18n) >= 5.25.0
|
||||
BuildRequires: cmake(KF5KCMUtils) >= 5.25.0
|
||||
BuildRequires: cmake(KF5KDELibs4Support) >= 5.25.0
|
||||
@@ -60,24 +62,29 @@ BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
||||
Requires: purpose
|
||||
%endif
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
||||
Provides: plasma-addons = %{version}
|
||||
Obsoletes: plasma-addons < %{version}
|
||||
%else
|
||||
Conflicts: plasma-addons
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Additional plasmoids from upstream for use on the Plasma workspace.
|
||||
|
||||
%lang_package
|
||||
|
||||
%package devel
|
||||
Summary: Additional plasmoid widgets - development files
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains development files to develop additional widgets for
|
||||
the Plasma desktop.
|
||||
|
||||
%prep
|
||||
%setup -q -n kdeplasma-addons-%{version}
|
||||
|
||||
@@ -96,8 +103,7 @@ Additional plasmoids from upstream for use on the Plasma workspace.
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%config %{_kf5_configdir}/comic.knsrc
|
||||
%{_kf5_libdir}/libplasmacomicprovidercore.so.*
|
||||
%{_libdir}/libplasmapotdprovidercore.so*
|
||||
@@ -109,11 +115,25 @@ Additional plasmoids from upstream for use on the Plasma workspace.
|
||||
%{_kf5_sharedir}/kwin/
|
||||
%{_kf5_iconsdir}/hicolor/*/*/*.*
|
||||
%{_kf5_appstreamdir}/
|
||||
%{_kf5_libdir}/libplasmaweatherprivate.so
|
||||
|
||||
%files devel
|
||||
%license COPYING*
|
||||
%dir %{_includedir}/plasma
|
||||
%dir %{_includedir}/plasma/potdprovider
|
||||
%{_includedir}/plasma/potdprovider/plasma_potd_export.h
|
||||
%{_includedir}/plasma/potdprovider/potdprovider.h
|
||||
%dir %{_kf5_cmakedir}/PlasmaPotdProvider/
|
||||
%{_kf5_cmakedir}/PlasmaPotdProvider/PlasmaPotdProviderConfig.cmake
|
||||
%{_kf5_cmakedir}/PlasmaPotdProvider/PlasmaPotdProviderConfigVersion.cmake
|
||||
%{_kf5_cmakedir}/PlasmaPotdProvider/PlasmaPotdProviderTargets-none.cmake
|
||||
%{_kf5_cmakedir}/PlasmaPotdProvider/PlasmaPotdProviderTargets.cmake
|
||||
%dir %{_kf5_sharedir}/kdevappwizard
|
||||
%dir %{_kf5_sharedir}/kdevappwizard/templates/
|
||||
%{_kf5_sharedir}/kdevappwizard/templates/plasmapotdprovider.tar.bz2
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user