summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2010-12-30 02:34:46 +0100
committer Robby Workman2011-01-01 01:59:53 +0100
commitc0d1c1214aafec5a24dc6be2625aaac77d7d53b0 (patch)
treec8225d86fa362a404f1d835d99d1f3d39e169c58
parent30116c2d3ca8892c98a301c3a2b36d3b3d153fff (diff)
downloadslackbuilds-c0d1c1214aafec5a24dc6be2625aaac77d7d53b0.tar.gz
desktop/xfce4-mpc-plugin: Updated for version 0.3.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--desktop/xfce4-mpc-plugin/README6
-rw-r--r--desktop/xfce4-mpc-plugin/slack-desc2
-rw-r--r--desktop/xfce4-mpc-plugin/xfce4-mpc-plugin.SlackBuild6
-rw-r--r--desktop/xfce4-mpc-plugin/xfce4-mpc-plugin.info8
4 files changed, 10 insertions, 12 deletions
diff --git a/desktop/xfce4-mpc-plugin/README b/desktop/xfce4-mpc-plugin/README
index b740361b18..bb87d4f318 100644
--- a/desktop/xfce4-mpc-plugin/README
+++ b/desktop/xfce4-mpc-plugin/README
@@ -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.
diff --git a/desktop/xfce4-mpc-plugin/slack-desc b/desktop/xfce4-mpc-plugin/slack-desc
index 371889f826..ceec9c2242 100644
--- a/desktop/xfce4-mpc-plugin/slack-desc
+++ b/desktop/xfce4-mpc-plugin/slack-desc
@@ -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
diff --git a/desktop/xfce4-mpc-plugin/xfce4-mpc-plugin.SlackBuild b/desktop/xfce4-mpc-plugin/xfce4-mpc-plugin.SlackBuild
index 6dabcef82c..8d08d88a60 100644
--- a/desktop/xfce4-mpc-plugin/xfce4-mpc-plugin.SlackBuild
+++ b/desktop/xfce4-mpc-plugin/xfce4-mpc-plugin.SlackBuild
@@ -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 . \
diff --git a/desktop/xfce4-mpc-plugin/xfce4-mpc-plugin.info b/desktop/xfce4-mpc-plugin/xfce4-mpc-plugin.info
index c62f65d03e..6bda62bdce 100644
--- a/desktop/xfce4-mpc-plugin/xfce4-mpc-plugin.info
+++ b/desktop/xfce4-mpc-plugin/xfce4-mpc-plugin.info
@@ -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"