Date: Thursday, March 17, 2016 @ 15:58:44 Author: jgc Revision: 261996
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 261995, libchamplain/trunk/PKGBUILD) libchamplain/repos/gnome-unstable-x86_64/ libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 261995, libchamplain/trunk/PKGBUILD) --------------------------------+ gnome-unstable-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++ gnome-unstable-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 261995, libchamplain/trunk/PKGBUILD) =================================================================== --- gnome-unstable-i686/PKGBUILD (rev 0) +++ gnome-unstable-i686/PKGBUILD 2016-03-17 14:58:44 UTC (rev 261996) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andreas Radke <andy...@archlinux.org> +# Contributor: Michael Kanis <mka...@gmx.de> + +pkgname=libchamplain +pkgver=0.12.13 +pkgrel=1 +pkgdesc="Gtk3 widget for displaying rasterized maps" +url="http://projects.gnome.org/libchamplain/" +license=('LGPL') +arch=('i686' 'x86_64') +depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite') +makedepends=('gobject-introspection' 'gtk-doc' 'vala') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('b3b3a44530ac94c0b3c3710a2d9495d47450c4133006c5e3ca24e0a761683fab') + +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 261995, libchamplain/trunk/PKGBUILD) =================================================================== --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2016-03-17 14:58:44 UTC (rev 261996) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andreas Radke <andy...@archlinux.org> +# Contributor: Michael Kanis <mka...@gmx.de> + +pkgname=libchamplain +pkgver=0.12.13 +pkgrel=1 +pkgdesc="Gtk3 widget for displaying rasterized maps" +url="http://projects.gnome.org/libchamplain/" +license=('LGPL') +arch=('i686' 'x86_64') +depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite') +makedepends=('gobject-introspection' 'gtk-doc' 'vala') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('b3b3a44530ac94c0b3c3710a2d9495d47450c4133006c5e3ca24e0a761683fab') + +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 +}