[arch-commits] Commit in gobject-introspection/repos (4 files)
Jan de Groot
jgc at archlinux.org
Wed Mar 30 11:49:35 UTC 2016
Date: Wednesday, March 30, 2016 @ 13:49:35
Author: jgc
Revision: 263338
archrelease: copy trunk to gnome-unstable-x86_64, gnome-unstable-i686
Added:
gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
(from rev 263337, gobject-introspection/trunk/PKGBUILD)
gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 263337, gobject-introspection/trunk/PKGBUILD)
Deleted:
gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
--------------------------------+
/PKGBUILD | 76 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-i686/PKGBUILD | 41 ---------------------
gnome-unstable-x86_64/PKGBUILD | 41 ---------------------
3 files changed, 76 insertions(+), 82 deletions(-)
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2016-03-30 11:49:25 UTC (rev 263337)
+++ gnome-unstable-i686/PKGBUILD 2016-03-30 11:49:35 UTC (rev 263338)
@@ -1,41 +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.47.92
-pkgrel=2
-url="https://live.gnome.org/GObjectIntrospection"
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-depends=('python' 'python-mako')
-makedepends=('cairo')
-options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('c8ced38348e436222fda5e0abdc31022e8017d8732fe69da5c92285a37766ac8')
-
-prepare() {
- cd $pkgbase-$pkgver
-}
-
-build() {
- cd $pkgbase-$pkgver
- ./configure --prefix=/usr --disable-static --enable-doctool
- make
-}
-
-package_gobject-introspection-runtime() {
- pkgdesc+=" - runtime files"
- depends=('glib2')
- cd $pkgbase-$pkgver
- make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
-}
-
-package_gobject-introspection() {
- depends+=("gobject-introspection-runtime=$pkgver")
-
- cd $pkgbase-$pkgver
- make DESTDIR="$pkgdir" install
- make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
-}
Copied: gobject-introspection/repos/gnome-unstable-i686/PKGBUILD (from rev 263337, gobject-introspection/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2016-03-30 11:49:35 UTC (rev 263338)
@@ -0,0 +1,38 @@
+# $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.48.0
+pkgrel=1
+url="https://live.gnome.org/GObjectIntrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('python' 'python-mako')
+makedepends=('cairo')
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('fa275aaccdbfc91ec0bc9a6fd0562051acdba731e7d584b64a277fec60e75877')
+
+build() {
+ cd $pkgbase-$pkgver
+ ./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-$pkgver
+ make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+ depends+=("gobject-introspection-runtime=$pkgver")
+
+ 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 2016-03-30 11:49:25 UTC (rev 263337)
+++ gnome-unstable-x86_64/PKGBUILD 2016-03-30 11:49:35 UTC (rev 263338)
@@ -1,41 +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.47.92
-pkgrel=2
-url="https://live.gnome.org/GObjectIntrospection"
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-depends=('python' 'python-mako')
-makedepends=('cairo')
-options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('c8ced38348e436222fda5e0abdc31022e8017d8732fe69da5c92285a37766ac8')
-
-prepare() {
- cd $pkgbase-$pkgver
-}
-
-build() {
- cd $pkgbase-$pkgver
- ./configure --prefix=/usr --disable-static --enable-doctool
- make
-}
-
-package_gobject-introspection-runtime() {
- pkgdesc+=" - runtime files"
- depends=('glib2')
- cd $pkgbase-$pkgver
- make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
-}
-
-package_gobject-introspection() {
- depends+=("gobject-introspection-runtime=$pkgver")
-
- 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 263337, gobject-introspection/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2016-03-30 11:49:35 UTC (rev 263338)
@@ -0,0 +1,38 @@
+# $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.48.0
+pkgrel=1
+url="https://live.gnome.org/GObjectIntrospection"
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('python' 'python-mako')
+makedepends=('cairo')
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('fa275aaccdbfc91ec0bc9a6fd0562051acdba731e7d584b64a277fec60e75877')
+
+build() {
+ cd $pkgbase-$pkgver
+ ./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-$pkgver
+ make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+ depends+=("gobject-introspection-runtime=$pkgver")
+
+ cd $pkgbase-$pkgver
+ make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}
More information about the arch-commits
mailing list