Luca Beltrame 2018-05-21 09:07:22 +00:00 committed by Git OBS Bridge
parent dcf604f395
commit 63e4956de2
4 changed files with 31 additions and 18 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
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:25:13 CEST 2018 - fabian@ritter-vogt.de

View File

@ -18,13 +18,13 @@
%bcond_without lang
Name: plasma5-sdk
Version: 5.12.5
Version: 5.12.90
Release: 0
Summary: Plasma SDK
License: LGPL-2.0+ and GPL-2.0
License: LGPL-2.0+ AND GPL-2.0
Group: System/GUI/KDE
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: extra-cmake-modules >= 1.8.0
BuildRequires: kf5-filesystem
@ -69,14 +69,11 @@ BuildRequires: cmake(Qt5WebKit) >= 5.4.0
BuildRequires: cmake(Qt5WebKitWidgets) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
BuildRequires: cmake(Qt5Xml) >= 5.4.0
%if %{with lang}
Recommends: %{name}-lang
%endif
Conflicts: plasmate
Requires: bash
Requires: kirigami2 >= 2.0
Requires: plasmaengineexplorer5
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Conflicts: plasmate
Recommends: %{name}-lang
%description
Plasma SDK taylored for development of Plasma components,
@ -93,6 +90,7 @@ Plasmaengineexplorer is a graphical tool allowing developers to
test Plasma data engines without writing a Plasma applet.
%lang_package
%prep
%setup -q -n plasma-sdk-%{version}
@ -104,6 +102,7 @@ test Plasma data engines without writing a Plasma applet.
%kf5_makeinstall -C build
mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
cp -L %{_kf5_iconsdir}/breeze/apps/22/plasma.svg %{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/actions/24/tools-wizard.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
@ -127,8 +126,7 @@ test Plasma data engines without writing a Plasma applet.
%endif
%files
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_bindir}/cuttlefish
%{_kf5_bindir}/plasmoidviewer
%{_kf5_bindir}/plasmathemeexplorer
@ -140,16 +138,22 @@ test Plasma data engines without writing a Plasma applet.
%{_kf5_applicationsdir}/org.kde.plasma.themeexplorer.desktop
%{_kf5_applicationsdir}/org.kde.plasma.lookandfeelexplorer.desktop
%{_kf5_applicationsdir}/org.kde.cuttlefish.desktop
%{_kf5_applicationsdir}/org.kde.plasmoidviewer.desktop
%dir %{_kf5_iconsdir}/hicolor/*
%dir %{_kf5_iconsdir}/hicolor/*/*
%{_kf5_iconsdir}/*/*/*/*.*
%{_kf5_appstreamdir}/
%{_mandir}/man1/plasmoidviewer.1.gz
%{_mandir}/man1/plasmoidviewer.1%{ext_man}
%{_kf5_appstreamdir}/org.kde.cuttlefish.appdata.xml
%{_kf5_appstreamdir}/org.kde.plasmoidviewer.appdata.xml
%{_kf5_appstreamdir}/org.kde.plasma.plasmoidviewershell.appdata.xml
%{_kf5_appstreamdir}/org.kde.plasma.themeexplorer.appdata.xml
%{_kf5_appstreamdir}/org.kde.plasma.lookandfeelexplorer.appdata.xml
%files -n plasmaengineexplorer5
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_bindir}/plasmaengineexplorer
%{_mandir}/man1/plasmaengineexplorer.1.gz
%{_mandir}/man1/plasmaengineexplorer.1%{ext_man}
%{_kf5_applicationsdir}/org.kde.plasmaengineexplorer.desktop
%{_kf5_appstreamdir}/org.kde.plasmaengineexplorer.appdata.xml
%changelog