diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-26 16:54:39 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-26 16:54:39 +0800 |
commit | ae4538d5951239742f081100f818ae06c60d5027 (patch) | |
tree | df9d25d95072ed176f08d6c1c81fbaa49ddbfe39 /deskutils | |
parent | 4b69fa04046d4393fe24675b891a7292d96a726d (diff) | |
download | marcuscom-ports-ae4538d5951239742f081100f818ae06c60d5027.tar.gz marcuscom-ports-ae4538d5951239742f081100f818ae06c60d5027.tar.zst marcuscom-ports-ae4538d5951239742f081100f818ae06c60d5027.zip |
Add gnome-shell-extension-audio-output-switcher and connect it
to the gnome-shell-extra-extensions meta-port
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19693 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
5 files changed, 53 insertions, 1 deletions
diff --git a/deskutils/gnome-shell-extension-audio-output-switcher/Makefile b/deskutils/gnome-shell-extension-audio-output-switcher/Makefile new file mode 100644 index 000000000..89d786620 --- /dev/null +++ b/deskutils/gnome-shell-extension-audio-output-switcher/Makefile @@ -0,0 +1,40 @@ +# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> +# $FreeBSD$ +# $MCom$ + +PORTNAME= gnome-shell-extension-audio-output-switcher +PORTVERSION= 0.0.0.20140520 +CATEGORIES= deskutils gnome +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Gnome-shell audio output switcher + +BUILD_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell \ + gsettings-desktop-schemas>=3.12.0:${PORTSDIR}/devel/gsettings-desktop-schemas +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 + +USES= gettext gmake pkgconfig tar:xz +USE_GNOME= glib20 +USE_GITHUB= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GH_ACCOUNT= anduchs +GH_TAGNAME= 2bec66de5e +GH_COMMIT= 2bec66de5e +GH_PROJECT= audio-output-switcher + +PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves + +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/audio-output-switcher@anduchs + @(cd ${WRKSRC} && ${CP} -pPR * \ + ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/audio-output-switcher@anduchs) + +.include <bsd.port.mk> diff --git a/deskutils/gnome-shell-extension-audio-output-switcher/distinfo b/deskutils/gnome-shell-extension-audio-output-switcher/distinfo new file mode 100644 index 000000000..cd9fd3cad --- /dev/null +++ b/deskutils/gnome-shell-extension-audio-output-switcher/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/gnome-shell-extension-audio-output-switcher-0.0.0.20140520.tar.xz) = 74cfdd146c717df04223aea43269eb5b932fd6bfb272e5eff9c329f3c806e925 +SIZE (gnome3/gnome-shell-extension-audio-output-switcher-0.0.0.20140520.tar.xz) = 1768 diff --git a/deskutils/gnome-shell-extension-audio-output-switcher/pkg-descr b/deskutils/gnome-shell-extension-audio-output-switcher/pkg-descr new file mode 100644 index 000000000..2a732c5fd --- /dev/null +++ b/deskutils/gnome-shell-extension-audio-output-switcher/pkg-descr @@ -0,0 +1,3 @@ +Audio output switcher for gnome shell and pulseaudio. + +WWW: https://github.com/anduchs/audio-output-switcher diff --git a/deskutils/gnome-shell-extension-audio-output-switcher/pkg-plist b/deskutils/gnome-shell-extension-audio-output-switcher/pkg-plist new file mode 100644 index 000000000..f93a70128 --- /dev/null +++ b/deskutils/gnome-shell-extension-audio-output-switcher/pkg-plist @@ -0,0 +1,5 @@ +share/gnome-shell/extensions/audio-output-switcher@anduchs/README +share/gnome-shell/extensions/audio-output-switcher@anduchs/extension.js +share/gnome-shell/extensions/audio-output-switcher@anduchs/metadata.json +@dirrm share/gnome-shell/extensions/audio-output-switcher@anduchs +@dirrmtry share/gnome-shell/extensions diff --git a/deskutils/gnome-shell-extra-extensions/Makefile b/deskutils/gnome-shell-extra-extensions/Makefile index a04383922..dbfd98b25 100644 --- a/deskutils/gnome-shell-extra-extensions/Makefile +++ b/deskutils/gnome-shell-extra-extensions/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnome-shell-extra-extensions PORTVERSION= 3.12.2 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= # empty DISTFILES= # empty @@ -22,7 +23,8 @@ RUN_DEPENDS= gnome-shell-extension-weather>=0:${PORTSDIR}/deskutils/gnome-shell- gnome-shell-extension-hidetopbar>=0:${PORTSDIR}/deskutils/gnome-shell-extension-hidetopbar \ gnome-shell-extension-lockkeys>=0:${PORTSDIR}/deskutils/gnome-shell-extension-lockkeys \ gnome-shell-extension-trash>=0:${PORTSDIR}/deskutils/gnome-shell-extension-trash \ - gnome-shell-extension-dashtodock>=0:${PORTSDIR}/deskutils/gnome-shell-extension-dashtodock + gnome-shell-extension-dashtodock>=0:${PORTSDIR}/deskutils/gnome-shell-extension-dashtodock \ + gnome-shell-extension-audio-output-switcher>=0:${PORTSDIR}/deskutils/gnome-shell-extension-audio-output-switcher NO_BUILD= yes NO_INSTALL= yes |