desktop/xfce4-mpc-plugin: Updated for version 0.3.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
30116c2d3c
commit
c0d1c1214a
|
@ -1,11 +1,11 @@
|
|||
MusicPD Client plugin for Xfce panel
|
||||
|
||||
This is a simple Musicpd (http://www.musicpd.org) client
|
||||
plugin for the Xfce 4.4 panel.
|
||||
This is a simple Musicpd client plugin for the Xfce panel.
|
||||
|
||||
Features include:
|
||||
- next/stop/play/pause/previous buttons
|
||||
- current status/playing track when mouse passes over the plugin
|
||||
- decrease/increase volume with mousewheel
|
||||
- toggle random/repeat in right-click menu
|
||||
|
||||
You will, of course, need mpd installed in order to do anything with this.
|
||||
You will, of course, need mpd installed in order to use this.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
xfce4-mpc-plugin: xfce4-mpc-plugin (MusicPD Client plugin for Xfce panel)
|
||||
xfce4-mpc-plugin:
|
||||
xfce4-mpc-plugin: This is a simple Musicpd (http://www.musicpd.org) client
|
||||
xfce4-mpc-plugin: plugin for the Xfce 4.4 panel.
|
||||
xfce4-mpc-plugin: plugin for the Xfce panel.
|
||||
xfce4-mpc-plugin:
|
||||
xfce4-mpc-plugin: Features include:
|
||||
xfce4-mpc-plugin: - next/stop/play/pause/previous buttons
|
||||
|
|
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xfce4-mpc-plugin
|
||||
VERSION=0.3.3
|
||||
VERSION=0.3.5
|
||||
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
|
||||
|
@ -62,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="xfce4-mpc-plugin"
|
||||
VERSION="0.3.3"
|
||||
VERSION="0.3.5"
|
||||
HOMEPAGE="http://goodies.xfce.org/"
|
||||
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-mpc-plugin/0.3/xfce4-mpc-plugin-0.3.3.tar.gz"
|
||||
MD5SUM="b4f7f67589f34f77973a51dd5069712d"
|
||||
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-mpc-plugin/0.3/xfce4-mpc-plugin-0.3.5.tar.bz2"
|
||||
MD5SUM="20ea8c37dcb90a8ae3cb026463b27f06"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in New Issue