[arch-commits] Commit in gtkpod/repos (6 files)

Tom Gundersen tomegun at archlinux.org
Sun Jul 29 22:59:52 UTC 2012


    Date: Sunday, July 29, 2012 @ 18:59:52
  Author: tomegun
Revision: 164285

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gtkpod/repos/staging-i686/
  gtkpod/repos/staging-i686/PKGBUILD
    (from rev 164284, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/staging-i686/gtkpod.install
    (from rev 164284, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/staging-x86_64/
  gtkpod/repos/staging-x86_64/PKGBUILD
    (from rev 164284, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/staging-x86_64/gtkpod.install
    (from rev 164284, gtkpod/trunk/gtkpod.install)

-------------------------------+
 staging-i686/PKGBUILD         |   34 ++++++++++++++++++++++++++++++++++
 staging-i686/gtkpod.install   |   12 ++++++++++++
 staging-x86_64/PKGBUILD       |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/gtkpod.install |   12 ++++++++++++
 4 files changed, 92 insertions(+)

Copied: gtkpod/repos/staging-i686/PKGBUILD (from rev 164284, gtkpod/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-07-29 22:59:52 UTC (rev 164285)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=gtkpod
+pkgver=2.1.2
+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=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+optdepends=('libmp4v2: MP4/h264 support'
+            'vorbis-tools: OGG support'
+	    'libvorbis: OGG support'
+            'id3v2: mp3 conversion support'
+            'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz")
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
+
+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/staging-i686/gtkpod.install (from rev 164284, gtkpod/trunk/gtkpod.install)
===================================================================
--- staging-i686/gtkpod.install	                        (rev 0)
+++ staging-i686/gtkpod.install	2012-07-29 22:59:52 UTC (rev 164285)
@@ -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/staging-x86_64/PKGBUILD (from rev 164284, gtkpod/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-07-29 22:59:52 UTC (rev 164285)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=gtkpod
+pkgver=2.1.2
+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=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+optdepends=('libmp4v2: MP4/h264 support'
+            'vorbis-tools: OGG support'
+	    'libvorbis: OGG support'
+            'id3v2: mp3 conversion support'
+            'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz")
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
+
+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/staging-x86_64/gtkpod.install (from rev 164284, gtkpod/trunk/gtkpod.install)
===================================================================
--- staging-x86_64/gtkpod.install	                        (rev 0)
+++ staging-x86_64/gtkpod.install	2012-07-29 22:59:52 UTC (rev 164285)
@@ -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
+}




More information about the arch-commits mailing list