diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-09 01:13:40 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-09 01:13:40 +0000 |
commit | f4442a7aa7d134c8de8574845b26edddcac65935 (patch) | |
tree | 0f55c576fb88ce09083373c32ab8312529d29dc5 /x11-toolkits/gtk-engines | |
parent | f642b1eef53afa46d333b0f0cb5bf670d5bd8df1 (diff) | |
download | ports-f4442a7aa7d134c8de8574845b26edddcac65935.tar.gz ports-f4442a7aa7d134c8de8574845b26edddcac65935.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk-engines')
-rw-r--r-- | x11-toolkits/gtk-engines/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines/files/patch-ac | 16 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines/pkg-plist | 4 |
4 files changed, 12 insertions, 20 deletions
diff --git a/x11-toolkits/gtk-engines/Makefile b/x11-toolkits/gtk-engines/Makefile index 964fa2dc0162..85eb8e486975 100644 --- a/x11-toolkits/gtk-engines/Makefile +++ b/x11-toolkits/gtk-engines/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: gtk-engines -# Version required: 0.1 +# Version required: 0.5 # Date Created: 23 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1999/01/31 16:59:44 vanilla Exp $ +# $Id: Makefile,v 1.7 1999/02/02 17:01:42 vanilla Exp $ # -DISTNAME= gtk-engines-0.1 +DISTNAME= gtk-engines-0.5 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= gtk-engines +MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= vanilla@FreeBSD.ORG @@ -17,7 +17,7 @@ LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" THEMES= metal notif pixmap redmond95 diff --git a/x11-toolkits/gtk-engines/distinfo b/x11-toolkits/gtk-engines/distinfo index e4277adf718d..391eac03b46e 100644 --- a/x11-toolkits/gtk-engines/distinfo +++ b/x11-toolkits/gtk-engines/distinfo @@ -1 +1 @@ -MD5 (gtk-engines-0.1.tar.gz) = 6bef05647b2a7fcb20987f9f0e0b3306 +MD5 (gtk-engines-0.5.tar.gz) = fbd20c48f8d070fa3a7044347a4ed684 diff --git a/x11-toolkits/gtk-engines/files/patch-ac b/x11-toolkits/gtk-engines/files/patch-ac index 804b3532ab0b..c4b32a6f7250 100644 --- a/x11-toolkits/gtk-engines/files/patch-ac +++ b/x11-toolkits/gtk-engines/files/patch-ac @@ -1,17 +1,13 @@ ---- 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" +--- 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" - --pixmap_path "." ++ +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 @@ diff --git a/x11-toolkits/gtk-engines/pkg-plist b/x11-toolkits/gtk-engines/pkg-plist index 030f5aa1656c..2d5af587e9c4 100644 --- a/x11-toolkits/gtk-engines/pkg-plist +++ b/x11-toolkits/gtk-engines/pkg-plist @@ -79,19 +79,15 @@ 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.a share/themes/engines/libmetal.la share/themes/engines/libmetal.so share/themes/engines/libmetal.so.0 -share/themes/engines/libnotif.a share/themes/engines/libnotif.la share/themes/engines/libnotif.so share/themes/engines/libnotif.so.0 -share/themes/engines/libpixmap.a share/themes/engines/libpixmap.la share/themes/engines/libpixmap.so share/themes/engines/libpixmap.so.0 -share/themes/engines/libredmond95.a share/themes/engines/libredmond95.la share/themes/engines/libredmond95.so share/themes/engines/libredmond95.so.0 |