Plasma 5.11 Beta - hopefully everything addressed now (if it builds fine)

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=130
This commit is contained in:
OBS User mrdocs 2017-09-15 03:22:20 +00:00 committed by Git OBS Bridge
parent 0b4a59f0af
commit a3e86883de
4 changed files with 18 additions and 21 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 14 14:29:06 CEST 2017 - fabian@ritter-vogt.de
- Update to 5.10.95
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.10.95.php
- Changes since 5.10.5:
* spdx validation for appstream
* Drop unused dependencies KF5WindowSystem and KF5XmlGui
* Restore KCompletion dependency
* Drop unused dependencies
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 22 19:11:31 CEST 2017 - fabian@ritter-vogt.de Tue Aug 22 19:11:31 CEST 2017 - fabian@ritter-vogt.de

View File

@ -18,19 +18,18 @@
%bcond_without lang %bcond_without lang
Name: plasma5-sdk Name: plasma5-sdk
Version: 5.10.5 Version: 5.10.95
Release: 0 Release: 0
Summary: Plasma SDK Summary: Plasma SDK
License: LGPL-2.0+ and GPL-2.0 License: LGPL-2.0+ and GPL-2.0
Group: System/GUI/KDE Group: System/GUI/KDE
Url: https://cgit.kde.org/plasma-sdk.git Url: https://cgit.kde.org/plasma-sdk.git
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
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
BuildRequires: xz BuildRequires: xz
BuildRequires: cmake(Grantlee5) BuildRequires: cmake(Grantlee5)
#BuildRequires: cmake(KDevPlatform) >= 4.9.90
BuildRequires: cmake(KF5Archive) >= 5.25.0 BuildRequires: cmake(KF5Archive) >= 5.25.0
BuildRequires: cmake(KF5Completion) >= 5.25.0 BuildRequires: cmake(KF5Completion) >= 5.25.0
BuildRequires: cmake(KF5Config) >= 5.25.0 BuildRequires: cmake(KF5Config) >= 5.25.0
@ -42,7 +41,6 @@ BuildRequires: cmake(KF5DocTools) >= 5.25.0
BuildRequires: cmake(KF5GuiAddons) >= 5.25.0 BuildRequires: cmake(KF5GuiAddons) >= 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(KF5ItemViews) >= 5.25.0 BuildRequires: cmake(KF5ItemViews) >= 5.25.0
BuildRequires: cmake(KF5JobWidgets) >= 5.25.0 BuildRequires: cmake(KF5JobWidgets) >= 5.25.0
BuildRequires: cmake(KF5KCMUtils) >= 5.25.0 BuildRequires: cmake(KF5KCMUtils) >= 5.25.0
@ -59,8 +57,6 @@ BuildRequires: cmake(KF5Service) >= 5.25.0
BuildRequires: cmake(KF5TextEditor) >= 5.25.0 BuildRequires: cmake(KF5TextEditor) >= 5.25.0
BuildRequires: cmake(KF5ThreadWeaver) >= 5.25.0 BuildRequires: cmake(KF5ThreadWeaver) >= 5.25.0
BuildRequires: cmake(KF5WidgetsAddons) >= 5.25.0 BuildRequires: cmake(KF5WidgetsAddons) >= 5.25.0
BuildRequires: cmake(KF5WindowSystem) >= 5.25.0
BuildRequires: cmake(KF5XmlGui) >= 5.25.0
BuildRequires: cmake(Qt5Concurrent) >= 5.4.0 BuildRequires: cmake(Qt5Concurrent) >= 5.4.0
BuildRequires: cmake(Qt5Core) >= 5.4.0 BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0 BuildRequires: cmake(Qt5DBus) >= 5.4.0
@ -77,8 +73,6 @@ BuildRequires: cmake(Qt5Xml) >= 5.4.0
Recommends: %{name}-lang Recommends: %{name}-lang
%endif %endif
Conflicts: plasmate Conflicts: plasmate
#Provides: plasmate5 = %{version}
#Obsoletes: plasmate5 < %{version}
Requires: bash Requires: bash
Requires: kirigami2 >= 2.0 Requires: kirigami2 >= 2.0
Requires: plasmaengineexplorer5 Requires: plasmaengineexplorer5
@ -108,8 +102,6 @@ test Plasma data engines without writing a Plasma applet.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
# # plasmagik is a symlink to tools-wizard in oxygen5 anyway, so do the same for breeze here
# sed -i 's/^Icon=.*$/Icon=tools-wizard/g' %{buildroot}%{_kf5_applicationsdir}/plasmate.desktop
mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/ mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
cp -L %{_kf5_iconsdir}/breeze/apps/48/cuttlefish.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/ cp -L %{_kf5_iconsdir}/breeze/apps/48/cuttlefish.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
@ -121,14 +113,12 @@ test Plasma data engines without writing a Plasma applet.
%if %{with lang} %if %{with lang}
%find_lang cuttlefish %{name}.lang %find_lang cuttlefish %{name}.lang
#%%find_lang kdevpackagemanagerview %{name}.lang
%find_lang plasma_shell_org.kde.plasmoidviewershell %{name}.lang %find_lang plasma_shell_org.kde.plasmoidviewershell %{name}.lang
%find_lang org.kde.plasma.themeexplorer %{name}.lang %find_lang org.kde.plasma.themeexplorer %{name}.lang
%find_lang org.kde.plasma.lookandfeelexplorer %{name}.lang %find_lang org.kde.plasma.lookandfeelexplorer %{name}.lang
%find_lang remote-widgets-browser %{name}.lang %find_lang remote-widgets-browser %{name}.lang
%find_lang plasmoidviewer %{name}.lang %find_lang plasmoidviewer %{name}.lang
%find_lang plasmawallpaperviewer %{name}.lang %find_lang plasmawallpaperviewer %{name}.lang
#%%find_lang plasmate %{name}.lang
%find_lang plasmaengineexplorer %{name}.lang %find_lang plasmaengineexplorer %{name}.lang
%find_lang cuttlefish_editorplugin %{name}.lang %find_lang cuttlefish_editorplugin %{name}.lang
%endif %endif
@ -142,21 +132,15 @@ test Plasma data engines without writing a Plasma applet.
%doc COPYING* %doc COPYING*
%{_kf5_bindir}/cuttlefish %{_kf5_bindir}/cuttlefish
%{_kf5_bindir}/plasmoidviewer %{_kf5_bindir}/plasmoidviewer
#%%{_kf5_bindir}/plasmate
#%%{_kf5_bindir}/plasmakconfigxteditor
%{_kf5_bindir}/plasmathemeexplorer %{_kf5_bindir}/plasmathemeexplorer
%{_kf5_bindir}/lookandfeelexplorer %{_kf5_bindir}/lookandfeelexplorer
%{_kf5_sharedir}/plasma/ %{_kf5_sharedir}/plasma/
#%%{_kf5_sharedir}/plasmate/
%{_kf5_sharedir}/kpackage/ %{_kf5_sharedir}/kpackage/
#%%{_kf5_sharedir}/kdevsavesystemview/
%{_kf5_servicesdir}/ %{_kf5_servicesdir}/
%{_kf5_plugindir}/ %{_kf5_plugindir}/
%{_kf5_applicationsdir}/org.kde.plasma.themeexplorer.desktop %{_kf5_applicationsdir}/org.kde.plasma.themeexplorer.desktop
%{_kf5_applicationsdir}/org.kde.plasma.lookandfeelexplorer.desktop %{_kf5_applicationsdir}/org.kde.plasma.lookandfeelexplorer.desktop
%{_kf5_applicationsdir}/org.kde.cuttlefish.desktop %{_kf5_applicationsdir}/org.kde.cuttlefish.desktop
#%%{_kf5_applicationsdir}/plasmate.desktop
#%%config %{_kf5_configdir}/plasmate.knsrc
%dir %{_kf5_iconsdir}/hicolor/* %dir %{_kf5_iconsdir}/hicolor/*
%dir %{_kf5_iconsdir}/hicolor/*/* %dir %{_kf5_iconsdir}/hicolor/*/*
%{_kf5_iconsdir}/*/*/*/*.* %{_kf5_iconsdir}/*/*/*/*.*