Date: Tuesday, February 25, 2014 @ 11:06:18
  Author: jgc
Revision: 206385

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 206384, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 206384, 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 206384, 
libchamplain/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD                                (rev 0)
+++ gnome-unstable-i686/PKGBUILD        2014-02-25 10:06:18 UTC (rev 206385)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke <andy...@archlinux.org>
+# Contributor: Michael Kanis <mka...@gmx.de>
+
+pkgname=libchamplain
+pkgver=0.12.7
+pkgrel=2
+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=('b607fa7e32dd67e5d9541d620abb212a85d076d1def0252c0112a362bddeac5e')
+
+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 206384, 
libchamplain/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2014-02-25 10:06:18 UTC (rev 206385)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke <andy...@archlinux.org>
+# Contributor: Michael Kanis <mka...@gmx.de>
+
+pkgname=libchamplain
+pkgver=0.12.7
+pkgrel=2
+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=('b607fa7e32dd67e5d9541d620abb212a85d076d1def0252c0112a362bddeac5e')
+
+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
+}

Reply via email to