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

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:34:58
  Author: jgc
Revision: 234819

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

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

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libchamplain/repos/testing-i686/PKGBUILD (from rev 234786, 
libchamplain/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:34:58 UTC (rev 234819)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.10
+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=('bf53ceb2405d4e23a14596a53ecc2a821b003f8c69de4a7de3a39d6e99462b05')
+
+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/testing-x86_64/PKGBUILD (from rev 234786, 
libchamplain/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:34:58 UTC (rev 234819)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.10
+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=('bf53ceb2405d4e23a14596a53ecc2a821b003f8c69de4a7de3a39d6e99462b05')
+
+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
+}


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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:17
  Author: jgc
Revision: 223073

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

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

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libchamplain/repos/testing-i686/PKGBUILD (from rev 223030, 
libchamplain/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:17 UTC (rev 223073)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.9
+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' 'python2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b25ce832334976c07bf9564bf7f31e628881c69cf871a256cf4530cb277917e3')
+
+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/testing-x86_64/PKGBUILD (from rev 223030, 
libchamplain/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:17 UTC (rev 223073)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.9
+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' 'python2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b25ce832334976c07bf9564bf7f31e628881c69cf871a256cf4530cb277917e3')
+
+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
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:11:10
  Author: heftig
Revision: 183426

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

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

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   27 
 extra-x86_64/PKGBUILD |   27 
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:11:08 UTC (rev 183425)
+++ extra-i686/PKGBUILD 2013-04-21 22:11:10 UTC (rev 183426)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.3
-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' '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/extra-i686/PKGBUILD (from rev 183326, 
libchamplain/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:11:10 UTC (rev 183426)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:11:08 UTC (rev 183425)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:11:10 UTC (rev 183426)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.3
-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' '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/extra-x86_64/PKGBUILD (from rev 183326, 
libchamplain/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:11:10 UTC (rev 183426)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@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 

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

2013-04-10 Thread Jan Steffens
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 andy...@archlinux.org
+# Contributor: Michael Kanis mka...@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 andy...@archlinux.org
+# Contributor: Michael Kanis mka...@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
+}