diff options
author | 2005-05-12 17:01:19 +0000 | |
---|---|---|
committer | 2005-05-12 17:01:19 +0000 | |
commit | d31939ac56920b753509c92c83088dda7c2fa9ef (patch) | |
tree | 995ac21b22e0b53e04481d7431c042e1541ad497 /x11-themes/gtk-engines/files | |
parent | alpha stable wrt #73241 (diff) | |
download | gentoo-2-d31939ac56920b753509c92c83088dda7c2fa9ef.tar.gz gentoo-2-d31939ac56920b753509c92c83088dda7c2fa9ef.tar.bz2 gentoo-2-d31939ac56920b753509c92c83088dda7c2fa9ef.zip |
Add patch from bug 89626 to install clearlooks engine in proper location. Thanks to Gad Kadoshfor reporting
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-themes/gtk-engines/files')
-rw-r--r-- | x11-themes/gtk-engines/files/gtk-engines-2.6.3-fix_clearlooks_path.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines/files/gtk-engines-2.6.3-fix_clearlooks_path.patch b/x11-themes/gtk-engines/files/gtk-engines-2.6.3-fix_clearlooks_path.patch new file mode 100644 index 000000000000..dc226a352c22 --- /dev/null +++ b/x11-themes/gtk-engines/files/gtk-engines-2.6.3-fix_clearlooks_path.patch @@ -0,0 +1,23 @@ +diff -Nuar gtk-engines-2.6.3/engines/clearlooks/Makefile.am gtk-engines-2.6.3-fix/engines/clearlooks/Makefile.am +--- gtk-engines-2.6.3/engines/clearlooks/Makefile.am 2005-04-12 18:55:07.000000000 +0300 ++++ gtk-engines-2.6.3-fix/engines/clearlooks/Makefile.am 2005-04-23 13:49:04.000000000 +0300 +@@ -1,6 +1,6 @@ + INCLUDES = $(GTK_CFLAGS) + +-enginedir = $(libdir)/gtk-2.0/$(GTK2_VERSION)/engines ++enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines + engine_LTLIBRARIES = libclearlooks.la + + libclearlooks_la_SOURCES = \ +diff -Nuar gtk-engines-2.6.3/engines/clearlooks/Makefile.in gtk-engines-2.6.3-fix/engines/clearlooks/Makefile.in +--- gtk-engines-2.6.3/engines/clearlooks/Makefile.in 2005-04-12 21:06:46.000000000 +0300 ++++ gtk-engines-2.6.3-fix/engines/clearlooks/Makefile.in 2005-04-23 13:53:00.000000000 +0300 +@@ -191,7 +191,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + INCLUDES = $(GTK_CFLAGS) +-enginedir = $(libdir)/gtk-2.0/$(GTK2_VERSION)/engines ++enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines + engine_LTLIBRARIES = libclearlooks.la + libclearlooks_la_SOURCES = \ + ./src/clearlooks_rc_style.c \ |