From 6ce4980916f67851d29fde70453953cd55e7edf5 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Wed, 3 Dec 2014 09:18:23 +0000 Subject: Update GNOME to 3.14.2. This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo --- .../gnome-shell-extension-audio-output-switcher/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'deskutils/gnome-shell-extension-audio-output-switcher') diff --git a/deskutils/gnome-shell-extension-audio-output-switcher/Makefile b/deskutils/gnome-shell-extension-audio-output-switcher/Makefile index 49edf2113ddc..8646df672c30 100644 --- a/deskutils/gnome-shell-extension-audio-output-switcher/Makefile +++ b/deskutils/gnome-shell-extension-audio-output-switcher/Makefile @@ -1,9 +1,9 @@ # Created by: Gustau Perez i Querol # $FreeBSD$ -# $MCom: ports/trunk/deskutils/gnome-shell-extension-audio-output-switcher/Makefile 19693 2014-05-26 08:54:39Z gusi $ PORTNAME= gnome-shell-extension-audio-output-switcher PORTVERSION= 0.0.0.20140520 +PORTREVISION= 1 CATEGORIES= deskutils gnome DIST_SUBDIR= gnome3 @@ -15,7 +15,7 @@ BUILD_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell \ RUN_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:${PORTSDIR}/devel/gsettings-desktop-schemas -WRKSRC= ${WRKDIR}/anduchs-audio-output-switcher-2bec66d +WRKSRC= ${WRKDIR}/anduchs-audio-output-switcher-${GH_COMMIT} USES= gettext gmake pkgconfig tar:xz USE_GNOME= glib20 @@ -24,14 +24,18 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GH_ACCOUNT= anduchs -GH_TAGNAME= 2bec66de5e -GH_COMMIT= 2bec66de5e +GH_TAGNAME= 2bec66d +GH_COMMIT= 2bec66d GH_PROJECT= audio-output-switcher PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves NO_BUILD= yes +post-patch: + @${REINPLACE_CMD} -e 's|3.12"|3.12","3.14"|g' \ + ${WRKSRC}/metadata.json + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/audio-output-switcher@anduchs @(cd ${WRKSRC} && ${CP} -pPR * \ -- cgit v1.2.3