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

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


    Date: Sunday, July 29, 2012 @ 19:15:52
  Author: tomegun
Revision: 164295

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

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

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: libgpod/repos/testing-i686/PKGBUILD (from rev 164293, libgpod/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-07-29 23:15:52 UTC (rev 164295)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+            'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/"
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+      --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+

Copied: libgpod/repos/testing-x86_64/PKGBUILD (from rev 164293, libgpod/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-07-29 23:15:52 UTC (rev 164295)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+            'python2-gobject2: python bindings')
+url="http://www.gtkpod.org/libgpod/"
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+      --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+




More information about the arch-commits mailing list