From e94a697d2f58faec56be7390f2d35db9cd0a93023b8de61814f862d811377b9e Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 22 Nov 2015 18:33:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze5-icons?expand=0&rev=7 --- applets.patch | 26 ++++++++++++++++++++++++++ breeze5-icons.changes | 5 +++++ breeze5-icons.spec | 3 +++ 3 files changed, 34 insertions(+) create mode 100644 applets.patch diff --git a/applets.patch b/applets.patch new file mode 100644 index 0000000..f08dee1 --- /dev/null +++ b/applets.patch @@ -0,0 +1,26 @@ +diff --git a/icons-dark/CMakeLists.txt b/icons-dark/CMakeLists.txt +index f039db1..107c7e0 100644 +--- a/icons-dark/CMakeLists.txt ++++ b/icons-dark/CMakeLists.txt +@@ -11,7 +11,7 @@ endif(WIN32) + + ########### install files ############### + +-set( breeze_icon_dark_dirs actions apps categories devices emblems emotes mimetypes places status) ++set( breeze_icon_dark_dirs actions applets apps categories devices emblems emotes mimetypes places status) + + + set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark) +diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt +index 6c6e3b7..8f0066c 100644 +--- a/icons/CMakeLists.txt ++++ b/icons/CMakeLists.txt +@@ -11,7 +11,7 @@ endif(WIN32) + + ########### install files ############### + +-set( breeze_icon_dirs actions apps categories devices emblems emotes mimetypes places status ) ++set( breeze_icon_dirs actions applets apps categories devices emblems emotes mimetypes places status ) + + + set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze) diff --git a/breeze5-icons.changes b/breeze5-icons.changes index 899542e..0db4f2e 100644 --- a/breeze5-icons.changes +++ b/breeze5-icons.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 22 18:31:38 UTC 2015 - hrvoje.senjan@gmail.com + +- Added applets.patch: install applet icons (kde#355676) + ------------------------------------------------------------------- Wed Nov 18 18:21:08 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/breeze5-icons.spec b/breeze5-icons.spec index 174abb1..e964cc7 100644 --- a/breeze5-icons.spec +++ b/breeze5-icons.spec @@ -27,6 +27,8 @@ Url: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/breeze-icons-%{version}.tar.xz # PATCH-FIX-OPENSUSE oxygen.diff -- inherit from oxygen Patch0: oxygen.diff +# PATCH-FIX-UPSTREAM applets.patch -- install applet icons +Patch1: applets.patch BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: hicolor-icon-theme @@ -41,6 +43,7 @@ Breeze-icons is a freedesktop.org compatible icon theme. %prep %setup -q -n breeze-icons-%{version} %patch0 -p1 +%patch1 -p1 %build %cmake_kf5 -d build