diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-04-09 02:29:32 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-04-09 02:29:32 +0800 |
commit | 71f0bde5b2cc1c4969c8948e00292d54e1358f50 (patch) | |
tree | 170f7348606823a74634ad3ec2dd98070db883d8 /deskutils/xfce4-volumed | |
parent | f3f7fca5ba93c50b6592700550d24d106351b12f (diff) | |
download | freebsd-ports-gnome-71f0bde5b2cc1c4969c8948e00292d54e1358f50.tar.gz freebsd-ports-gnome-71f0bde5b2cc1c4969c8948e00292d54e1358f50.tar.zst freebsd-ports-gnome-71f0bde5b2cc1c4969c8948e00292d54e1358f50.zip |
This daemon is responsible of making the volume up/down and mute keys of the
keyboard work automatically, and uses the Xfce mixer's defined card and track
for chosing which track to act on.
WWW: https://launchpad.net/xfce4-volumed/
PR: 188373
Submitted by: Sergey V. Dyatko
Diffstat (limited to 'deskutils/xfce4-volumed')
-rw-r--r-- | deskutils/xfce4-volumed/Makefile | 25 | ||||
-rw-r--r-- | deskutils/xfce4-volumed/distinfo | 2 | ||||
-rw-r--r-- | deskutils/xfce4-volumed/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/xfce4-volumed/pkg-plist | 2 |
4 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/xfce4-volumed/Makefile b/deskutils/xfce4-volumed/Makefile new file mode 100644 index 000000000000..635cd8d3c60e --- /dev/null +++ b/deskutils/xfce4-volumed/Makefile @@ -0,0 +1,25 @@ +# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com> +# $FreeBSD$ + +PORTNAME= xfce4-volumed +PORTVERSION= 0.1.13 +CATEGORIES= deskutils xfce +MASTER_SITES= XFCE +MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} +DIST_SUBDIR= xfce4 + +MAINTAINER= sergey.dyatko@gmail.com +COMMENT= Volume management daemon for the Xfce desktop + +LICENSE= GPLv3 + +LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ + libkeybinder.so:${PORTSDIR}/x11/keybinder + +USES= pkgconfig gmake tar:bzip2 +GNU_CONFIGURE= yes +USE_GNOME= glib20 +USE_GSTREAMER= yes +USE_XFCE= configenv xfconf + +.include <bsd.port.mk> diff --git a/deskutils/xfce4-volumed/distinfo b/deskutils/xfce4-volumed/distinfo new file mode 100644 index 000000000000..f9f06a0521ea --- /dev/null +++ b/deskutils/xfce4-volumed/distinfo @@ -0,0 +1,2 @@ +SHA256 (xfce4/xfce4-volumed-0.1.13.tar.bz2) = 4ceca3a59b65630e849b89133f220def775009017ca2c3d689df27b7745040a9 +SIZE (xfce4/xfce4-volumed-0.1.13.tar.bz2) = 88518 diff --git a/deskutils/xfce4-volumed/pkg-descr b/deskutils/xfce4-volumed/pkg-descr new file mode 100644 index 000000000000..6154319c1035 --- /dev/null +++ b/deskutils/xfce4-volumed/pkg-descr @@ -0,0 +1,5 @@ +This daemon is responsible of making the volume up/down and mute keys of the +keyboard work automatically, and uses the Xfce mixer's defined card and track +for chosing which track to act on. + +WWW: https://launchpad.net/xfce4-volumed/ diff --git a/deskutils/xfce4-volumed/pkg-plist b/deskutils/xfce4-volumed/pkg-plist new file mode 100644 index 000000000000..66b1aae5b922 --- /dev/null +++ b/deskutils/xfce4-volumed/pkg-plist @@ -0,0 +1,2 @@ +bin/xfce4-volumed +etc/xdg/autostart/xfce4-volumed.desktop |