[arch-commits] Commit in pygobject/repos (4 files)

Ionut Biru ibiru at archlinux.org
Fri Sep 2 19:06:48 UTC 2011


    Date: Friday, September 2, 2011 @ 15:06:48
  Author: ibiru
Revision: 136917

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pygobject/repos/gnome-unstable-i686/PKGBUILD
    (from rev 136916, pygobject/trunk/PKGBUILD)
  pygobject/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 136916, pygobject/trunk/PKGBUILD)
Deleted:
  pygobject/repos/gnome-unstable-i686/PKGBUILD
  pygobject/repos/gnome-unstable-x86_64/PKGBUILD

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |  114 +++++++++++++++++++--------------------
 gnome-unstable-x86_64/PKGBUILD |  114 +++++++++++++++++++--------------------
 2 files changed, 116 insertions(+), 112 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2011-09-02 19:04:58 UTC (rev 136916)
+++ gnome-unstable-i686/PKGBUILD	2011-09-02 19:06:48 UTC (rev 136917)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject)
-pkgver=2.90.3
-pkgrel=2
-arch=('i686' 'x86_64')
-url="https://live.gnome.org/PyGObject"
-license=('LGPL')
-depends=('glib2' 'gobject-introspection')
-makedepends=(python python2 python-cairo python2-cairo)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz
-        documentation-location.patch)
-options=('!libtool')
-sha256sums=('8e14f8db0780ad26a8ce6583da30313463ca40519b35f5cda8780f02bd6ddca4'
-            '6174cdeea99e134168ef8235251d9c3802200ee75dc63f86144de75f864e1344')
-
-build() {
-  cd "${srcdir}"
-  cp -a "${pkgbase}-${pkgver}" python2-build
-
-  (
-    cd python2-build
-    patch -Np1 -i ${srcdir}/documentation-location.patch
-    autoreconf -fi
-    export PYTHON=/usr/bin/python2
-    ./configure --prefix=/usr
-    make
-  )
-
-  (
-    cd "${pkgbase}-${pkgver}"
-    patch -Np1 -i ${srcdir}/documentation-location.patch
-    autoreconf -fi
-    ./configure --prefix=/usr
-    make
-  )
-}
-
-package_python-gobject() {
-  pkgdesc="Python 3 bindings for GObject"
-  depends+=('python' 'python-cairo')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_python2-gobject() {
-  pkgdesc="Python 2 bindings for GObject"
-  depends+=('python2' 'python2-cairo')
-  conflicts=('python-gobject')
-
-  cd "${srcdir}/python2-build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pygobject/repos/gnome-unstable-i686/PKGBUILD (from rev 136916, pygobject/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2011-09-02 19:06:48 UTC (rev 136917)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject)
+pkgver=2.90.3
+pkgrel=3
+arch=('i686' 'x86_64')
+url="https://live.gnome.org/PyGObject"
+license=('LGPL')
+depends=('glib2' 'gobject-introspection')
+makedepends=(python python2 python-cairo python2-cairo)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz
+        documentation-location.patch)
+options=('!libtool')
+sha256sums=('8e14f8db0780ad26a8ce6583da30313463ca40519b35f5cda8780f02bd6ddca4'
+            '6174cdeea99e134168ef8235251d9c3802200ee75dc63f86144de75f864e1344')
+
+build() {
+  cd "${srcdir}"
+  cp -a "${pkgbase}-${pkgver}" python2-build
+
+  (
+    cd python2-build
+    patch -Np1 -i ${srcdir}/documentation-location.patch
+    autoreconf -fi
+    export PYTHON=/usr/bin/python2
+    ./configure --prefix=/usr
+    make
+  )
+
+  (
+    cd "${pkgbase}-${pkgver}"
+    patch -Np1 -i ${srcdir}/documentation-location.patch
+    autoreconf -fi
+    ./configure --prefix=/usr
+    make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc="Python 3 bindings for GObject"
+  depends+=('python' 'python-cairo')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/python3.2/site-packages/gtk-2.0/"
+}
+
+package_python2-gobject() {
+  pkgdesc="Python 2 bindings for GObject"
+  depends+=('python2' 'python2-cairo')
+  conflicts=('python-gobject')
+
+  cd "${srcdir}/python2-build"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/python2.7/site-packages/gtk-2.0/"
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2011-09-02 19:04:58 UTC (rev 136916)
+++ gnome-unstable-x86_64/PKGBUILD	2011-09-02 19:06:48 UTC (rev 136917)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject)
-pkgver=2.90.3
-pkgrel=2
-arch=('i686' 'x86_64')
-url="https://live.gnome.org/PyGObject"
-license=('LGPL')
-depends=('glib2' 'gobject-introspection')
-makedepends=(python python2 python-cairo python2-cairo)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz
-        documentation-location.patch)
-options=('!libtool')
-sha256sums=('8e14f8db0780ad26a8ce6583da30313463ca40519b35f5cda8780f02bd6ddca4'
-            '6174cdeea99e134168ef8235251d9c3802200ee75dc63f86144de75f864e1344')
-
-build() {
-  cd "${srcdir}"
-  cp -a "${pkgbase}-${pkgver}" python2-build
-
-  (
-    cd python2-build
-    patch -Np1 -i ${srcdir}/documentation-location.patch
-    autoreconf -fi
-    export PYTHON=/usr/bin/python2
-    ./configure --prefix=/usr
-    make
-  )
-
-  (
-    cd "${pkgbase}-${pkgver}"
-    patch -Np1 -i ${srcdir}/documentation-location.patch
-    autoreconf -fi
-    ./configure --prefix=/usr
-    make
-  )
-}
-
-package_python-gobject() {
-  pkgdesc="Python 3 bindings for GObject"
-  depends+=('python' 'python-cairo')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_python2-gobject() {
-  pkgdesc="Python 2 bindings for GObject"
-  depends+=('python2' 'python2-cairo')
-  conflicts=('python-gobject')
-
-  cd "${srcdir}/python2-build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pygobject/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136916, pygobject/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2011-09-02 19:06:48 UTC (rev 136917)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject)
+pkgver=2.90.3
+pkgrel=3
+arch=('i686' 'x86_64')
+url="https://live.gnome.org/PyGObject"
+license=('LGPL')
+depends=('glib2' 'gobject-introspection')
+makedepends=(python python2 python-cairo python2-cairo)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz
+        documentation-location.patch)
+options=('!libtool')
+sha256sums=('8e14f8db0780ad26a8ce6583da30313463ca40519b35f5cda8780f02bd6ddca4'
+            '6174cdeea99e134168ef8235251d9c3802200ee75dc63f86144de75f864e1344')
+
+build() {
+  cd "${srcdir}"
+  cp -a "${pkgbase}-${pkgver}" python2-build
+
+  (
+    cd python2-build
+    patch -Np1 -i ${srcdir}/documentation-location.patch
+    autoreconf -fi
+    export PYTHON=/usr/bin/python2
+    ./configure --prefix=/usr
+    make
+  )
+
+  (
+    cd "${pkgbase}-${pkgver}"
+    patch -Np1 -i ${srcdir}/documentation-location.patch
+    autoreconf -fi
+    ./configure --prefix=/usr
+    make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc="Python 3 bindings for GObject"
+  depends+=('python' 'python-cairo')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/python3.2/site-packages/gtk-2.0/"
+}
+
+package_python2-gobject() {
+  pkgdesc="Python 2 bindings for GObject"
+  depends+=('python2' 'python2-cairo')
+  conflicts=('python-gobject')
+
+  cd "${srcdir}/python2-build"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/python2.7/site-packages/gtk-2.0/"
+}




More information about the arch-commits mailing list