svn commit: r360063 - head/x11-themes/nimbus
Tijl Coosemans
tijl at FreeBSD.org
Tue Jul 1 17:38:07 UTC 2014
Author: tijl
Date: Tue Jul 1 17:38:06 2014
New Revision: 360063
URL: http://svnweb.freebsd.org/changeset/ports/360063
QAT: https://qat.redports.org/buildarchive/r360063/
Log:
- Remove dependencies implied by USE_GNOME=gtk20
- USES=libtool tar:bzip2
- INSTALL_TARGET=install-strip
- Disable static module
Modified:
head/x11-themes/nimbus/Makefile
head/x11-themes/nimbus/pkg-plist
Modified: head/x11-themes/nimbus/Makefile
==============================================================================
--- head/x11-themes/nimbus/Makefile Tue Jul 1 17:37:41 2014 (r360062)
+++ head/x11-themes/nimbus/Makefile Tue Jul 1 17:38:06 2014 (r360063)
@@ -3,7 +3,7 @@
PORTNAME= nimbus
PORTVERSION= 0.1.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= http://dlc.sun.com/osol/jds/downloads/extras/nimbus/ \
http://devio.us/~kpedersen/distfiles/
@@ -11,14 +11,13 @@ MASTER_SITES= http://dlc.sun.com/osol/j
MAINTAINER= kpedersen at opencde.org
COMMENT= GTK+ 2.x engine from the OpenSolaris project
-BUILD_DEPENDS= ${LOCALBASE}/bin/intltoolize:${PORTSDIR}/textproc/intltool \
- ${LOCALBASE}/libdata/pkgconfig/icon-naming-utils.pc:${PORTSDIR}/x11-themes/icon-naming-utils
-RUN_DEPENDS= ${LOCALBASE}/bin/gtk-demo:${PORTSDIR}/x11-toolkits/gtk20
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/icon-naming-utils.pc:${PORTSDIR}/x11-themes/icon-naming-utils
-USE_BZIP2= yes
GNU_CONFIGURE= yes
-USES= gmake pkgconfig
+CONFIGURE_ARGS= --disable-static
INSTALLS_ICONS= yes
+INSTALL_TARGET= install-strip
+USES= gmake libtool pkgconfig tar:bzip2
USE_LDCONFIG= yes
USE_GNOME= gtk20
Modified: head/x11-themes/nimbus/pkg-plist
==============================================================================
--- head/x11-themes/nimbus/pkg-plist Tue Jul 1 17:37:41 2014 (r360062)
+++ head/x11-themes/nimbus/pkg-plist Tue Jul 1 17:38:06 2014 (r360063)
@@ -1,5 +1,3 @@
-lib/gtk-2.0/2.10.0/engines/libnimbus.a
-lib/gtk-2.0/2.10.0/engines/libnimbus.la
lib/gtk-2.0/2.10.0/engines/libnimbus.so
share/icons/nimbus/12x12/actions/add.png
share/icons/nimbus/12x12/actions/gtk-add.png
More information about the svn-ports-head
mailing list