--- PKGBUILD.orig 2010-05-01 20:49:06.268409149 -0400 +++ PKGBUILD 2010-05-01 21:02:17.839409150 -0400 @@ -3,17 +3,17 @@ # Contributor: Aaron Griffin pkgname=gtkpod -pkgver=0.99.14.030610 +pkgver=0.99.14.042610 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=${pkgname}.install -depends=('libgpod>=0.7.0' 'libmp4v2' 'flac' 'libid3tag' 'gnome-vfs' 'libgnomecanvas' 'flac' 'libvorbis' 'curl' 'libglade') +depends=('libgpod>=0.7.0' 'flac' 'libid3tag' 'flac' 'libvorbis' 'curl' 'libglade') makedepends=('intltool') source=("http://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('ebe076cc8b623c3ae6b0f0f733019eec') +md5sums=('24633b239211d2f18df2af14c49fcbbd') build() { cd ${srcdir}/${pkgname} --- gtkpod.install.orig 2010-05-01 20:57:54.710108869 -0400 +++ gtkpod.install 2010-05-01 20:57:58.919009707 -0400 @@ -1,10 +1,6 @@ post_install() { -cat << EOF -NOTE: HAL must be running to run gtkpod, -or else it will segfault, mentioning that -LibHalContext is NULL. -:: Please make sure HAL is started before running :: -EOF + echo "Updating icon cache" + gtk-update-icon-cache } post_upgrade() {