From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 28 23:10:05 2014 Return-Path: Delivered-To: gnome@smarthost.ysv.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 9CC19768 for ; Tue, 28 Jan 2014 23:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 891D113A9 for ; Tue, 28 Jan 2014 23:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SNA5xX033542 for ; Tue, 28 Jan 2014 23:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0SNA5tI033541; Tue, 28 Jan 2014 23:10:05 GMT (envelope-from gnats) Date: Tue, 28 Jan 2014 23:10:05 GMT Message-Id: <201401282310.s0SNA5tI033541@freefall.freebsd.org> To: gnome@FreeBSD.org From: Dmitry Marakasov Subject: Re: ports/185917: [PATCH] x11/gnome-menus: disable g-ir-scanner cache, support staging X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Dmitry Marakasov List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 23:10:05 -0000 The following reply was made to PR ports/185917; it has been noted by GNATS. From: Dmitry Marakasov To: bug-followup@FreeBSD.org Cc: gnome@FreeBSD.org Subject: Re: ports/185917: [PATCH] x11/gnome-menus: disable g-ir-scanner cache, support staging Date: Wed, 29 Jan 2014 03:09:25 +0400 * Dmitry Marakasov (amdmi3@amdmi3.ru) wrote: Updated patch, which makes use of USE_GNOME=introspection to take care of environement for g-ir-scanner automatically. --- gnome-menus.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 341493) +++ Makefile (working copy) @@ -12,12 +12,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the FreeDesktop Desktop Menu Spec -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack -USES= pkgconfig gettext +USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack \ + introspection:build +USES= pkgconfig gettext gmake USE_AUTOTOOLS= libtool USE_PYTHON= 2 USE_LDCONFIG= yes @@ -24,7 +22,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|applications.menu||' \ ${WRKSRC}/layout/Makefile.in @@ -42,8 +39,8 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/layout/applications.menu \ - ${PREFIX}/etc/xdg/menus/gnome-applications.menu + ${STAGEDIR}${PREFIX}/etc/xdg/menus/gnome-applications.menu @${INSTALL_DATA} ${WRKSRC}/KDE.directory \ - ${PREFIX}/share/desktop-directories + ${STAGEDIR}${PREFIX}/share/desktop-directories .include --- gnome-menus.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru