[arch-commits] Commit in gtkpod/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sun Oct 24 16:27:55 UTC 2010
Date: Sunday, October 24, 2010 @ 12:27:54
Author: ibiru
Revision: 96753
upgpkg: gtkpod 1.0.0-1
update to 1.0.0
Modified:
gtkpod/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-10-24 15:47:39 UTC (rev 96752)
+++ PKGBUILD 2010-10-24 16:27:54 UTC (rev 96753)
@@ -3,27 +3,27 @@
# Contributor: Aaron Griffin <aaron at archlinux.org>
pkgname=gtkpod
-pkgver=0.99.16
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc="A platform independent GUI for Apple's iPod using GTK2"
arch=('i686' 'x86_64')
license=('GPL')
url="http://gtkpod.sourceforge.net"
install=gtkpod.install
-depends=('libgpod>=0.7.2' 'libid3tag' 'flac' 'libvorbis' 'curl' 'libglade' 'hicolor-icon-theme')
+depends=('libgpod>=0.8.0' 'libid3tag' 'flac' 'libvorbis' 'curl' 'libglade' 'hicolor-icon-theme')
optdepends=('libmp4v2: MP4/h264 support')
makedepends=('intltool')
source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1391537b3f84efb8b3b6001cd1f2df37')
+md5sums=('cadd402dcd1cfbedda0357bf24965a7c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's#python#python2#' scripts/sync-palm-jppy.py
- ./configure --prefix=/usr || return 1
- make || return 1
+ ./configure --prefix=/usr
+ make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install || return 1
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list