mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/xfce4-volumed: Updated for version 0.1.13.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
94f900b12e
commit
e25becefee
3 changed files with 7 additions and 7 deletions
|
@ -2,3 +2,5 @@ The xfce4-volumed daemon is responsible for making the volume up/down and mute
|
|||
keys of the keyboard work automatically, and uses the XFCE 4 mixer's defined
|
||||
card and track for choosing which track to act on. It also provides volume
|
||||
change and mute toggle notifications if the notification daemon is running.
|
||||
|
||||
This requires keybinder.
|
||||
|
|
|
@ -25,16 +25,14 @@
|
|||
|
||||
|
||||
PRGNAM=xfce4-volumed
|
||||
VERSION=0.1.8
|
||||
VERSION=0.1.13
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="xfce4-volumed"
|
||||
VERSION="0.1.8"
|
||||
VERSION="0.1.13"
|
||||
HOMEPAGE="https://launchpad.net/xfce4-volumed"
|
||||
DOWNLOAD="http://archive.xfce.org/src/apps/xfce4-volumed/0.1/xfce4-volumed-0.1.8.tar.bz2"
|
||||
MD5SUM="9f95a7e002c3c165733e19b70de22c6b"
|
||||
DOWNLOAD="http://archive.xfce.org/src/apps/xfce4-volumed/0.1/xfce4-volumed-0.1.13.tar.bz2"
|
||||
MD5SUM="03c0ee58aa0a080d35313ac517a975ea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue