From 2cfec8d843e0405b1aaa1ea804fc97039de8f0ea Mon Sep 17 00:00:00 2001 From: fake Date: Wed, 5 Jan 2005 11:55:01 +0000 Subject: [PATCH] fake: gnome-themes: disable engines and themes now in gtk-engines 2.6.0 [2005010511190232226] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5463 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../disable-engines-now-in-gtk-engines.patch | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package/gnome2/gnome-themes/disable-engines-now-in-gtk-engines.patch diff --git a/package/gnome2/gnome-themes/disable-engines-now-in-gtk-engines.patch b/package/gnome2/gnome-themes/disable-engines-now-in-gtk-engines.patch new file mode 100644 index 000000000..fd7f625f3 --- /dev/null +++ b/package/gnome2/gnome-themes/disable-engines-now-in-gtk-engines.patch @@ -0,0 +1,32 @@ +--- ./gtk-engines/Makefile.am.orig 2005-01-05 10:30:49.514086976 +0100 ++++ ./gtk-engines/Makefile.am 2005-01-05 10:31:30.316884008 +0100 +@@ -1 +1 @@ +-SUBDIRS=Smooth hc-engine thinice ++SUBDIRS= +--- ./gtk-engines/Makefile.in.orig 2005-01-05 10:31:34.050316440 +0100 ++++ ./gtk-engines/Makefile.in 2005-01-05 10:31:38.398655392 +0100 +@@ -184,7 +184,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = Smooth hc-engine thinice ++SUBDIRS = + subdir = gtk-engines + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +--- ./gtk-themes/Makefile.am.orig 2005-01-05 10:59:46.243064040 +0100 ++++ ./gtk-themes/Makefile.am 2005-01-05 11:00:25.706064752 +0100 +@@ -1 +1 @@ +-SUBDIRS=Crux Glider Grand-Canyon LightHouseBlue Mist Simple Smokey-Blue ThinIce ++SUBDIRS=Glider Grand-Canyon Simple Smokey-Blue +--- ./gtk-themes/Makefile.in.orig 2005-01-05 10:59:55.693627336 +0100 ++++ ./gtk-themes/Makefile.in 2005-01-05 11:00:42.831461296 +0100 +@@ -184,7 +184,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = Crux Glider Grand-Canyon LightHouseBlue Mist Simple Smokey-Blue ThinIce ++SUBDIRS = Glider Grand-Canyon Simple Smokey-Blue + subdir = gtk-themes + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs