diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-14 22:19:15 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-14 22:19:15 +0800 |
commit | d513e5031be38d225bdf2ab1573488f18c1d8309 (patch) | |
tree | d17f7ce290cf8bcc82b2f5bff0f7993d1dcf5f80 /x11-toolkits/gnome-themes-extras/Makefile | |
parent | d528e97154307f1369c0d0df01456f2066776d7c (diff) | |
download | marcuscom-ports-d513e5031be38d225bdf2ab1573488f18c1d8309.tar marcuscom-ports-d513e5031be38d225bdf2ab1573488f18c1d8309.tar.gz marcuscom-ports-d513e5031be38d225bdf2ab1573488f18c1d8309.tar.bz2 marcuscom-ports-d513e5031be38d225bdf2ab1573488f18c1d8309.tar.lz marcuscom-ports-d513e5031be38d225bdf2ab1573488f18c1d8309.tar.xz marcuscom-ports-d513e5031be38d225bdf2ab1573488f18c1d8309.tar.zst marcuscom-ports-d513e5031be38d225bdf2ab1573488f18c1d8309.zip |
Add gnome-themes-extras 0.3.
Updated from the FreeBSD repo is a patch submitted by Rui Lopes
to make the Gorilla gtk2 theme work. When it loaded, it was whining
about:
/usr/X11R6/share/themes/Gorilla/gtk-2.0/iconrc:175: error: invalid string constant "gorilla-default", expected valid string constant
This patch solves that and makes all the Gorilla icons and buttons
shot up properly, in all their wonderous circular glory.
Also, bump PORTREVISION cuz I like bumping PORTREVISIONs.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1214 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gnome-themes-extras/Makefile')
-rw-r--r-- | x11-toolkits/gnome-themes-extras/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-toolkits/gnome-themes-extras/Makefile b/x11-toolkits/gnome-themes-extras/Makefile new file mode 100644 index 000000000..0c2488fac --- /dev/null +++ b/x11-toolkits/gnome-themes-extras/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gnome-themes-extras +# Date Created: 12 June 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD: ports/x11-toolkits/gnome-themes-extras/Makefile,v 1.7 2003/08/14 19:10:24 marcus Exp $ +# + +PORTNAME= gnome-themes-extras +PORTVERSION= 0.3 +PORTREVISION= 1 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= More themes for the GNOME 2 desktop environment + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_LIBTOOL= yes +USE_GNOME= gnomehack libgnomeui +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + "/^themedir =.*metacity-1$$/s|themes|gnome/themes|" + +.include <bsd.port.mk> |