From 62fbe742685d0ede52c2d9ebbe8d3d388c4fdbd839ac293548839b99437dd411 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Thu, 8 Jan 2015 18:05:55 +0000 Subject: [PATCH] 5.1.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=30 --- breeze-5.1.2.tar.xz | 3 --- breeze-5.1.95.tar.xz | 3 +++ breeze.spec | 26 ++++++++++++++++---------- breeze4-style.spec | 4 ++-- 4 files changed, 21 insertions(+), 15 deletions(-) delete mode 100644 breeze-5.1.2.tar.xz create mode 100644 breeze-5.1.95.tar.xz diff --git a/breeze-5.1.2.tar.xz b/breeze-5.1.2.tar.xz deleted file mode 100644 index c6713c0..0000000 --- a/breeze-5.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8441ac35dfb50267505ed438ada81e82a16777775ecf32e32208c2f64576ebb0 -size 16882996 diff --git a/breeze-5.1.95.tar.xz b/breeze-5.1.95.tar.xz new file mode 100644 index 0000000..803ea9b --- /dev/null +++ b/breeze-5.1.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9309d8e4484430808be1374b54dd328494c8b04ff7427a70e094bfc84251262 +size 28153460 diff --git a/breeze.spec b/breeze.spec index 00b6203..7af21c4 100644 --- a/breeze.spec +++ b/breeze.spec @@ -1,7 +1,7 @@ # # spec file for package breeze # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: breeze -Version: 5.1.2 +Version: 5.1.95 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.12 @@ -27,7 +27,9 @@ BuildRequires: kconfig-devel BuildRequires: kcoreaddons-devel BuildRequires: kf5-filesystem BuildRequires: ki18n-devel +BuildRequires: kservice-devel BuildRequires: kwindowsystem-devel +BuildRequires: libkdecoration2-devel >= %{version} BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 @@ -109,6 +111,8 @@ This package provides Breeze KWin decoration. %install %kf5_makeinstall -C build + find %{buildroot} -type f -name '*gtkbreeze*' -exec rm -fv {} ';' + %files -n breeze5-style-lang %defattr(-,root,root) %doc COPYING* @@ -117,23 +121,27 @@ This package provides Breeze KWin decoration. %files -n breeze5-icons %defattr(-,root,root) %doc COPYING* -%{_kf5_sharedir}/icons/breeze/ -%{_kf5_sharedir}/icons/breeze-dark/ +%{_kf5_iconsdir}/breeze/ +%{_kf5_iconsdir}/breeze-dark/ %files -n breeze5-cursors %defattr(-,root,root) %doc COPYING* -%{_kf5_sharedir}/icons/breeze_cursors +%{_kf5_iconsdir}/breeze_cursors +%{_kf5_iconsdir}/Breeze_Snow/ %files -n breeze5-style %defattr(-,root,root) %doc COPYING* +%{_kf5_bindir}/breeze-settings5 %{_kf5_sharedir}/QtCurve/ %{_kf5_sharedir}/color-schemes/ %{_kf5_qmldir}/QtQuick/ %{_kf5_libdir}/kconf_update_bin/ %{_kf5_sharedir}/kconf_update/ -%{_kf5_plugindir}/ +%dir %{_kf5_plugindir} +%{_kf5_plugindir}/kstyle_breeze_config.so +%{_kf5_plugindir}/styles/ %{_kf5_sharedir}/kstyle/ %files -n breeze5-wallpapers @@ -145,10 +153,8 @@ This package provides Breeze KWin decoration. %files -n breeze5-decoration %defattr(-,root,root) %doc COPYING* -%{_kf5_sharedir}/kwin/ -%dir %{_kf5_servicesdir} -%dir %{_kf5_servicesdir}/kwin -%{_kf5_servicesdir}/kwin/kwin4_decoration_qml_breeze.desktop +%dir %{_kf5_plugindir} +%{_kf5_plugindir}/org.kde.kdecoration2/ %files %defattr(-,root,root) diff --git a/breeze4-style.spec b/breeze4-style.spec index c6e13e9..c2be0cc 100644 --- a/breeze4-style.spec +++ b/breeze4-style.spec @@ -1,7 +1,7 @@ # # spec file for package breeze4-style # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: breeze4-style -Version: 5.1.2 +Version: 5.1.95 Release: 0 BuildRequires: automoc4 BuildRequires: cmake >= 2.8.12