[arch-commits] Commit in gtkpod/trunk (PKGBUILD gtkpod.install)

Kevin Piché kevin at archlinux.org
Wed Sep 28 00:14:24 UTC 2011


    Date: Tuesday, September 27, 2011 @ 20:14:23
  Author: kevin
Revision: 138766

upgpkg: gtkpod 2.1.0-1

Updated to 2.1.0

Modified:
  gtkpod/trunk/PKGBUILD
  gtkpod/trunk/gtkpod.install

----------------+
 PKGBUILD       |   10 +++++-----
 gtkpod.install |    1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-27 21:42:20 UTC (rev 138765)
+++ PKGBUILD	2011-09-28 00:14:23 UTC (rev 138766)
@@ -3,20 +3,20 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=gtkpod
-pkgver=1.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="A platform independent GUI for Apple's iPod using GTK2"
 arch=('i686' 'x86_64')
 url="http://gtkpod.sourceforge.net"
 license=('GPL')
-depends=('awk' 'libgpod>=0.8.0' 'libid3tag' 'flac' 'libvorbis' 'curl' 'libglade' 'hicolor-icon-theme')
-makedepends=('intltool')
+depends=('anjuta' 'curl' 'dconf' 'flac' 'libid3tag' 'libgpod>=0.8.0')
+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=('cadd402dcd1cfbedda0357bf24965a7c')
+md5sums=('8e01f7cf2db1a421140eab561aee26d7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: gtkpod.install
===================================================================
--- gtkpod.install	2011-09-27 21:42:20 UTC (rev 138765)
+++ gtkpod.install	2011-09-28 00:14:23 UTC (rev 138766)
@@ -1,5 +1,6 @@
 post_install() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
 }
 
 post_upgrade() {




More information about the arch-commits mailing list