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

Jan de Groot jgc at archlinux.org
Wed Sep 28 07:47:17 UTC 2016


    Date: Wednesday, September 28, 2016 @ 07:47:17
  Author: jgc
Revision: 277227

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2016-09-28 07:47:11 UTC (rev 277226)
+++ gnome-unstable-i686/PKGBUILD	2016-09-28 07:47:17 UTC (rev 277227)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gobject-introspection
-pkgname=('gobject-introspection' 'gobject-introspection-runtime')
-pkgdesc="Introspection system for GObject-based libraries"
-pkgver=1.49.2+2+g083c152
-pkgrel=1
-url="https://live.gnome.org/GObjectIntrospection"
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-depends=('python' 'python-mako')
-makedepends=('cairo' 'git')
-options=('!emptydirs')
-_commit=083c152f41996ba92cbb6616ed0b1fe51bb9b92c
-source=("git://git.gnome.org/gobject-introspection#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --disable-static --enable-doctool
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc+=" - runtime files"
-  depends=('glib2')
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
-}
-
-package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver")
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
-}

Copied: gobject-introspection/repos/gnome-unstable-i686/PKGBUILD (from rev 277226, gobject-introspection/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-28 07:47:17 UTC (rev 277227)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gobject-introspection
+pkgname=('gobject-introspection' 'gobject-introspection-runtime')
+pkgdesc="Introspection system for GObject-based libraries"
+pkgver=1.50.0
+pkgrel=1
+url="https://live.gnome.org/GObjectIntrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('python' 'python-mako')
+makedepends=('cairo' 'git')
+options=('!emptydirs')
+_commit=cee2a4f215d5edf2e27b9964d3cfcb28a9d4941c  # tags/1.50.0^0
+source=("git://git.gnome.org/gobject-introspection#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --disable-static --enable-doctool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc+=" - runtime files"
+  depends=('glib2')
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  depends+=("gobject-introspection-runtime=$pkgver")
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2016-09-28 07:47:11 UTC (rev 277226)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-28 07:47:17 UTC (rev 277227)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gobject-introspection
-pkgname=('gobject-introspection' 'gobject-introspection-runtime')
-pkgdesc="Introspection system for GObject-based libraries"
-pkgver=1.49.2+2+g083c152
-pkgrel=1
-url="https://live.gnome.org/GObjectIntrospection"
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-depends=('python' 'python-mako')
-makedepends=('cairo' 'git')
-options=('!emptydirs')
-_commit=083c152f41996ba92cbb6616ed0b1fe51bb9b92c
-source=("git://git.gnome.org/gobject-introspection#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --disable-static --enable-doctool
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc+=" - runtime files"
-  depends=('glib2')
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
-}
-
-package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver")
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
-}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277226, gobject-introspection/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-28 07:47:17 UTC (rev 277227)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gobject-introspection
+pkgname=('gobject-introspection' 'gobject-introspection-runtime')
+pkgdesc="Introspection system for GObject-based libraries"
+pkgver=1.50.0
+pkgrel=1
+url="https://live.gnome.org/GObjectIntrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('python' 'python-mako')
+makedepends=('cairo' 'git')
+options=('!emptydirs')
+_commit=cee2a4f215d5edf2e27b9964d3cfcb28a9d4941c  # tags/1.50.0^0
+source=("git://git.gnome.org/gobject-introspection#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --disable-static --enable-doctool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc+=" - runtime files"
+  depends=('glib2')
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  depends+=("gobject-introspection-runtime=$pkgver")
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}



More information about the arch-commits mailing list