diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
commit | af3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /deskutils/gnome-shell-extension-audio-output-switcher | |
parent | c7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff) | |
download | ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.tar.gz ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.zip |
Notes
Diffstat (limited to 'deskutils/gnome-shell-extension-audio-output-switcher')
4 files changed, 48 insertions, 0 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 000000000000..49edf2113ddc --- /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: 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 +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 000000000000..cd9fd3cad956 --- /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 000000000000..2a732c5fdeac --- /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 000000000000..1da43045b684 --- /dev/null +++ b/deskutils/gnome-shell-extension-audio-output-switcher/pkg-plist @@ -0,0 +1,3 @@ +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 |