summaryrefslogtreecommitdiff
path: root/community/gtkpod
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-04 00:03:49 -0800
committerroot <root@rshg054.dnsready.net>2013-03-04 00:03:49 -0800
commit3a8d026e8e859ff4c9aa813d5f1eb2afa5663e78 (patch)
tree48288f077555b04e1dd7cec1e637aeb94a322f0c /community/gtkpod
parent945c9cd1e94fab87653f84598812dec707843d26 (diff)
Mon Mar 4 00:03:48 PST 2013
Diffstat (limited to 'community/gtkpod')
-rw-r--r--community/gtkpod/PKGBUILD20
1 files changed, 12 insertions, 8 deletions
diff --git a/community/gtkpod/PKGBUILD b/community/gtkpod/PKGBUILD
index 5cb27cb9b..18ca42456 100644
--- a/community/gtkpod/PKGBUILD
+++ b/community/gtkpod/PKGBUILD
@@ -1,4 +1,5 @@
-# $Id: PKGBUILD 83150 2013-01-27 16:17:12Z pierre $
+# $Id: PKGBUILD 85548 2013-03-03 02:45:35Z cinelli $
+# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
@@ -9,8 +10,8 @@ pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
arch=('i686' 'x86_64')
url="http://gtkpod.sourceforge.net"
license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'dconf' 'libwebkit3')
-makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'libwebkit3')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
optdepends=('libmp4v2: MP4/h264 support'
'vorbis-tools: OGG support'
'libvorbis: OGG support'
@@ -18,20 +19,23 @@ optdepends=('libmp4v2: MP4/h264 support'
'faad2: m4a conversion support')
install=gtkpod.install
options=('!libtool')
-source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz"
+source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz"
gtkpod-2.1.3-gdl-3.6.patch)
md5sums=('57f04578de6e3262a436ec574422b144'
'8d725015081bd89bc8f9a4521d170aef')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i "${srcdir}/gtkpod-2.1.3-gdl-3.6.patch"
+ cd "$srcdir/$pkgname-$pkgver"
+
+ patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
}