1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-toolkits/gtk-engines2/files/patch-ac

56 lines
1.6 KiB
Plaintext
Raw Normal View History

--- metal/Theme/gtk/gtkrc.orig Sun Jan 31 03:04:18 1999
+++ metal/Theme/gtk/gtkrc Sun Jan 31 03:11:48 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%%/share/themes"
-pixmap_path "."
+pixmap_path "%%PREFIX%%/share/themes/Metal/gtk"
1998-12-28 15:54:54 +00:00
style "default"
{
--- 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 @@
1998-12-28 15:54:54 +00:00
# testgtkrc2 sets all the buttons in the main window to blue by default
#include "testgtkrc2"
-#module_path ".:/home/raster/themes"
+#module_path "%%PREFIX%%/share/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%%/share/themes"
+
+pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk"
1998-12-28 15:54:54 +00:00
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%%/share/themes"
-pixmap_path ".:/home/raster/themes"
+pixmap_path "%%PREFIX%%/share/themes/Redmond95/gtk"
style "default"
{