diff options
author | 2003-10-08 03:56:24 +0000 | |
---|---|---|
committer | 2003-10-08 03:56:24 +0000 | |
commit | 278a59e54ad87f728425dde7197c94a3e63c103c (patch) | |
tree | 4b25cee2467b41b05e8b1a01b12a057c57e1546d /x11-themes/gnome-themes/files | |
parent | marking stable (diff) | |
download | gentoo-2-278a59e54ad87f728425dde7197c94a3e63c103c.tar.gz gentoo-2-278a59e54ad87f728425dde7197c94a3e63c103c.tar.bz2 gentoo-2-278a59e54ad87f728425dde7197c94a3e63c103c.zip |
Patched out thinice and including it on depend
Diffstat (limited to 'x11-themes/gnome-themes/files')
-rw-r--r-- | x11-themes/gnome-themes/files/gnome-themes-2.4.0-nothinice.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes/files/gnome-themes-2.4.0-nothinice.patch b/x11-themes/gnome-themes/files/gnome-themes-2.4.0-nothinice.patch new file mode 100644 index 000000000000..f31229657bd1 --- /dev/null +++ b/x11-themes/gnome-themes/files/gnome-themes-2.4.0-nothinice.patch @@ -0,0 +1,23 @@ +--- gnome-themes-2.4.0/Makefile.in.old 2003-10-08 11:35:12.953139520 +0800 ++++ gnome-themes-2.4.0/Makefile.in 2003-10-08 11:35:47.165938384 +0800 +@@ -120,7 +120,7 @@ + VERSION = @VERSION@ + prefix = @prefix@ + +-SUBDIRS = gtk-themes gtk-engines metacity-themes icon-themes desktop-themes common HighContrast LargePrint LowContrastLargePrint HighContrastLargePrint LowContrast HighContrastLargePrintInverse HighContrastInverse ThinIce po ++SUBDIRS = gtk-themes gtk-engines metacity-themes icon-themes desktop-themes common HighContrast LargePrint LowContrastLargePrint HighContrastLargePrint LowContrast HighContrastLargePrintInverse HighContrastInverse po + + + EXTRA_DIST = gnome-themes.spec gnome-themes.spec.in low-contrast-preset.scm intltool-extract.in intltool-merge.in intltool-update.in + +--- gnome-themes-2.4.0/gtk-engines/Makefile.in.old 2003-10-08 11:36:17.904265448 +0800 ++++ gnome-themes-2.4.0/gtk-engines/Makefile.in 2003-10-08 11:36:27.177855648 +0800 +@@ -120,7 +120,7 @@ + VERSION = @VERSION@ + prefix = @prefix@ + +-SUBDIRS = hc-engine thinice ++SUBDIRS = hc-engine + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = |