Accepting request 450078 from home:Vogtinator:plasma59
Update to Plasma 5.9 Beta OBS-URL: https://build.opensuse.org/request/show/450078 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=95
This commit is contained in:
parent
7a39694712
commit
b3e9f72115
13
desktop.diff
13
desktop.diff
@ -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
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:edeeb529e29307f5efedb0371706269ab0edcf0861b73dbd235821457a599e8e
|
|
||||||
size 723240
|
|
3
plasma-sdk-5.8.95.tar.xz
Normal file
3
plasma-sdk-5.8.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6315574044a85361ab702303ff225094a6f08ea1c49326d576825430879ea44f
|
||||||
|
size 721664
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 27 18:31:45 UTC 2016 - fabian@ritter-vogt.de
|
Tue Dec 27 18:31:45 UTC 2016 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plasma5-sdk
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: plasma5-sdk
|
Name: plasma5-sdk
|
||||||
Version: 5.8.5
|
Version: 5.8.95
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plasma SDK
|
Summary: Plasma SDK
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: https://projects.kde.org/projects/extragear/sdk/plasmate
|
Url: https://projects.kde.org/projects/extragear/sdk/plasmate
|
||||||
Source: http://download.kde.org/stable/plasma/%{version}/plasma-sdk-%{version}.tar.xz
|
Source: http://download.kde.org/unstable/plasma/%{version}/plasma-sdk-%{version}.tar.xz
|
||||||
Patch0: desktop.diff
|
|
||||||
BuildRequires: breeze5-icons
|
BuildRequires: breeze5-icons
|
||||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
@ -37,11 +36,12 @@ BuildRequires: cmake(KF5ConfigWidgets) >= 5.25.0
|
|||||||
BuildRequires: cmake(KF5CoreAddons) >= 5.25.0
|
BuildRequires: cmake(KF5CoreAddons) >= 5.25.0
|
||||||
BuildRequires: cmake(KF5DBusAddons) >= 5.25.0
|
BuildRequires: cmake(KF5DBusAddons) >= 5.25.0
|
||||||
BuildRequires: cmake(KF5Declarative) >= 5.25.0
|
BuildRequires: cmake(KF5Declarative) >= 5.25.0
|
||||||
|
BuildRequires: cmake(KF5DocTools) >= 5.25.0
|
||||||
BuildRequires: cmake(KF5I18n) >= 5.25.0
|
BuildRequires: cmake(KF5I18n) >= 5.25.0
|
||||||
BuildRequires: cmake(KF5IconThemes) >= 5.25.0
|
BuildRequires: cmake(KF5IconThemes) >= 5.25.0
|
||||||
BuildRequires: cmake(KF5ItemModels) >= 5.25.0
|
BuildRequires: cmake(KF5ItemModels) >= 5.25.0
|
||||||
BuildRequires: cmake(KF5KIO) >= 5.25.0
|
BuildRequires: cmake(KF5KIO) >= 5.25.0
|
||||||
BuildRequires: cmake(KF5Kirigami)
|
BuildRequires: cmake(KF5Kirigami2)
|
||||||
BuildRequires: cmake(KF5NewStuff) >= 5.25.0
|
BuildRequires: cmake(KF5NewStuff) >= 5.25.0
|
||||||
BuildRequires: cmake(KF5Parts) >= 5.25.0
|
BuildRequires: cmake(KF5Parts) >= 5.25.0
|
||||||
BuildRequires: cmake(KF5Plasma) >= 5.25.0
|
BuildRequires: cmake(KF5Plasma) >= 5.25.0
|
||||||
@ -69,7 +69,7 @@ Conflicts: plasmate
|
|||||||
Provides: plasmate5 = %{version}
|
Provides: plasmate5 = %{version}
|
||||||
Obsoletes: plasmate5 < %{version}
|
Obsoletes: plasmate5 < %{version}
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Requires: kirigami >= 1.0
|
Requires: kirigami2 >= 2.0
|
||||||
Requires: plasmaengineexplorer5
|
Requires: plasmaengineexplorer5
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -90,7 +90,6 @@ test Plasma data engines without writing a Plasma applet.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n plasma-sdk-%{version}
|
%setup -q -n plasma-sdk-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
@ -145,10 +144,12 @@ test Plasma data engines without writing a Plasma applet.
|
|||||||
%dir %{_kf5_iconsdir}/hicolor/*/*
|
%dir %{_kf5_iconsdir}/hicolor/*/*
|
||||||
%{_kf5_iconsdir}/*/*/*/*.*
|
%{_kf5_iconsdir}/*/*/*/*.*
|
||||||
%{_kf5_appstreamdir}/
|
%{_kf5_appstreamdir}/
|
||||||
|
%{_mandir}/man1/plasmoidviewer.1.gz
|
||||||
|
|
||||||
%files -n plasmaengineexplorer5
|
%files -n plasmaengineexplorer5
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%{_kf5_bindir}/plasmaengineexplorer
|
%{_kf5_bindir}/plasmaengineexplorer
|
||||||
|
%{_mandir}/man1/plasmaengineexplorer.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user