diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-17 17:34:23 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-17 17:34:23 +0000 |
commit | 59cc0ca756ea10954604a3deb519a83bd97d9379 (patch) | |
tree | 305f15df9ffb7877710b2f805a71d7e9213fa57c /x11-toolkits/gtk-engines2 | |
parent | 20d599638c3d870733b51aded7edbbb22ee0a4fa (diff) | |
download | ports-59cc0ca756ea10954604a3deb519a83bd97d9379.tar.gz ports-59cc0ca756ea10954604a3deb519a83bd97d9379.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk-engines2')
-rw-r--r-- | x11-toolkits/gtk-engines2/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/files/patch-ac | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/pkg-plist | 11 |
4 files changed, 14 insertions, 11 deletions
diff --git a/x11-toolkits/gtk-engines2/Makefile b/x11-toolkits/gtk-engines2/Makefile index fe12bff5d973..1ebfda8d130b 100644 --- a/x11-toolkits/gtk-engines2/Makefile +++ b/x11-toolkits/gtk-engines2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtk-engines -# Version required: 0.5 +# Version required: 0.6 # Date Created: 23 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gtk-engines-0.5 +DISTNAME= gtk-engines-0.6 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gtk-engines diff --git a/x11-toolkits/gtk-engines2/distinfo b/x11-toolkits/gtk-engines2/distinfo index 391eac03b46e..a4f75837f873 100644 --- a/x11-toolkits/gtk-engines2/distinfo +++ b/x11-toolkits/gtk-engines2/distinfo @@ -1 +1 @@ -MD5 (gtk-engines-0.5.tar.gz) = fbd20c48f8d070fa3a7044347a4ed684 +MD5 (gtk-engines-0.6.tar.gz) = 2bd81e17b776857b58dd08f531798a0f diff --git a/x11-toolkits/gtk-engines2/files/patch-ac b/x11-toolkits/gtk-engines2/files/patch-ac index c4b32a6f7250..27700a41a969 100644 --- a/x11-toolkits/gtk-engines2/files/patch-ac +++ b/x11-toolkits/gtk-engines2/files/patch-ac @@ -1,7 +1,7 @@ --- 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%%/share/themes" ++#module_path "%%PREFIX%%/lib/gtk/themes" + +pixmap_path "%%PREFIX%%/share/themes/Metal/gtk" + @@ -15,7 +15,7 @@ #include "testgtkrc2" -#module_path ".:/home/raster/themes" -+#module_path "%%PREFIX%%/share/themes" ++#module_path "%%PREFIX%%/lib/gtk/themes" -pixmap_path ".:/home/raster/themes" +pixmap_path "%%PREFIX%%/share/themes/Notif/gtk" @@ -29,7 +29,7 @@ #include "testgtkrc2" -#module_path ".:/home/raster/themes" -+#module_path "%%PREFIX%%/share/themes" ++#module_path "%%PREFIX%%/lib/gtk/themes" + +pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk" @@ -42,7 +42,7 @@ #include "testgtkrc2" -#module_path ".:/home/raster/themes" -+#module_path "%%PREFIX%%/share/themes" ++#module_path "%%PREFIX%%/lib/gtk/themes" -pixmap_path ".:/home/raster/themes" +pixmap_path "%%PREFIX%%/share/themes/Redmond95/gtk" diff --git a/x11-toolkits/gtk-engines2/pkg-plist b/x11-toolkits/gtk-engines2/pkg-plist index 43d14f21fefb..5f3c093064a5 100644 --- a/x11-toolkits/gtk-engines2/pkg-plist +++ b/x11-toolkits/gtk-engines2/pkg-plist @@ -79,10 +79,13 @@ share/themes/Pixmap/gtk/vline.png share/themes/Redmond95/ICON.png share/themes/Redmond95/README.html share/themes/Redmond95/gtk/gtkrc -share/themes/engines/libmetal.so -share/themes/engines/libnotif.so -share/themes/engines/libpixmap.so -share/themes/engines/libredmond95.so +lib/gtk/themes/engines/libmetal.so +lib/gtk/themes/engines/libnotif.so +lib/gtk/themes/engines/libpixmap.so +lib/gtk/themes/engines/libredmond95.so +@dirrm lib/gtk/themes/engines +@dirrm lib/gtk/themes +@dirrm lib/gtk @dirrm share/themes/Redmond95/gtk @dirrm share/themes/Redmond95 @dirrm share/themes/Pixmap/gtk |