From owner-svn-ports-all@FreeBSD.ORG Fri May 30 16:01:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 711326D6; Fri, 30 May 2014 16:01:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E1BE2522; Fri, 30 May 2014 16:01:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UG1ZsS036268; Fri, 30 May 2014 16:01:35 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UG1ZWK036267; Fri, 30 May 2014 16:01:35 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201405301601.s4UG1ZWK036267@svn.freebsd.org> From: Koop Mast Date: Fri, 30 May 2014 16:01:35 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 16:01:35 -0000 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 # $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