Date: Friday, April 18, 2014 @ 13:16:04 Author: heftig Revision: 211228
archrelease: copy trunk to extra-i686, extra-x86_64 Added: pygobject/repos/extra-i686/PKGBUILD (from rev 211224, pygobject/trunk/PKGBUILD) pygobject/repos/extra-x86_64/PKGBUILD (from rev 211227, pygobject/trunk/PKGBUILD) Deleted: pygobject/repos/extra-i686/PKGBUILD pygobject/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 110 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 60 -------------------------- extra-x86_64/PKGBUILD | 55 ------------------------ 3 files changed, 110 insertions(+), 115 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2014-04-18 11:15:55 UTC (rev 211227) +++ extra-i686/PKGBUILD 2014-04-18 11:16:04 UTC (rev 211228) @@ -1,60 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru <ib...@archlinux.org> - -pkgbase=pygobject -pkgname=(python-gobject python2-gobject pygobject-devel) -pkgver=3.10.2 -pkgrel=2 -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 - "python3.4-gi-types.patch::https://git.gnome.org/browse/pygobject/patch/?id=2ff095ea0b0c05fbf6cc332eeadf26cfeb9e69f7") -sha256sums=('75608f2c4052f0277508fc79debef026d9e84cb9261de2b922387c093d32c326' - '5a25f46e5d90f1c21430017e5a932cd066c4c847005eace63f98b062d731ec4d') - -prepare() { - mkdir build-py2 build-py3 devel - cd ${pkgbase}-${pkgver} - sed -i '/Werror=format/d' configure # gcc 4.8 - - # Fix installation on Python 3.4, reference: https://git.gnome.org/browse/pygobject/commit/?id=2ff095ea0b0c05fbf6cc332eeadf26cfeb9e69f7 - patch -p1 -i "$srcdir/python3.4-gi-types.patch" -} - -build() { - cd build-py2 - ../${pkgbase}-${pkgver}/autogen.sh --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' '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/extra-i686/PKGBUILD (from rev 211224, pygobject/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-04-18 11:16:04 UTC (rev 211228) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> + +pkgbase=pygobject +pkgname=(python-gobject python2-gobject pygobject-devel) +pkgver=3.12.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=('da5fe04759e862d347b26b53a6aea0affa7cbe858b7004475fa8c7929496da35') + +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}/autogen.sh --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' '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/" +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2014-04-18 11:15:55 UTC (rev 211227) +++ extra-x86_64/PKGBUILD 2014-04-18 11:16:04 UTC (rev 211228) @@ -1,55 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru <ib...@archlinux.org> - -pkgbase=pygobject -pkgname=(python-gobject python2-gobject pygobject-devel) -pkgver=3.12.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=('0d4485311fcfb073dc37432e36ad1d45bcf9f8796a1e8ff20a6494e0297dbd1a') - -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}/autogen.sh --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' '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/extra-x86_64/PKGBUILD (from rev 211227, pygobject/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-04-18 11:16:04 UTC (rev 211228) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> + +pkgbase=pygobject +pkgname=(python-gobject python2-gobject pygobject-devel) +pkgver=3.12.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=('da5fe04759e862d347b26b53a6aea0affa7cbe858b7004475fa8c7929496da35') + +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}/autogen.sh --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' '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/" +}