summaryrefslogtreecommitdiff
path: root/extra/gtkpod
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
commitf6a79a3f5989efc8db63af942851c56f0c462bb1 (patch)
tree08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/gtkpod
parente4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff)
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/gtkpod')
-rw-r--r--extra/gtkpod/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/gtkpod/PKGBUILD b/extra/gtkpod/PKGBUILD
index 2ce59e323..ef7d50468 100644
--- a/extra/gtkpod/PKGBUILD
+++ b/extra/gtkpod/PKGBUILD
@@ -1,22 +1,23 @@
-# $Id: PKGBUILD 138768 2011-09-28 01:47:51Z kevin $
+# $Id: PKGBUILD 151329 2012-02-25 14:28:40Z pierre $
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=gtkpod
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
-pkgdesc="A platform independent GUI for Apple's iPod using GTK2"
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
arch=('i686' 'x86_64')
url="http://gtkpod.sourceforge.net"
license=('GPL')
-depends=('anjuta' 'curl' 'dconf' 'flac' 'libid3tag' 'libgpod>=0.8.0')
+depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
makedepends=('flex' 'intltool')
optdepends=('libmp4v2: MP4/h264 support'
'vorbis-tools: OGG support'
'id3v2: mp3 conversion support')
install=gtkpod.install
-source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8e01f7cf2db1a421140eab561aee26d7')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz")
+md5sums=('36fd0324fd1d1da00fcddacef1b09983')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"