forked from pool/breeze5-icons
This commit is contained in:
parent
3c1ecf2bdc
commit
e94a697d2f
26
applets.patch
Normal file
26
applets.patch
Normal file
@ -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)
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user