aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-shell-extension-audio-output-switcher
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-12-03 09:18:23 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-12-03 09:18:23 +0000
commit6ce4980916f67851d29fde70453953cd55e7edf5 (patch)
tree9021a26f76674a75f55054140dbaa1e2146de3d6 /deskutils/gnome-shell-extension-audio-output-switcher
parent5f2f2908152abb592d057147585a7fbc8ed931a1 (diff)
downloadports-6ce4980916f67851d29fde70453953cd55e7edf5.tar.gz
ports-6ce4980916f67851d29fde70453953cd55e7edf5.zip
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
Notes
Notes: svn path=/head/; revision=373802
Diffstat (limited to 'deskutils/gnome-shell-extension-audio-output-switcher')
-rw-r--r--deskutils/gnome-shell-extension-audio-output-switcher/Makefile12
1 files changed, 8 insertions, 4 deletions
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 <gustau.perez@gmail.com>
# $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 * \