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

Tom Gundersen tomegun at archlinux.org
Sun Jul 29 23:15:49 UTC 2012


    Date: Sunday, July 29, 2012 @ 19:15:49
  Author: tomegun
Revision: 164294

db-move: moved gtkpod from [staging] to [testing] (i686, x86_64)

Added:
  gtkpod/repos/testing-i686/
  gtkpod/repos/testing-i686/PKGBUILD
    (from rev 164293, gtkpod/repos/staging-i686/PKGBUILD)
  gtkpod/repos/testing-i686/gtkpod.install
    (from rev 164293, gtkpod/repos/staging-i686/gtkpod.install)
  gtkpod/repos/testing-x86_64/
  gtkpod/repos/testing-x86_64/PKGBUILD
    (from rev 164293, gtkpod/repos/staging-x86_64/PKGBUILD)
  gtkpod/repos/testing-x86_64/gtkpod.install
    (from rev 164293, gtkpod/repos/staging-x86_64/gtkpod.install)
Deleted:
  gtkpod/repos/staging-i686/
  gtkpod/repos/staging-x86_64/

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

Copied: gtkpod/repos/testing-i686/PKGBUILD (from rev 164293, gtkpod/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-07-29 23:15:49 UTC (rev 164294)
@@ -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/testing-i686/gtkpod.install (from rev 164293, gtkpod/repos/staging-i686/gtkpod.install)
===================================================================
--- testing-i686/gtkpod.install	                        (rev 0)
+++ testing-i686/gtkpod.install	2012-07-29 23:15:49 UTC (rev 164294)
@@ -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/testing-x86_64/PKGBUILD (from rev 164293, gtkpod/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-07-29 23:15:49 UTC (rev 164294)
@@ -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/testing-x86_64/gtkpod.install (from rev 164293, gtkpod/repos/staging-x86_64/gtkpod.install)
===================================================================
--- testing-x86_64/gtkpod.install	                        (rev 0)
+++ testing-x86_64/gtkpod.install	2012-07-29 23:15:49 UTC (rev 164294)
@@ -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