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

Jan Steffens heftig at archlinux.org
Wed Oct 5 22:17:17 UTC 2016


    Date: Wednesday, October 5, 2016 @ 22:17:16
  Author: heftig
Revision: 277791

archrelease: copy trunk to testing-x86_64, testing-i686

Added:
  gobject-introspection/repos/testing-i686/PKGBUILD
    (from rev 277790, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/testing-x86_64/PKGBUILD
    (from rev 277790, gobject-introspection/trunk/PKGBUILD)
Deleted:
  gobject-introspection/repos/testing-i686/PKGBUILD
  gobject-introspection/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-10-05 22:16:27 UTC (rev 277790)
+++ testing-i686/PKGBUILD	2016-10-05 22:17:16 UTC (rev 277791)
@@ -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.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
-}

Copied: gobject-introspection/repos/testing-i686/PKGBUILD (from rev 277790, gobject-introspection/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-10-05 22:17:16 UTC (rev 277791)
@@ -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+1+gb8d92b0
+pkgrel=1
+url="https://live.gnome.org/GObjectIntrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('python' 'python-mako')
+makedepends=('cairo' 'git' 'gtk-doc')
+options=('!emptydirs')
+_commit=b8d92b0b36b3907ef066e068e33e9309eb0f8ec5  # master
+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 --enable-gtk-doc
+  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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-10-05 22:16:27 UTC (rev 277790)
+++ testing-x86_64/PKGBUILD	2016-10-05 22:17:16 UTC (rev 277791)
@@ -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.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
-}

Copied: gobject-introspection/repos/testing-x86_64/PKGBUILD (from rev 277790, gobject-introspection/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-10-05 22:17:16 UTC (rev 277791)
@@ -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+1+gb8d92b0
+pkgrel=1
+url="https://live.gnome.org/GObjectIntrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('python' 'python-mako')
+makedepends=('cairo' 'git' 'gtk-doc')
+options=('!emptydirs')
+_commit=b8d92b0b36b3907ef066e068e33e9309eb0f8ec5  # master
+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 --enable-gtk-doc
+  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