Date: Monday, April 14, 2014 @ 18:05:09 Author: jgc Revision: 109406 archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added: gtkpod/repos/community-staging-i686/ gtkpod/repos/community-staging-i686/PKGBUILD (from rev 109405, gtkpod/trunk/PKGBUILD) gtkpod/repos/community-staging-i686/gtkpod.install (from rev 109405, gtkpod/trunk/gtkpod.install) gtkpod/repos/community-staging-x86_64/ gtkpod/repos/community-staging-x86_64/PKGBUILD (from rev 109405, gtkpod/trunk/PKGBUILD) gtkpod/repos/community-staging-x86_64/gtkpod.install (from rev 109405, gtkpod/trunk/gtkpod.install) -----------------------------------------+ community-staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++ community-staging-i686/gtkpod.install | 12 ++++++++++ community-staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++ community-staging-x86_64/gtkpod.install | 12 ++++++++++ 4 files changed, 96 insertions(+) Copied: gtkpod/repos/community-staging-i686/PKGBUILD (from rev 109405, gtkpod/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2014-04-14 16:05:09 UTC (rev 109406) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Federico Cinelli <cine...@aur.archlinux.org> +# Contributor: Kevin Piche <ke...@archlinux.org> +# Contributor: Aaron Griffin <aa...@archlinux.org> + +pkgname=gtkpod +pkgver=2.1.4 +pkgrel=2 +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' 'webkitgtk') +makedepends=('flex' 'intltool' 'faad2' 'libvorbis') +optdepends=('libmp4v2: MP4/h264 support' + 'vorbis-tools: OGG support' + 'libvorbis: OGG support' + 'id3v2: mp3 conversion support' + 'faad2: m4a conversion support') +install=gtkpod.install +source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz") +md5sums=('66c12ccb529c0f7de9a48a7f0d277c80') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + sed -i 's#python#python2#' scripts/sync-palm-jppy.py + + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Copied: gtkpod/repos/community-staging-i686/gtkpod.install (from rev 109405, gtkpod/trunk/gtkpod.install) =================================================================== --- community-staging-i686/gtkpod.install (rev 0) +++ community-staging-i686/gtkpod.install 2014-04-14 16:05:09 UTC (rev 109406) @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Copied: gtkpod/repos/community-staging-x86_64/PKGBUILD (from rev 109405, gtkpod/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2014-04-14 16:05:09 UTC (rev 109406) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Federico Cinelli <cine...@aur.archlinux.org> +# Contributor: Kevin Piche <ke...@archlinux.org> +# Contributor: Aaron Griffin <aa...@archlinux.org> + +pkgname=gtkpod +pkgver=2.1.4 +pkgrel=2 +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' 'webkitgtk') +makedepends=('flex' 'intltool' 'faad2' 'libvorbis') +optdepends=('libmp4v2: MP4/h264 support' + 'vorbis-tools: OGG support' + 'libvorbis: OGG support' + 'id3v2: mp3 conversion support' + 'faad2: m4a conversion support') +install=gtkpod.install +source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz") +md5sums=('66c12ccb529c0f7de9a48a7f0d277c80') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + sed -i 's#python#python2#' scripts/sync-palm-jppy.py + + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Copied: gtkpod/repos/community-staging-x86_64/gtkpod.install (from rev 109405, gtkpod/trunk/gtkpod.install) =================================================================== --- community-staging-x86_64/gtkpod.install (rev 0) +++ community-staging-x86_64/gtkpod.install 2014-04-14 16:05:09 UTC (rev 109406) @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}