Accepting request 327211 from KDE:Frameworks5

Update to 5.4.0

OBS-URL: https://build.opensuse.org/request/show/327211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-sdk?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2015-09-02 05:52:54 +00:00 committed by Git OBS Bridge
commit dee73ee7fe
5 changed files with 52 additions and 5 deletions

13
desktop.diff Normal file
View File

@ -0,0 +1,13 @@
diff --git a/themeexplorer/package/metadata.desktop b/themeexplorer/package/metadata.desktop
index 709790d..8974f09 100644
--- a/themeexplorer/package/metadata.desktop
+++ b/themeexplorer/package/metadata.desktop
@@ -45,7 +45,7 @@ Name[x-test]=xxPlasma Theme Explorerxx
Name[zh_CN]=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:5f68cf38adf0c8d03478b0e467c6a144a632d9d519101afa22f2bdeed5ea738f
size 642108

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Aug 24 17:53:08 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.4.0:
* For more details please see:
https://www.kde.org/announcements/plasma-5.4.0.php
-------------------------------------------------------------------
Sun Aug 16 10:17:06 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.3.95 aka 5.4 beta:
This release of Plasma brings many nice touches for our users
such as much improved high DPI support, KRunner auto-completion
and many new beautiful Breeze icons. It also lays the ground for
the future with a tech preview of Wayland session available.
We're shipping a few new components such as an Audio Volume
Plasma Widget, monitor calibration tool and the User Manager
tool comes out beta.
* For more details please see:
https://www.kde.org/announcements/plasma-5.3.95.php
- Added desktop.diff to fix desktop categories for themeexplorer
- Added breeze5-icons BuildRequires
-------------------------------------------------------------------
Sun Jun 28 18:32:29 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -18,14 +18,16 @@
%bcond_without lang
Name: plasma5-sdk
Version: 5.3.2
Version: 5.4.0
Release: 0
Summary: Plasma SDK
License: LGPL-2.0+
Group: System/GUI/KDE
Url: https://projects.kde.org/projects/extragear/sdk/plasmate
Source: plasma-sdk-%{version}.tar.xz
Patch0: desktop.diff
BuildRequires: attica-qt5-devel
BuildRequires: breeze5-icons
BuildRequires: extra-cmake-modules
BuildRequires: frameworkintegration-devel
BuildRequires: karchive-devel
@ -100,6 +102,7 @@ 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
@ -109,10 +112,13 @@ test Plasma data engines without writing a Plasma applet.
%kf5_makeinstall -C build
#sed -i '/^Icon=/d' %%{buildroot}%%{_kf5_applicationsdir}/plasmate.desktop
mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
cp -a %{_kf5_iconsdir}/breeze/apps/software/cuttlefish.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
%if %{with lang}
%find_lang cuttlefish %{name}.lang
%find_lang plasma_shell_org.kde.desktop %{name}.lang
%find_lang kdevpackagemanagerview %{name}.lang
%find_lang plasma_shell_org.kde.plasmoidviewershell %{name}.lang
%find_lang themeexplorer %{name}.lang
%find_lang remote-widgets-browser %{name}.lang
%find_lang plasmoidviewer %{name}.lang
@ -143,8 +149,13 @@ test Plasma data engines without writing a Plasma applet.
#{_kf5_sharedir}/kdevsavesystemview/
%{_kf5_servicesdir}/
%{_kf5_plugindir}/
%{_kf5_applicationsdir}/org.kde.plasma.themeexplorer.desktop
%{_kf5_applicationsdir}/cuttlefish.desktop
#{_kf5_applicationsdir}/plasmate.desktop
#config %%{_kf5_configdir}/plasmate.knsrc
%dir %{_kf5_iconsdir}/hicolor/*
%dir %{_kf5_iconsdir}/hicolor/*/*
%{_kf5_iconsdir}/*/*/*/*.*
%files -n plasmaengineexplorer5
%defattr(-,root,root)