svn commit: r355867 - head/misc/gnome-icon-theme-extras

Koop Mast kwm at FreeBSD.org
Fri May 30 16:01:35 UTC 2014


Author: kwm
Date: Fri May 30 16:01:34 2014
New Revision: 355867
URL: http://svnweb.freebsd.org/changeset/ports/355867
QAT: https://qat.redports.org/buildarchive/r355867/

Log:
  Stagify.
  Misc Makefile updates
  
  Obtained from:	gnome dev repo

Modified:
  head/misc/gnome-icon-theme-extras/Makefile

Modified: head/misc/gnome-icon-theme-extras/Makefile
==============================================================================
--- head/misc/gnome-icon-theme-extras/Makefile	Fri May 30 15:58:06 2014	(r355866)
+++ head/misc/gnome-icon-theme-extras/Makefile	Fri May 30 16:01:34 2014	(r355867)
@@ -1,28 +1,27 @@
 # Created by: Alexander Logvinov <avl at FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/misc/gnome-icon-theme-extras/Makefile,v 1.3 2010/04/20 20:56:39 kwm Exp $
+#   $MCom: ports-experimental/trunk/misc/gnome-icon-theme-extras/Makefile 19329 2014-03-25 14:54:05Z gusi $
 
 PORTNAME=	gnome-icon-theme-extras
 PORTVERSION=	2.30.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	gnome at FreeBSD.org
-COMMENT=	An additional collection of icons for the GNOME 2 desktop
+COMMENT=	Additional collection of icons for the GNOME desktop
 
 BUILD_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
 		icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils
 RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
 
-USES=		gmake pkgconfig
-USE_BZIP2=	yes
+USES=		gmake pathfix pkgconfig tar:bzip2
+USE_GNOME=	intlhack gtk-update-icon-cache
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack intlhack gtk20
 INSTALLS_ICONS=	yes
+CONFIGURE_ARGS=	--enable-icon-mapping
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list