mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/gmpc: Updated for version 11.8.16 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
939b789f2a
commit
ac74250ea5
4 changed files with 18 additions and 14 deletions
BIN
audio/gmpc/buttons.patch.gz
Normal file
BIN
audio/gmpc/buttons.patch.gz
Normal file
Binary file not shown.
|
@ -2,6 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for GMPC
|
# Slackware build script for GMPC
|
||||||
#
|
#
|
||||||
|
# Copyright 2014 Dhaby Xiloj, Guatemala C. A.
|
||||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -23,8 +24,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=gmpc
|
PRGNAM=gmpc
|
||||||
VERSION=${VERSION:-0.20.0}
|
VERSION=${VERSION:-11.8.16}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -64,10 +65,13 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
|
# patch for image buttons
|
||||||
|
zcat $CWD/buttons.patch.gz | patch -p1
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="gmpc"
|
PRGNAM="gmpc"
|
||||||
VERSION="0.20.0"
|
VERSION="11.8.16"
|
||||||
HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
|
HOMEPAGE="http://gmpclient.org"
|
||||||
DOWNLOAD="http://download.sarine.nl/Programs/gmpc/0.20.0/gmpc-0.20.0.tar.gz"
|
DOWNLOAD="http://download.sarine.nl/Programs/gmpc/11.8/gmpc-11.8.16.tar.gz"
|
||||||
MD5SUM="902fd69b0b6bb40abb647604080dd7ef"
|
MD5SUM="223aeb000e41697d8fdf54ccedee89d5"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gob2 libmpd vala"
|
REQUIRES="libunique gob2 vala libmpd"
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="DhabyX"
|
||||||
EMAIL="erik@slackbuilds.org"
|
EMAIL="slack.dhabyx@gmail.com"
|
||||||
|
|
|
@ -12,7 +12,7 @@ gmpc: GMPC is a frontend for the mpd (Music Player Daemon). It's focused on
|
||||||
gmpc: being fast and easy to use, while making optimal use of all the
|
gmpc: being fast and easy to use, while making optimal use of all the
|
||||||
gmpc: functions in mpd.
|
gmpc: functions in mpd.
|
||||||
gmpc:
|
gmpc:
|
||||||
gmpc: Homepage: http://sarine.nl/gmpc
|
gmpc: Homepage: http://gmpclient.org
|
||||||
gmpc:
|
gmpc:
|
||||||
gmpc:
|
gmpc:
|
||||||
gmpc:
|
gmpc:
|
||||||
|
|
Loading…
Reference in a new issue