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

Jan Steffens heftig at archlinux.org
Sun Apr 22 23:50:02 UTC 2012


    Date: Sunday, April 22, 2012 @ 19:50:01
  Author: heftig
Revision: 156691

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

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

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

Copied: gtkpod/repos/testing-i686/PKGBUILD (from rev 156690, gtkpod/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-22 23:50:01 UTC (rev 156691)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=gtkpod
+pkgver=2.1.1
+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')
+optdepends=('libmp4v2: MP4/h264 support'
+            'vorbis-tools: OGG support'
+            'id3v2: mp3 conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz")
+md5sums=('36fd0324fd1d1da00fcddacef1b09983')
+
+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 156690, gtkpod/trunk/gtkpod.install)
===================================================================
--- testing-i686/gtkpod.install	                        (rev 0)
+++ testing-i686/gtkpod.install	2012-04-22 23:50:01 UTC (rev 156691)
@@ -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 156690, gtkpod/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-22 23:50:01 UTC (rev 156691)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=gtkpod
+pkgver=2.1.1
+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')
+optdepends=('libmp4v2: MP4/h264 support'
+            'vorbis-tools: OGG support'
+            'id3v2: mp3 conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz")
+md5sums=('36fd0324fd1d1da00fcddacef1b09983')
+
+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 156690, gtkpod/trunk/gtkpod.install)
===================================================================
--- testing-x86_64/gtkpod.install	                        (rev 0)
+++ testing-x86_64/gtkpod.install	2012-04-22 23:50:01 UTC (rev 156691)
@@ -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