[arch-commits] Commit in pygobject/repos (4 files)
Jan Steffens
heftig at archlinux.org
Tue Apr 14 03:48:18 UTC 2015
Date: Tuesday, April 14, 2015 @ 05:48:17
Author: heftig
Revision: 236483
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
pygobject/repos/extra-i686/PKGBUILD
(from rev 236482, pygobject/trunk/PKGBUILD)
pygobject/repos/extra-x86_64/PKGBUILD
(from rev 236482, pygobject/trunk/PKGBUILD)
Deleted:
pygobject/repos/extra-i686/PKGBUILD
pygobject/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 114 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 57 ------------------------
extra-x86_64/PKGBUILD | 57 ------------------------
3 files changed, 114 insertions(+), 114 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-04-14 03:47:25 UTC (rev 236482)
+++ extra-i686/PKGBUILD 2015-04-14 03:48:17 UTC (rev 236483)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.16.0
-pkgrel=1
-arch=(i686 x86_64)
-url="https://live.gnome.org/PyGObject"
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection gnome-common)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('8d26e40c756ae288eeb35f9d52df7485f70add65d4e6b4597fd1765eb7830685')
-
-prepare() {
- mkdir build-py2 build-py3 devel
- cd ${pkgbase}-${pkgver}
- sed -i '/Werror=format/d' configure # gcc 4.8
-}
-
-build() {
- cd build-py2
- ../${pkgbase}-${pkgver}/configure --prefix=/usr --with-python=/usr/bin/python2
- make
-
- cd ../build-py3
- ../${pkgbase}-${pkgver}/configure --prefix=/usr
- make
-}
-
-package_python-gobject() {
- pkgdesc="Python 3 bindings for GObject"
- depends=('gobject-introspection-runtime' "pygobject-devel=$pkgver" 'python' 'cairo')
-
- 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-runtime' "pygobject-devel=$pkgver" 'python2' 'cairo')
-
- cd build-py2
- make DESTDIR="$pkgdir" install
- mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
- python2 -m compileall "$pkgdir"//usr/lib/python2.7/site-packages/gi
-}
-
-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/extra-i686/PKGBUILD (from rev 236482, pygobject/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-14 03:48:17 UTC (rev 236483)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.16.1
+pkgrel=1
+arch=(i686 x86_64)
+url="https://live.gnome.org/PyGObject"
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection gnome-common)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('7d96dad050f15ec1688617b749bb485811842de46a22d31f9396023e8eaa1ec3')
+
+prepare() {
+ mkdir build-py2 build-py3 devel
+ cd ${pkgbase}-${pkgver}
+ sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+ cd build-py2
+ ../${pkgbase}-${pkgver}/configure --prefix=/usr --with-python=/usr/bin/python2
+ make
+
+ cd ../build-py3
+ ../${pkgbase}-${pkgver}/configure --prefix=/usr
+ make
+}
+
+package_python-gobject() {
+ pkgdesc="Python 3 bindings for GObject"
+ depends=('gobject-introspection-runtime' "pygobject-devel=$pkgver" 'python' 'cairo')
+
+ 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-runtime' "pygobject-devel=$pkgver" 'python2' 'cairo')
+
+ cd build-py2
+ make DESTDIR="$pkgdir" install
+ mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
+ python2 -m compileall "$pkgdir"//usr/lib/python2.7/site-packages/gi
+}
+
+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/"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-04-14 03:47:25 UTC (rev 236482)
+++ extra-x86_64/PKGBUILD 2015-04-14 03:48:17 UTC (rev 236483)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.16.0
-pkgrel=1
-arch=(i686 x86_64)
-url="https://live.gnome.org/PyGObject"
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection gnome-common)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('8d26e40c756ae288eeb35f9d52df7485f70add65d4e6b4597fd1765eb7830685')
-
-prepare() {
- mkdir build-py2 build-py3 devel
- cd ${pkgbase}-${pkgver}
- sed -i '/Werror=format/d' configure # gcc 4.8
-}
-
-build() {
- cd build-py2
- ../${pkgbase}-${pkgver}/configure --prefix=/usr --with-python=/usr/bin/python2
- make
-
- cd ../build-py3
- ../${pkgbase}-${pkgver}/configure --prefix=/usr
- make
-}
-
-package_python-gobject() {
- pkgdesc="Python 3 bindings for GObject"
- depends=('gobject-introspection-runtime' "pygobject-devel=$pkgver" 'python' 'cairo')
-
- 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-runtime' "pygobject-devel=$pkgver" 'python2' 'cairo')
-
- cd build-py2
- make DESTDIR="$pkgdir" install
- mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
- python2 -m compileall "$pkgdir"//usr/lib/python2.7/site-packages/gi
-}
-
-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/extra-x86_64/PKGBUILD (from rev 236482, pygobject/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-04-14 03:48:17 UTC (rev 236483)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.16.1
+pkgrel=1
+arch=(i686 x86_64)
+url="https://live.gnome.org/PyGObject"
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection gnome-common)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('7d96dad050f15ec1688617b749bb485811842de46a22d31f9396023e8eaa1ec3')
+
+prepare() {
+ mkdir build-py2 build-py3 devel
+ cd ${pkgbase}-${pkgver}
+ sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+ cd build-py2
+ ../${pkgbase}-${pkgver}/configure --prefix=/usr --with-python=/usr/bin/python2
+ make
+
+ cd ../build-py3
+ ../${pkgbase}-${pkgver}/configure --prefix=/usr
+ make
+}
+
+package_python-gobject() {
+ pkgdesc="Python 3 bindings for GObject"
+ depends=('gobject-introspection-runtime' "pygobject-devel=$pkgver" 'python' 'cairo')
+
+ 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-runtime' "pygobject-devel=$pkgver" 'python2' 'cairo')
+
+ cd build-py2
+ make DESTDIR="$pkgdir" install
+ mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
+ python2 -m compileall "$pkgdir"//usr/lib/python2.7/site-packages/gi
+}
+
+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/"
+}
More information about the arch-commits
mailing list