summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-bluecurve-theme
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-07 19:21:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-07 19:21:11 +0000
commit73050305304492f989a7d6677ac64e1f3e2670e0 (patch)
treef10dd6af7a7f29e367043e036534a5f00a0ad13d /x11-themes/gtk-bluecurve-theme
parentChase glib20's shared lib version. (diff)
Chase gtk20's shared lib version.
Notes
Notes: svn path=/head/; revision=75044
Diffstat (limited to 'x11-themes/gtk-bluecurve-theme')
-rw-r--r--x11-themes/gtk-bluecurve-theme/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-themes/gtk-bluecurve-theme/Makefile b/x11-themes/gtk-bluecurve-theme/Makefile
index e0eaffd9bb3f..a4b308d42eb6 100644
--- a/x11-themes/gtk-bluecurve-theme/Makefile
+++ b/x11-themes/gtk-bluecurve-theme/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtk-bluecurve-theme
PORTVERSION= 0.47
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
MASTER_SITE_SUBDIR= 8.0/en/os/i386/SRPMS
@@ -28,9 +29,9 @@ RH_SUBVERSION= 3
THEMES_SUBDIRS= ${WRKSRC}/art/gtk/Bluecurve1
.if defined(WITH_GTK2)
-LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
+LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
THEMES_SUBDIRS+= ${WRKSRC}/art/gtk/Bluecurve
-PLIST_SUB+= GTK2="" GTKVERSION="2.0.0"
+PLIST_SUB+= GTK2="" GTKVERSION="2.2.0"
.else
PLIST_SUB+= GTK2="@comment "
.endif
@@ -65,9 +66,9 @@ do-build:
do-install:
@${MKDIR} ${PREFIX}/share/themes/Bluecurve && ${CHMOD} a+rx ${PREFIX}/share/themes/Bluecurve
.if defined(WITH_GTK2)
- @${MKDIR} ${PREFIX}/lib/gtk-2.0/2.0.0/engines && ${CHMOD} a+rx ${PREFIX}/lib/gtk-2.0/2.0.0/engines
+ @${MKDIR} ${PREFIX}/lib/gtk-2.0/2.2.0/engines && ${CHMOD} a+rx ${PREFIX}/lib/gtk-2.0/2.2.0/engines
@${MKDIR} ${PREFIX}/share/themes/Bluecurve/gtk-2.0 && ${CHMOD} a+rx ${PREFIX}/share/themes/Bluecurve/gtk-2.0
- @${INSTALL_PROGRAM} ${WRKSRC}/art/gtk/Bluecurve/.libs/libbluecurve.so ${PREFIX}/lib/gtk-2.0/2.0.0/engines
+ @${INSTALL_PROGRAM} ${WRKSRC}/art/gtk/Bluecurve/.libs/libbluecurve.so ${PREFIX}/lib/gtk-2.0/2.2.0/engines
@${INSTALL_DATA} ${WRKSRC}/art/gtk/Bluecurve/gtk-2.0/gtkrc ${PREFIX}/share/themes/Bluecurve/gtk-2.0
.endif
@${MKDIR} ${PREFIX}/lib/gtk/themes/engines && ${CHMOD} a+rx ${PREFIX}/lib/gtk/themes/engines