Date: Wednesday, April 10, 2013 @ 21:11:23
  Author: heftig
Revision: 182440

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

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

-------------------------+
 testing-i686/PKGBUILD   |   57 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   57 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 114 insertions(+)

Copied: pygobject/repos/testing-i686/PKGBUILD (from rev 182430, 
pygobject/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-04-10 19:11:23 UTC (rev 182440)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url="https://live.gnome.org/PyGObject";
+license=('LGPL')
+makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('9c57f581ae35587108c978cb116eeb7ec186b50c95b145f62033589ee248b32d')
+
+build() {
+  mkdir build-py2 build-py3 devel
+
+  (
+    cd build-py2
+    export PYTHON=/usr/bin/python2
+    ../${pkgbase}-${pkgver}/configure --prefix=/usr
+    make
+  )
+
+  (
+    cd build-py3
+    ../${pkgbase}-${pkgver}/configure --prefix=/usr
+    make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc="Python 3 bindings for GObject"
+  depends=('gobject-introspection' 'python-cairo' "pygobject-devel=$pkgver")
+
+  cd build-py3
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc="Python 2 bindings for GObject"
+  depends=('gobject-introspection' 'python2-cairo' "pygobject-devel=$pkgver")
+
+  cd build-py2
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
+}
+
+package_pygobject-devel() {
+  pkgdesc="Development files for the pygobject bindings"
+  cd "devel"
+  mkdir -p "$pkgdir"/usr/{include,lib}
+  mv include "$pkgdir/usr/"
+  mv pkgconfig "$pkgdir/usr/lib/"
+}

Copied: pygobject/repos/testing-x86_64/PKGBUILD (from rev 182430, 
pygobject/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-04-10 19:11:23 UTC (rev 182440)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url="https://live.gnome.org/PyGObject";
+license=('LGPL')
+makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('9c57f581ae35587108c978cb116eeb7ec186b50c95b145f62033589ee248b32d')
+
+build() {
+  mkdir build-py2 build-py3 devel
+
+  (
+    cd build-py2
+    export PYTHON=/usr/bin/python2
+    ../${pkgbase}-${pkgver}/configure --prefix=/usr
+    make
+  )
+
+  (
+    cd build-py3
+    ../${pkgbase}-${pkgver}/configure --prefix=/usr
+    make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc="Python 3 bindings for GObject"
+  depends=('gobject-introspection' 'python-cairo' "pygobject-devel=$pkgver")
+
+  cd build-py3
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc="Python 2 bindings for GObject"
+  depends=('gobject-introspection' 'python2-cairo' "pygobject-devel=$pkgver")
+
+  cd build-py2
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
+}
+
+package_pygobject-devel() {
+  pkgdesc="Development files for the pygobject bindings"
+  cd "devel"
+  mkdir -p "$pkgdir"/usr/{include,lib}
+  mv include "$pkgdir/usr/"
+  mv pkgconfig "$pkgdir/usr/lib/"
+}

Reply via email to