diff options
author | root <root@rshg054.dnsready.net> | 2013-10-22 01:11:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-22 01:11:27 -0700 |
commit | d5839dd449651d7781de570240f3d0a1a9162320 (patch) | |
tree | 59a51057ead59eda118056ff05b1e2b941fa356b /community/gtkpod/PKGBUILD | |
parent | 61f20cbeb90ac877764e14b7c4e1c5c08b3e5383 (diff) |
Tue Oct 22 01:11:15 PDT 2013
Diffstat (limited to 'community/gtkpod/PKGBUILD')
-rw-r--r-- | community/gtkpod/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/gtkpod/PKGBUILD b/community/gtkpod/PKGBUILD index 8727835f9..7d3e2c7a6 100644 --- a/community/gtkpod/PKGBUILD +++ b/community/gtkpod/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 90342 2013-05-11 16:17:24Z tomegun $ +# $Id: PKGBUILD 98959 2013-10-21 17:47:32Z jelle $ # Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> # Contributor: Kevin Piche <kevin@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=gtkpod -pkgver=2.1.3 -pkgrel=4 +pkgver=2.1.4 +pkgrel=1 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' 'libwebkit3') +depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'webkitgtk') makedepends=('flex' 'intltool' 'faad2' 'libvorbis') optdepends=('libmp4v2: MP4/h264 support' 'vorbis-tools: OGG support' @@ -21,13 +21,13 @@ install=gtkpod.install options=('!libtool') source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz" gtkpod-2.1.3-gdl-3.6.patch) -md5sums=('57f04578de6e3262a436ec574422b144' - '94a4cc0b47ba8895c0a51e53e94da517') +md5sums=('66c12ccb529c0f7de9a48a7f0d277c80' + '94a4cc0b47ba8895c0a51e53e94da517') build() { cd "$srcdir/$pkgname-$pkgver" - patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch" +# 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 |