[arch-commits] Commit in libchamplain/repos (3 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:35:00 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:35:00
  Author: heftig
Revision: 155182

db-move: moved libchamplain from [gnome-unstable] to [testing] (x86_64)

Added:
  libchamplain/repos/testing-x86_64/
  libchamplain/repos/testing-x86_64/PKGBUILD
    (from rev 155005, libchamplain/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libchamplain/repos/gnome-unstable-x86_64/

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: libchamplain/repos/testing-x86_64/PKGBUILD (from rev 155005, libchamplain/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:35:00 UTC (rev 155182)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Michael Kanis <mkanis at gmx.de>
+
+pkgname=libchamplain
+pkgver=0.12.2
+pkgrel=1
+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-gnome' 'cairo' 'sqlite3')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d23f97875e407fdc3e8fc86bef538a377c42f37f5be4fc8ec6063e7446fd7e2e')
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list