Accepting request 453092 from KDE:Frameworks5

Update to 5.9.0 tars (forwarded request 452894 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/453092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-sdk?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2017-01-31 11:24:33 +00:00 committed by Git OBS Bridge
commit 698768ee34
5 changed files with 41 additions and 23 deletions

View File

@ -1,13 +0,0 @@
Index: plasma-sdk-5.8.5/themeexplorer/package/metadata.desktop
===================================================================
--- plasma-sdk-5.8.5.orig/themeexplorer/package/metadata.desktop
+++ plasma-sdk-5.8.5/themeexplorer/package/metadata.desktop
@@ -66,7 +66,7 @@ Name[zh_CN]=Plasma 主题浏览器
Name[zh_TW]=Plasma 主題探索器
Type=Application
Icon=preferences-desktop-theme
-Categories=Qt;KDE;Development;
+Categories=Qt;KDE;Development;GUIDesigner;
Exec=plasmathemeexplorer
X-KDE-ParentApp=
X-KDE-PluginInfo-Author=Marco Martin

View File

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

3
plasma-sdk-5.9.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Jan 26 19:59:01 CET 2017 - fabian@ritter-vogt.de
- Update to 5.9.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.9.0.php
- Changes since 5.8.95:
* Fix handling of paths with whitespace in bash
-------------------------------------------------------------------
Thu Jan 12 20:39:58 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.8.95 (Plasma 5.9 Beta)
* New feature release
* For more details please see:
https://www.kde.org/announcements/plasma-5.8.95.php
- Changes:
* Update to KDevplatform API change.
* Update engineexplorer + plasmoidviewer manpages and include in build.
* Export kwin theme to l&f.
* [Plasmoidviewer] Allow passing "externalData" to the applet.
* Load translation catalog for plasmakconfigxteditor.
* I18n fix for plasmate.
* I18n: "Ok" -> "OK".
* Remove double space.
* Add a more specific category to the .desktop file.
- Remove patches, now upstream:
* desktop.diff
-------------------------------------------------------------------
Tue Dec 27 18:31:45 UTC 2016 - fabian@ritter-vogt.de

View File

@ -1,7 +1,7 @@
#
# spec file for package plasma5-sdk
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,14 +18,13 @@
%bcond_without lang
Name: plasma5-sdk
Version: 5.8.5
Version: 5.9.0
Release: 0
Summary: Plasma SDK
License: LGPL-2.0+
Group: System/GUI/KDE
Url: https://projects.kde.org/projects/extragear/sdk/plasmate
Source: http://download.kde.org/stable/plasma/%{version}/plasma-sdk-%{version}.tar.xz
Patch0: desktop.diff
Source: plasma-sdk-%{version}.tar.xz
BuildRequires: breeze5-icons
BuildRequires: extra-cmake-modules >= 1.8.0
BuildRequires: kf5-filesystem
@ -37,11 +36,12 @@ BuildRequires: cmake(KF5ConfigWidgets) >= 5.25.0
BuildRequires: cmake(KF5CoreAddons) >= 5.25.0
BuildRequires: cmake(KF5DBusAddons) >= 5.25.0
BuildRequires: cmake(KF5Declarative) >= 5.25.0
BuildRequires: cmake(KF5DocTools) >= 5.25.0
BuildRequires: cmake(KF5I18n) >= 5.25.0
BuildRequires: cmake(KF5IconThemes) >= 5.25.0
BuildRequires: cmake(KF5ItemModels) >= 5.25.0
BuildRequires: cmake(KF5KIO) >= 5.25.0
BuildRequires: cmake(KF5Kirigami)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5NewStuff) >= 5.25.0
BuildRequires: cmake(KF5Parts) >= 5.25.0
BuildRequires: cmake(KF5Plasma) >= 5.25.0
@ -69,7 +69,7 @@ Conflicts: plasmate
Provides: plasmate5 = %{version}
Obsoletes: plasmate5 < %{version}
Requires: bash
Requires: kirigami >= 1.0
Requires: kirigami2 >= 2.0
Requires: plasmaengineexplorer5
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -90,7 +90,6 @@ test Plasma data engines without writing a Plasma applet.
%lang_package
%prep
%setup -q -n plasma-sdk-%{version}
%patch0 -p1
%build
%cmake_kf5 -d build
@ -145,10 +144,12 @@ test Plasma data engines without writing a Plasma applet.
%dir %{_kf5_iconsdir}/hicolor/*/*
%{_kf5_iconsdir}/*/*/*/*.*
%{_kf5_appstreamdir}/
%{_mandir}/man1/plasmoidviewer.1.gz
%files -n plasmaengineexplorer5
%defattr(-,root,root)
%doc COPYING*
%{_kf5_bindir}/plasmaengineexplorer
%{_mandir}/man1/plasmaengineexplorer.1.gz
%changelog