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

Jan de Groot jgc at archlinux.org
Thu Sep 4 18:53:41 UTC 2014


    Date: Thursday, September 4, 2014 @ 20:53:41
  Author: jgc
Revision: 220957

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

Added:
  gobject-introspection/repos/gnome-unstable-i686/
  gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
    (from rev 220956, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/gnome-unstable-x86_64/
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 220956, gobject-introspection/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: gobject-introspection/repos/gnome-unstable-i686/PKGBUILD (from rev 220956, gobject-introspection/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-04 18:53:41 UTC (rev 220957)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gobject-introspection
+pkgver=1.41.91
+pkgrel=1
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://live.gnome.org/GObjectIntrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2')
+makedepends=('cairo' 'python2' 'python2-mako')
+optdepends=('python2: gir development tools'
+            'python2-mako: g-ir-doc-tool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a1ea708eeaa13dcc5a3078b1ae5aae178f22410023a56c699560f4e068722d9e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static --enable-doctool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220956, gobject-introspection/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-04 18:53:41 UTC (rev 220957)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gobject-introspection
+pkgver=1.41.91
+pkgrel=1
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://live.gnome.org/GObjectIntrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2')
+makedepends=('cairo' 'python2' 'python2-mako')
+optdepends=('python2: gir development tools'
+            'python2-mako: g-ir-doc-tool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a1ea708eeaa13dcc5a3078b1ae5aae178f22410023a56c699560f4e068722d9e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static --enable-doctool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list