diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-17 10:18:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-17 10:18:25 +0800 |
commit | 2e26c3be19b14900c5316deea134d3daa42c8321 (patch) | |
tree | 9ffbb8b96758658ee5b6d4f07f258f102d96b5e2 /x11-toolkits | |
parent | 52380f42e8fb2cea14c37b390f8cc474f3430c71 (diff) | |
download | marcuscom-ports-2e26c3be19b14900c5316deea134d3daa42c8321.tar marcuscom-ports-2e26c3be19b14900c5316deea134d3daa42c8321.tar.gz marcuscom-ports-2e26c3be19b14900c5316deea134d3daa42c8321.tar.bz2 marcuscom-ports-2e26c3be19b14900c5316deea134d3daa42c8321.tar.lz marcuscom-ports-2e26c3be19b14900c5316deea134d3daa42c8321.tar.xz marcuscom-ports-2e26c3be19b14900c5316deea134d3daa42c8321.tar.zst marcuscom-ports-2e26c3be19b14900c5316deea134d3daa42c8321.zip |
Add gtk-engines2, and chase the module location for gtk20.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2106 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk-engines2/Makefile | 35 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/gtk-engines2/pkg-plist | 13 |
5 files changed, 62 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-engines2/Makefile b/x11-toolkits/gtk-engines2/Makefile new file mode 100644 index 000000000..8bd8d7c7b --- /dev/null +++ b/x11-toolkits/gtk-engines2/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gtk-engines2 +# Date Created: 21 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11-toolkits/gtk-engines2/Makefile,v 1.37 2004/03/14 06:17:45 ade Exp $ +# + +PORTNAME= gtk-engines2 +PORTVERSION= 2.2.0 +PORTREVISION= 2 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.2 +DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Theme engine for the gtk+-2.0 toolkit + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_LIBTOOL_VER=13 +USE_GNOME= gnomehack gtk20 +PLIST_SUB= GTK_VERSION="2.4.0" + +THEMES= metal redmond95 + +post-patch: + @for theme in ${THEMES}; do \ + cd ${WRKSRC}/$$theme/Theme/gtk-2.0; \ + ${MV} gtkrc gtkrc.tmp; \ + ${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \ + done + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-engines2/distinfo b/x11-toolkits/gtk-engines2/distinfo new file mode 100644 index 000000000..6e6b48e93 --- /dev/null +++ b/x11-toolkits/gtk-engines2/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gtk-engines-2.2.0.tar.bz2) = 78e9276c28b509f3203de4873c20a263 diff --git a/x11-toolkits/gtk-engines2/files/patch-configure b/x11-toolkits/gtk-engines2/files/patch-configure new file mode 100644 index 000000000..606b17960 --- /dev/null +++ b/x11-toolkits/gtk-engines2/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue May 21 16:33:53 2002 ++++ configure Tue May 21 16:34:13 2002 +@@ -6994,6 +6994,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/gtk-engines2/pkg-descr b/x11-toolkits/gtk-engines2/pkg-descr new file mode 100644 index 000000000..e787f789b --- /dev/null +++ b/x11-toolkits/gtk-engines2/pkg-descr @@ -0,0 +1,3 @@ +Theme engine for the gtk+-2.0 toolkit. + +WWW: http://www.gtk.org/ diff --git a/x11-toolkits/gtk-engines2/pkg-plist b/x11-toolkits/gtk-engines2/pkg-plist new file mode 100644 index 000000000..fb60fd7a4 --- /dev/null +++ b/x11-toolkits/gtk-engines2/pkg-plist @@ -0,0 +1,13 @@ +lib/gtk-2.0/%%GTK_VERSION%%/engines/libmetal.so +lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.so +lib/gtk-2.0/%%GTK_VERSION%%/engines/libredmond95.so +libdata/pkgconfig/gtk-engines-2.pc +share/themes/Metal/README.html +share/themes/Metal/gtk-2.0/gtkrc +share/themes/Redmond95/README.html +share/themes/Redmond95/gtk-2.0/gtkrc +@dirrm share/themes/Redmond95/gtk-2.0 +@dirrm share/themes/Metal/gtk-2.0 +@dirrm lib/gtk-2.0/%%GTK_VERSION%%/engines +@unexec /bin/rmdir %D/share/themes/Redmond95 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/themes/Metal 2>/dev/null || /usr/bin/true |