summaryrefslogtreecommitdiff
path: root/x11-themes/tango-icon-theme-extras/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-themes/tango-icon-theme-extras/files
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-themes/tango-icon-theme-extras/files')
-rw-r--r--x11-themes/tango-icon-theme-extras/files/tango-icon-theme-extras-0.1.0-MKDIR_P.patch14
-rw-r--r--x11-themes/tango-icon-theme-extras/files/tango-icon-theme-extras-0.1.0-graphicsmagick.patch24
2 files changed, 38 insertions, 0 deletions
diff --git a/x11-themes/tango-icon-theme-extras/files/tango-icon-theme-extras-0.1.0-MKDIR_P.patch b/x11-themes/tango-icon-theme-extras/files/tango-icon-theme-extras-0.1.0-MKDIR_P.patch
new file mode 100644
index 000000000000..f757248c8f54
--- /dev/null
+++ b/x11-themes/tango-icon-theme-extras/files/tango-icon-theme-extras-0.1.0-MKDIR_P.patch
@@ -0,0 +1,14 @@
+https://bugs.gentoo.org/show_bug.cgi?id=486906
+
+diff --git a/configure.ac b/configure.ac
+index ce2bc5f..21cc450 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -6,6 +6,7 @@ AC_CONFIG_SRCDIR([svg2png.sh.in])
+
+ AM_INIT_AUTOMAKE([1.9 tar-ustar])
+
++AC_PROG_MKDIR_P
+ PKG_PROG_PKG_CONFIG([0.19])
+
+ # Workaround to make aclocal get the right flags
diff --git a/x11-themes/tango-icon-theme-extras/files/tango-icon-theme-extras-0.1.0-graphicsmagick.patch b/x11-themes/tango-icon-theme-extras/files/tango-icon-theme-extras-0.1.0-graphicsmagick.patch
new file mode 100644
index 000000000000..446d42c8f433
--- /dev/null
+++ b/x11-themes/tango-icon-theme-extras/files/tango-icon-theme-extras-0.1.0-graphicsmagick.patch
@@ -0,0 +1,24 @@
+http://bugs.gentoo.org/314423
+
+--- configure.ac
++++ configure.ac
+@@ -39,9 +39,6 @@
+ AM_CONDITIONAL(ENABLE_ICON_FRAMING, test x$enable_framing = xyes)
+
+ if test "x$enable_framing" = "xyes"; then
+- PKG_CHECK_EXISTS([ImageMagick >= 5.5.7],
+- [enable_framing=yes], [enable_framing=no])
+- if test "x$enable_framing" = "xyes"; then
+ AC_PATH_PROG(CONVERT, convert)
+ if test -z "$CONVERT"; then
+ AC_MSG_ERROR([ImageMagick is required to build tango-icon-theme])
+@@ -50,9 +47,6 @@
+ # Add the command line options we need here
+ CONVERT="$CONVERT -bordercolor Transparent -border 1x1"
+ AC_SUBST(CONVERT)
+- else
+- AC_MSG_ERROR([ImageMagick is required to build tango-icon-theme])
+- fi
+ fi
+
+ # Check for rsvg or ksvgtopng for creating large scale bitmaps from svg