summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-09-12 13:47:25 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-09-12 13:48:09 -0400
commit2d40752985d61f765c23ef4f5ba60e172e8972cc (patch)
tree5fe22fc7957d5979b9fd428dd90a727e729b10bb /mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch
parentnet-wireless/gr-air-modes: import ebuild (diff)
downloadgentoo-2d40752985d61f765c23ef4f5ba60e172e8972cc.tar.gz
gentoo-2d40752985d61f765c23ef4f5ba60e172e8972cc.tar.bz2
gentoo-2d40752985d61f765c23ef4f5ba60e172e8972cc.zip
mate-base/mate-applets: Drop mate-icon-theme requirement, #593474
Package-Manager: portage-2.3.0
Diffstat (limited to 'mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch')
-rw-r--r--mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch b/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch
new file mode 100644
index 000000000000..41370299b511
--- /dev/null
+++ b/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch
@@ -0,0 +1,33 @@
+From 0a9439346e00aded616fe99773ffec2f3f7bcc49 Mon Sep 17 00:00:00 2001
+From: raveit65 <chat-to-me@raveit.de>
+Date: Thu, 1 Oct 2015 00:27:53 +0200
+Subject: [PATCH] drop dpendency to mate-icon-theme
+
+The dependency is not really needed; depending on GTK+ should be enough
+to guarantee the presence of a spec-compliant icon theme.
+---
+ configure.ac | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index b69e1a4..284dba7 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -20,7 +20,6 @@ LIBNOTIFY_REQUIRED=0.7.0
+ UPOWER_REQUIRED=0.9.4
+ DBUS_REQUIRED=1.1.2
+ DBUS_GLIB_REQUIRED=0.74
+-MATE_ICON_THEME_REQUIRED=1.1.0
+ LIBXML_REQUIRED=2.5.0
+ POLKIT_REQUIRED=0.92
+ dnl ***************************************************************************
+@@ -122,9 +121,6 @@ dnl ***************************************************************************
+ dnl *** Use pkg-config to check for dependancies ***
+ dnl ***************************************************************************
+
+-dnl -- Check for mate-icon-theme (required) ----------------------------------
+-PKG_CHECK_MODULES(GIT, mate-icon-theme >= $MATE_ICON_THEME_REQUIRED)
+-
+ dnl -- check for gio (required) ------------------------------------------
+ PKG_CHECK_MODULES(GIO, gio-2.0 >= $GIO_REQUIRED gio-unix-2.0)
+ AC_SUBST(GIO_CFLAGS)