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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:13:46 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:13:45
  Author: heftig
Revision: 182544

db-move: moved libchamplain from [staging] to [testing] (i686, x86_64)

Added:
  libchamplain/repos/testing-i686/
  libchamplain/repos/testing-i686/PKGBUILD
    (from rev 182430, libchamplain/repos/staging-i686/PKGBUILD)
  libchamplain/repos/testing-x86_64/
  libchamplain/repos/testing-x86_64/PKGBUILD
    (from rev 182430, libchamplain/repos/staging-x86_64/PKGBUILD)
Deleted:
  libchamplain/repos/staging-i686/
  libchamplain/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: libchamplain/repos/testing-i686/PKGBUILD (from rev 182430, libchamplain/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:13:45 UTC (rev 182544)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Michael Kanis <mkanis at gmx.de>
+
+pkgname=libchamplain
+pkgver=0.12.3
+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=('3d03d4e6892305a3b5b78e0718e486f6a13271df33d82383fd8361ef71f3e658')
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}

Copied: libchamplain/repos/testing-x86_64/PKGBUILD (from rev 182430, libchamplain/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:13:45 UTC (rev 182544)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Michael Kanis <mkanis at gmx.de>
+
+pkgname=libchamplain
+pkgver=0.12.3
+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=('3d03d4e6892305a3b5b78e0718e486f6a13271df33d82383fd8361ef71f3e658')
+
+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