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

Jan de Groot jgc at archlinux.org
Wed Mar 25 11:33:54 UTC 2015


    Date: Wednesday, March 25, 2015 @ 12:33:54
  Author: jgc
Revision: 234723

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

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

--------------------------------+
 /PKGBUILD                      |   82 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-i686/PKGBUILD   |   41 -------------------
 gnome-unstable-x86_64/PKGBUILD |   41 -------------------
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2015-03-25 11:33:46 UTC (rev 234722)
+++ gnome-unstable-i686/PKGBUILD	2015-03-25 11:33:54 UTC (rev 234723)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gobject-introspection
-pkgname=('gobject-introspection' 'gobject-introspection-runtime')
-pkgver=1.43.92
-pkgrel=1
-url="https://live.gnome.org/GObjectIntrospection"
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-makedepends=('cairo' 'python2' 'python2-mako')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('6d346ce4427b12c0576547fe02d8a797a5bf35f0f8b72f30b329db1eceee431f')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static --enable-doctool
-  make
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc="Introspection system for GObject-based libraries - runtime files"
-  depends=('glib2')
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
-}
-
-package_gobject-introspection() {
-  pkgdesc="Introspection system for GObject-based libraries"
-  depends=("gobject-introspection-runtime=$pkgver" 'python2-mako' 'python2')
-  options=('!emptydirs')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
-}

Copied: gobject-introspection/repos/gnome-unstable-i686/PKGBUILD (from rev 234722, gobject-introspection/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-03-25 11:33:54 UTC (rev 234723)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gobject-introspection
+pkgname=('gobject-introspection' 'gobject-introspection-runtime')
+pkgver=1.44.0
+pkgrel=1
+url="https://live.gnome.org/GObjectIntrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+makedepends=('cairo' 'python2' 'python2-mako')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('6f0c2c28aeaa37b5037acbf21558098c4f95029b666db755d3a12c2f1e1627ad')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static --enable-doctool
+  make
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc="Introspection system for GObject-based libraries - runtime files"
+  depends=('glib2')
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  pkgdesc="Introspection system for GObject-based libraries"
+  depends=("gobject-introspection-runtime=$pkgver" 'python2-mako' 'python2')
+  options=('!emptydirs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2015-03-25 11:33:46 UTC (rev 234722)
+++ gnome-unstable-x86_64/PKGBUILD	2015-03-25 11:33:54 UTC (rev 234723)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gobject-introspection
-pkgname=('gobject-introspection' 'gobject-introspection-runtime')
-pkgver=1.43.92
-pkgrel=1
-url="https://live.gnome.org/GObjectIntrospection"
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-makedepends=('cairo' 'python2' 'python2-mako')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('6d346ce4427b12c0576547fe02d8a797a5bf35f0f8b72f30b329db1eceee431f')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static --enable-doctool
-  make
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc="Introspection system for GObject-based libraries - runtime files"
-  depends=('glib2')
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
-}
-
-package_gobject-introspection() {
-  pkgdesc="Introspection system for GObject-based libraries"
-  depends=("gobject-introspection-runtime=$pkgver" 'python2-mako' 'python2')
-  options=('!emptydirs')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
-}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234722, gobject-introspection/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-03-25 11:33:54 UTC (rev 234723)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gobject-introspection
+pkgname=('gobject-introspection' 'gobject-introspection-runtime')
+pkgver=1.44.0
+pkgrel=1
+url="https://live.gnome.org/GObjectIntrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+makedepends=('cairo' 'python2' 'python2-mako')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('6f0c2c28aeaa37b5037acbf21558098c4f95029b666db755d3a12c2f1e1627ad')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static --enable-doctool
+  make
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc="Introspection system for GObject-based libraries - runtime files"
+  depends=('glib2')
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  pkgdesc="Introspection system for GObject-based libraries"
+  depends=("gobject-introspection-runtime=$pkgver" 'python2-mako' 'python2')
+  options=('!emptydirs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}



More information about the arch-commits mailing list