diff options
author | 2005-08-03 11:31:27 +0000 | |
---|---|---|
committer | 2005-08-03 11:31:27 +0000 | |
commit | 93c4f5972e67c015a99509fd7cc1e099b513799c (patch) | |
tree | 68c5566c29475dd1aec95fbff6e8e48f107e07d2 /x11-themes/gtk-engines-industrial/files | |
parent | Version bump. If you have compile problems rebuild ode. (diff) | |
download | gentoo-2-93c4f5972e67c015a99509fd7cc1e099b513799c.tar.gz gentoo-2-93c4f5972e67c015a99509fd7cc1e099b513799c.tar.bz2 gentoo-2-93c4f5972e67c015a99509fd7cc1e099b513799c.zip |
New package, from bug #94305
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-themes/gtk-engines-industrial/files')
-rw-r--r-- | x11-themes/gtk-engines-industrial/files/digest-gtk-engines-industrial-0.2.36 | 1 | ||||
-rw-r--r-- | x11-themes/gtk-engines-industrial/files/gtk-engines-industrial-0.2.36-gtk1_only.patch | 80 |
2 files changed, 81 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines-industrial/files/digest-gtk-engines-industrial-0.2.36 b/x11-themes/gtk-engines-industrial/files/digest-gtk-engines-industrial-0.2.36 new file mode 100644 index 000000000000..d39686f839da --- /dev/null +++ b/x11-themes/gtk-engines-industrial/files/digest-gtk-engines-industrial-0.2.36 @@ -0,0 +1 @@ +MD5 d00ba16f31a9796f1aae7e7b68d16e8a gtk-industrial-engine_0.2.36-2.tar.gz 212139 diff --git a/x11-themes/gtk-engines-industrial/files/gtk-engines-industrial-0.2.36-gtk1_only.patch b/x11-themes/gtk-engines-industrial/files/gtk-engines-industrial-0.2.36-gtk1_only.patch new file mode 100644 index 000000000000..fdc8177efbec --- /dev/null +++ b/x11-themes/gtk-engines-industrial/files/gtk-engines-industrial-0.2.36-gtk1_only.patch @@ -0,0 +1,80 @@ +diff -NurdB gtk-industrial-engine-0.2.36/Makefile.am gtk-industrial-engine-0.2.36-patched/Makefile.am +--- gtk-industrial-engine-0.2.36/Makefile.am 2004-03-25 12:47:09.000000000 -0500 ++++ gtk-industrial-engine-0.2.36-patched/Makefile.am 2005-08-03 06:23:26.000000000 -0500 +@@ -1,14 +1,3 @@ +-SUBDIRS = icons gtk1-engine gtk2-engine metacity po +- +-THEME_IN_FILES=index.theme.in +- +-%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache ++SUBDIRS = gtk1-engine + + themedir=$(datadir)/themes/Industrial +-theme_DATA=index.theme +- +-EXTRA_DIST= \ +- intltool-extract.in \ +- intltool-merge.in \ +- intltool-update.in \ +- $(THEME_IN_FILES) +diff -NurdB gtk-industrial-engine-0.2.36/configure.ac gtk-industrial-engine-0.2.36-patched/configure.ac +--- gtk-industrial-engine-0.2.36/configure.ac 2004-03-25 12:47:09.000000000 -0500 ++++ gtk-industrial-engine-0.2.36-patched/configure.ac 2005-08-03 06:05:23.000000000 -0500 +@@ -12,21 +12,6 @@ + AC_PROG_INSTALL + AM_PROG_LIBTOOL + +-GETTEXT_PACKAGE=gtk-industrial-engine +-AC_SUBST(GETTEXT_PACKAGE) +-ALL_LINGUAS="de fr" +-AM_GLIB_GNU_GETTEXT +-AC_PROG_INTLTOOL([0.23]) +- +-PKG_CHECK_MODULES(GTK2, +- gtk+-2.0 >= 2.0.0,, +- AC_MSG_ERROR([GTK+-2.0 is required to compile gtk-engines])) +- +-GTK2_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0` +-AC_SUBST(GTK2_CFLAGS) +-AC_SUBST(GTK2_LIBS) +-AC_SUBST(GTK2_VERSION) +- + AM_PATH_GTK(1.2.9, , + AC_MSG_ERROR([*** GTK+-1.2.9 not installed - please install first ***]))AC_CHECK_LIB(gtk, gtk_style_set_prop_experimental, :, + AC_MSG_ERROR([*** gtk_style_set_prop_experimental() not found; perhaps you have an old CVS version of GTK+ ***]), +@@ -34,35 +19,8 @@ + + AC_CONFIG_FILES([ + Makefile +-icons/24x24/apps/Makefile +-icons/24x24/Makefile +-icons/32x32/apps/Makefile +-icons/32x32/Makefile +-icons/48x48/apps/Makefile +-icons/48x48/devices/Makefile +-icons/48x48/mimetypes/Makefile +-icons/48x48/emblems/Makefile +-icons/48x48/filesystems/Makefile +-icons/48x48/Makefile +-icons/72x72/filesystems/Makefile +-icons/72x72/Makefile +-icons/96x96/filesystems/Makefile +-icons/96x96/Makefile +-icons/cursors/Makefile +-icons/scalable/devices/Makefile +-icons/scalable/filesystems/Makefile +-icons/scalable/Makefile +-icons/Makefile +-icons/192x192/apps/Makefile +-icons/192x192/filesystems/Makefile +-icons/192x192/Makefile + gtk1-engine/Makefile + gtk1-engine/gtk/Makefile +-gtk2-engine/Makefile +-gtk2-engine/gtk-2.0/Makefile +-gtk2-engine/gtk-2.0/gtkrc +-metacity/Makefile +-po/Makefile.in + ]) + + AC_OUTPUT |