mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/gtkpod: Updated for version 2.1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1c75345e68
commit
b665c53754
3 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
gtkpod is a graphical user interface for the Apple iPod for
|
||||
Unix-like systems, written using the GTK+ toolkit.
|
||||
|
||||
Optional dependencies are faac, faad2, webkitgtk3, libmusicbrainz3,
|
||||
libmp4v2 and brasero.
|
||||
Optional dependencies are faac, faad2, gst1-plugins-*, webkitgtk3,
|
||||
lame, libmusicbrainz3, libmp4v2 and brasero.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for gtkpod
|
||||
|
||||
# Copyright 2012-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2012-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gtkpod
|
||||
VERSION=${VERSION:-2.1.4}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gtkpod"
|
||||
VERSION="2.1.4"
|
||||
VERSION="2.1.5"
|
||||
HOMEPAGE="http://www.gtkpod.org/wiki/Home"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gtkpod/gtkpod-2.1.4.tar.gz"
|
||||
MD5SUM="66c12ccb529c0f7de9a48a7f0d277c80"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gtkpod/gtkpod-2.1.5.tar.gz"
|
||||
MD5SUM="f011d6bc403f06d8bb13829c1c3d25fe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="anjuta"
|
||||
|
|
Loading…
Reference in a new issue