diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-19 20:39:57 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-19 20:39:57 +0000 |
commit | 0de7fc760c30681cd35fa434f28f7133b810b16e (patch) | |
tree | ea6f760d7c54bec2fac4eeaf65ae7b41bc3c4ffc /x11-toolkits/gtk-engines/files | |
parent | 34db729b6ea89c2fd991524a9d29481d22273b9b (diff) | |
download | FreeBSD-ports-0de7fc760c30681cd35fa434f28f7133b810b16e.zip FreeBSD-ports-0de7fc760c30681cd35fa434f28f7133b810b16e.tar.gz |
Upgrade to 0.12.
Diffstat (limited to 'x11-toolkits/gtk-engines/files')
-rw-r--r-- | x11-toolkits/gtk-engines/files/patch-ac | 51 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines/files/patch-configure | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines/files/patch-pixmap_Theme_gtk_gtkrc | 13 |
3 files changed, 24 insertions, 51 deletions
diff --git a/x11-toolkits/gtk-engines/files/patch-ac b/x11-toolkits/gtk-engines/files/patch-ac deleted file mode 100644 index 27700a4..0000000 --- a/x11-toolkits/gtk-engines/files/patch-ac +++ /dev/null @@ -1,51 +0,0 @@ ---- metal/Theme/gtk/gtkrc.orig Fri Feb 12 05:16:41 1999 -+++ metal/Theme/gtk/gtkrc Wed Feb 17 01:23:21 1999 -@@ -1,3 +1,7 @@ -+#module_path "%%PREFIX%%/lib/gtk/themes" -+ -+pixmap_path "%%PREFIX%%/share/themes/Metal/gtk" -+ - style "default" - { - font = "-b&h-lucida-bold-r-normal-sans-12-*-*-*-p-*-iso8859-1" ---- notif/Theme/gtk/gtkrc.orig Sun Jan 31 03:05:48 1999 -+++ notif/Theme/gtk/gtkrc Sun Jan 31 03:11:41 1999 -@@ -13,9 +13,9 @@ - # testgtkrc2 sets all the buttons in the main window to blue by default - #include "testgtkrc2" - --#module_path ".:/home/raster/themes" -+#module_path "%%PREFIX%%/lib/gtk/themes" - --pixmap_path ".:/home/raster/themes" -+pixmap_path "%%PREFIX%%/share/themes/Notif/gtk" - - style "default" - { ---- pixmap/Theme/gtk/gtkrc.orig Thu Dec 17 01:05:37 1998 -+++ pixmap/Theme/gtk/gtkrc Sun Jan 31 03:09:55 1999 -@@ -13,7 +13,9 @@ - # testgtkrc2 sets all the buttons in the main window to blue by default - #include "testgtkrc2" - --#module_path ".:/home/raster/themes" -+#module_path "%%PREFIX%%/lib/gtk/themes" -+ -+pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk" - - style "eventbox" { - bg_pixmap[NORMAL] = "<parent>" ---- redmond95/Theme/gtk/gtkrc.orig Sun Jan 31 03:10:29 1999 -+++ redmond95/Theme/gtk/gtkrc Sun Jan 31 03:11:23 1999 -@@ -13,9 +13,9 @@ - # testgtkrc2 sets all the buttons in the main window to blue by default - #include "testgtkrc2" - --#module_path ".:/home/raster/themes" -+#module_path "%%PREFIX%%/lib/gtk/themes" - --pixmap_path ".:/home/raster/themes" -+pixmap_path "%%PREFIX%%/share/themes/Redmond95/gtk" - - style "default" - { diff --git a/x11-toolkits/gtk-engines/files/patch-configure b/x11-toolkits/gtk-engines/files/patch-configure new file mode 100644 index 0000000..75a816a --- /dev/null +++ b/x11-toolkits/gtk-engines/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Mar 20 03:08:42 2001 ++++ configure Tue Mar 20 03:08:57 2001 +@@ -2177,7 +2177,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lgtk $GTK_LIBS $LIBS" ++LIBS="$GTK_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 2183 "configure" + #include "confdefs.h" diff --git a/x11-toolkits/gtk-engines/files/patch-pixmap_Theme_gtk_gtkrc b/x11-toolkits/gtk-engines/files/patch-pixmap_Theme_gtk_gtkrc new file mode 100644 index 0000000..81c3bc7 --- /dev/null +++ b/x11-toolkits/gtk-engines/files/patch-pixmap_Theme_gtk_gtkrc @@ -0,0 +1,13 @@ +--- pixmap/Theme/gtk/gtkrc.orig Sun Nov 19 21:53:57 2000 ++++ pixmap/Theme/gtk/gtkrc Tue Mar 20 02:49:23 2001 +@@ -13,7 +13,9 @@ + # testgtkrc2 sets all the buttons in the main window to blue by default + #include "testgtkrc2" + +-#module_path ".:/home/raster/themes" ++#module_path "%%PREFIX%%/lib/gtk/themes" ++ ++pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk" + + style "eventbox" { + bg_pixmap[NORMAL] = "<parent>" |