Date: Wednesday, September 18, 2013 @ 15:53:58 Author: jgc Revision: 194555
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: libchamplain/repos/gnome-unstable-i686/ libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 194554, libchamplain/trunk/PKGBUILD) libchamplain/repos/gnome-unstable-x86_64/ libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194554, libchamplain/trunk/PKGBUILD) --------------------------------+ gnome-unstable-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++ gnome-unstable-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 194554, libchamplain/trunk/PKGBUILD) =================================================================== --- gnome-unstable-i686/PKGBUILD (rev 0) +++ gnome-unstable-i686/PKGBUILD 2013-09-18 13:53:58 UTC (rev 194555) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andreas Radke <andy...@archlinux.org> +# Contributor: Michael Kanis <mka...@gmx.de> + +pkgname=libchamplain +pkgver=0.12.5 +pkgrel=2 +pkgdesc="Gtk3 widget for displaying rasterized maps" +url="http://projects.gnome.org/libchamplain/" +license=('LGPL') +arch=('i686' 'x86_64') +options=('!libtool') +depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite') +makedepends=('gobject-introspection' 'gtk-doc' 'vala') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('9c937d3775053a7d6b542aad36b16bbb07e02be3adb683ae57d7dcbe89634236') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static --disable-debug --enable-vala + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194554, libchamplain/trunk/PKGBUILD) =================================================================== --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 13:53:58 UTC (rev 194555) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andreas Radke <andy...@archlinux.org> +# Contributor: Michael Kanis <mka...@gmx.de> + +pkgname=libchamplain +pkgver=0.12.5 +pkgrel=2 +pkgdesc="Gtk3 widget for displaying rasterized maps" +url="http://projects.gnome.org/libchamplain/" +license=('LGPL') +arch=('i686' 'x86_64') +options=('!libtool') +depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite') +makedepends=('gobject-introspection' 'gtk-doc' 'vala') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('9c937d3775053a7d6b542aad36b16bbb07e02be3adb683ae57d7dcbe89634236') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static --disable-debug --enable-vala + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}