diff --git a/Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch b/Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch new file mode 100644 index 0000000..5739035 --- /dev/null +++ b/Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch @@ -0,0 +1 @@ + diff --git a/Use-NETRootInfo-to-initiate-wm-move-operation.patch b/Use-NETRootInfo-to-initiate-wm-move-operation.patch new file mode 100644 index 0000000..5739035 --- /dev/null +++ b/Use-NETRootInfo-to-initiate-wm-move-operation.patch @@ -0,0 +1 @@ + diff --git a/breeze.changes b/breeze.changes index 9e0633e..8078467 100644 --- a/breeze.changes +++ b/breeze.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Oct 10 13:52:44 UTC 2015 - hrvoje.senjan@gmail.com + +- Create GTK icon cache +- Added Use-NETRootInfo-to-initiate-wm-move-operation.patch + (kde#353749) +- Added Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch + ------------------------------------------------------------------- Sun Oct 4 10:43:28 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/breeze.spec b/breeze.spec index 46c6fb1..b317700 100644 --- a/breeze.spec +++ b/breeze.spec @@ -23,6 +23,7 @@ Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: frameworkintegration-devel +BuildRequires: hicolor-icon-theme BuildRequires: kcmutils-devel BuildRequires: kcompletion-devel BuildRequires: kconfig-devel @@ -49,6 +50,10 @@ Url: http://www.kde.org #Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc +# PATCH-FIX-UPSTREAM Use-NETRootInfo-to-initiate-wm-move-operation.patch +Patch0: Use-NETRootInfo-to-initiate-wm-move-operation.patch +# PATCH-FIX-UPSTREAM Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch +Patch1: Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -107,6 +112,8 @@ This package provides Breeze KWin decoration. %lang_package -n breeze5-style %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build %cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 @@ -115,8 +122,15 @@ This package provides Breeze KWin decoration. %install %kf5_makeinstall -C build + %icon_theme_cache_create_ghost breeze + %icon_theme_cache_create_ghost breeze-dark + find %{buildroot} -type f -name '*gtkbreeze*' -exec rm -fv {} ';' +%post -n breeze5-icons +%icon_theme_cache_post breeze +%icon_theme_cache_post breeze-dark + %if %{with lang} %files -n breeze5-style-lang %defattr(-,root,root) @@ -127,6 +141,8 @@ This package provides Breeze KWin decoration. %files -n breeze5-icons %defattr(-,root,root) %doc COPYING* +%ghost %{_kf5_iconsdir}/breeze/icon-theme.cache +%ghost %{_kf5_iconsdir}/breeze-dark/icon-theme.cache %{_kf5_iconsdir}/breeze/ %{_kf5_iconsdir}/breeze-dark/ diff --git a/breeze4-style.changes b/breeze4-style.changes index b8f9e65..967969e 100644 --- a/breeze4-style.changes +++ b/breeze4-style.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 10 13:52:44 UTC 2015 - hrvoje.senjan@gmail.com + +- Added Use-NETRootInfo-to-initiate-wm-move-operation.patch + (kde#353749) + ------------------------------------------------------------------- Sun Oct 4 10:43:28 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/breeze4-style.spec b/breeze4-style.spec index 8fbd135..c885c8f 100644 --- a/breeze4-style.spec +++ b/breeze4-style.spec @@ -31,6 +31,8 @@ Group: System/GUI/KDE Url: http://www.kde.org #Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz Source: breeze-%{version}.tar.xz +# PATCH-FIX-UPSTREAM Use-NETRootInfo-to-initiate-wm-move-operation.patch +Patch0: Use-NETRootInfo-to-initiate-wm-move-operation.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -39,6 +41,7 @@ This package contains kde4 backport of new default Plasma 5 style. %prep %setup -q -n breeze-%{version} +%patch0 -p1 %build %cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON