Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 16:01:35 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355867 - head/misc/gnome-icon-theme-extras
Message-ID:  <201405301601.s4UG1ZWK036267@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405301601.s4UG1ZWK036267>