Date: Fri, 25 Apr 2014 23:08:08 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352164 - head/net/service-discovery-applet Message-ID: <201404252308.s3PN88GI092229@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 25 23:08:08 2014 New Revision: 352164 URL: http://svnweb.freebsd.org/changeset/ports/352164 QAT: https://qat.redports.org/buildarchive/r352164/ Log: Support stage Modified: head/net/service-discovery-applet/Makefile Modified: head/net/service-discovery-applet/Makefile ============================================================================== --- head/net/service-discovery-applet/Makefile Fri Apr 25 23:03:46 2014 (r352163) +++ head/net/service-discovery-applet/Makefile Fri Apr 25 23:08:08 2014 (r352164) @@ -9,15 +9,14 @@ CATEGORIES= net dns gnome MASTER_SITES= http://0pointer.de/~sebest/ MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME applet that shows available network services using mDNS +COMMENT= GNOME applet that shows available network services using mDNS BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi RUN_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi -USES= gettext +USES= gettext gmake pathfix USE_PYTHON= yes -USE_GNOME= gnomehack gnomeprefix intlhack pygnomedesktop -USE_GMAKE= yes +USE_GNOME= gnomeprefix intlhack pygnomedesktop GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -25,13 +24,12 @@ CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE} GCONF_SCHEMAS= service-discovery-applet.schemas -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/plugins/gconfterminal.py.in + ${WRKSRC}/plugins/gconfterminal.py.in post-install: @${LOCALBASE}/bin/gtk-update-icon-cache -f -q --ignore-theme-index \ - ${PREFIX}/share/service-discovery-applet/icons + ${STAGEDIR}${PREFIX}/share/service-discovery-applet/icons .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404252308.s3PN88GI092229>