[Sugar-devel] icon-slicer and sugar-artwork

pbrobinson at gmail.com pbrobinson at gmail.com
Sun Jul 11 12:47:41 EDT 2010


Hi All,

Sebastian and I are going through the various build requires to get
sugar built for EPEL-6 and in the process I was looking at the
requirements for sugar-artwork. It currently needs icon-slicer but I
think its an old dep that is still in configure.ac but no longer used,
if I drop it out of configure.ac and rebuilt it all builds OK without
it. I think icon-slicer is an old dep from older gtk engine/theme
requirement that is no longer used. Can someone confirm this, and if
so verify the patch looks OK?

Cheers,
Peter


--- sugar-artwork-0.88.1/configure.ac.orig	2010-07-11 16:10:44.884318447 +0100
+++ sugar-artwork-0.88.1/configure.ac	2010-07-11 16:11:02.071524030 +0100
@@ -19,11 +19,6 @@
 AC_HEADER_STDC
 AC_PROG_LIBTOOL

-AC_PATH_PROG([ICON_SLICER], [icon-slicer])
-if test -z "$ICON_SLICER"; then
-    AC_MSG_ERROR([icon-slicer is required])
-fi
-
 PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.0,,
 	          AC_MSG_ERROR([GTK+-2.0 is required to compile sugar-artwork]))


More information about the Sugar-devel mailing list