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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:05:49
  Author: jgc
Revision: 305634

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 305633, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305633, libchamplain/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 305633, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 21:05:49 UTC (rev 305634)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.16
+pkgrel=1
+pkgdesc="A map widget"
+url="https://wiki.gnome.org/Projects/libchamplain;
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(clutter-gtk libsoup cairo sqlite)
+makedepends=(gobject-introspection gtk-doc vala gnome-common git)
+_commit=daea081ce4a67d0c221de5f389130355fe37e73e  # tags/LIBCHAMPLAIN_0_12_16^0
+source=("git+https://git.gnome.org/browse/libchamplain#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --disable-debug \
+--enable-vala --enable-gtk-doc
+
+  # 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
+  make DESTDIR="$pkgdir" install
+}

Copied: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305633, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 21:05:49 UTC (rev 305634)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.16
+pkgrel=1
+pkgdesc="A map widget"
+url="https://wiki.gnome.org/Projects/libchamplain;
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(clutter-gtk libsoup cairo sqlite)
+makedepends=(gobject-introspection gtk-doc vala gnome-common git)
+_commit=daea081ce4a67d0c221de5f389130355fe37e73e  # tags/LIBCHAMPLAIN_0_12_16^0
+source=("git+https://git.gnome.org/browse/libchamplain#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --disable-debug \
+--enable-vala --enable-gtk-doc
+
+  # 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
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-08 Thread Jan Steffens
Date: Wednesday, March 8, 2017 @ 13:23:10
  Author: heftig
Revision: 290133

archrelease: copy trunk to extra-i686, extra-x86_64

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-08 13:21:42 UTC (rev 290132)
+++ extra-i686/PKGBUILD 2017-03-08 13:23:10 UTC (rev 290133)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Andreas Radke 
-# Contributor: Michael Kanis 
-
-pkgname=libchamplain
-pkgver=0.12.14+2+ge1f6e59
-pkgrel=1
-pkgdesc="A map widget"
-url="https://wiki.gnome.org/Projects/libchamplain;
-license=(LGPL)
-arch=(i686 x86_64)
-depends=(clutter-gtk libsoup cairo sqlite)
-makedepends=(gobject-introspection gtk-doc vala gnome-common git)
-_commit=e1f6e591ca752f20bb29cbe46b7f2e4e41468a56
-source=("git://git.gnome.org/libchamplain#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --disable-debug \
---enable-vala --enable-gtk-doc
-
-  # 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
-  make DESTDIR="$pkgdir" install
-}

Copied: libchamplain/repos/extra-i686/PKGBUILD (from rev 290132, 
libchamplain/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-08 13:23:10 UTC (rev 290133)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.15
+pkgrel=1
+pkgdesc="A map widget"
+url="https://wiki.gnome.org/Projects/libchamplain;
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(clutter-gtk libsoup cairo sqlite)
+makedepends=(gobject-introspection gtk-doc vala gnome-common git)
+_commit=d5f50d3932e2fabae8f3f10df522d7716e5bed7b  # tags/LIBCHAMPLAIN_0_12_15^0
+source=("git+https://git.gnome.org/browse/libchamplain#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --disable-debug \
+--enable-vala --enable-gtk-doc
+
+  # 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
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-08 13:21:42 UTC (rev 290132)
+++ extra-x86_64/PKGBUILD   2017-03-08 13:23:10 UTC (rev 290133)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Andreas Radke 
-# Contributor: Michael Kanis 
-
-pkgname=libchamplain
-pkgver=0.12.14+2+ge1f6e59
-pkgrel=1
-pkgdesc="A map widget"
-url="https://wiki.gnome.org/Projects/libchamplain;
-license=(LGPL)
-arch=(i686 x86_64)
-depends=(clutter-gtk libsoup cairo sqlite)
-makedepends=(gobject-introspection gtk-doc vala gnome-common git)
-_commit=e1f6e591ca752f20bb29cbe46b7f2e4e41468a56
-source=("git://git.gnome.org/libchamplain#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --disable-debug \
---enable-vala --enable-gtk-doc
-
-  # 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
-  make DESTDIR="$pkgdir" install
-}

Copied: libchamplain/repos/extra-x86_64/PKGBUILD (from rev 290132, 
libchamplain/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-08 13:23:10 UTC (rev 290133)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain

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

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 06:39:14
  Author: heftig
Revision: 277004

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 277003, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 277003, libchamplain/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 277003, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-27 06:39:14 UTC (rev 277004)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.14+2+ge1f6e59
+pkgrel=1
+pkgdesc="A map widget"
+url="https://wiki.gnome.org/Projects/libchamplain;
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(clutter-gtk libsoup cairo sqlite)
+makedepends=(gobject-introspection gtk-doc vala gnome-common git)
+_commit=e1f6e591ca752f20bb29cbe46b7f2e4e41468a56
+source=("git://git.gnome.org/libchamplain#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --disable-debug \
+--enable-vala --enable-gtk-doc
+
+  # 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
+  make DESTDIR="$pkgdir" install
+}

Copied: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277003, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-27 06:39:14 UTC (rev 277004)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.14+2+ge1f6e59
+pkgrel=1
+pkgdesc="A map widget"
+url="https://wiki.gnome.org/Projects/libchamplain;
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(clutter-gtk libsoup cairo sqlite)
+makedepends=(gobject-introspection gtk-doc vala gnome-common git)
+_commit=e1f6e591ca752f20bb29cbe46b7f2e4e41468a56
+source=("git://git.gnome.org/libchamplain#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --disable-debug \
+--enable-vala --enable-gtk-doc
+
+  # 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
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-07 Thread Jan Steffens
Date: Wednesday, September 7, 2016 @ 20:11:48
  Author: heftig
Revision: 275831

archrelease: copy trunk to extra-i686, extra-x86_64

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-07 20:07:10 UTC (rev 275830)
+++ extra-i686/PKGBUILD 2016-09-07 20:11:48 UTC (rev 275831)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Michael Kanis 
-
-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/extra-i686/PKGBUILD (from rev 275830, 
libchamplain/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-07 20:11:48 UTC (rev 275831)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.14
+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=('f1621ddec1ffe64ca01c3216db8663f60ae0bb107521195fc6856119d4b4568f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-debug --enable-vala 
--enable-gtk-doc
+
+  # 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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-07 20:07:10 UTC (rev 275830)
+++ extra-x86_64/PKGBUILD   2016-09-07 20:11:48 UTC (rev 275831)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Michael Kanis 
-
-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/extra-x86_64/PKGBUILD (from rev 275830, 
libchamplain/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-07 20:11:48 UTC (rev 275831)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.14
+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')

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

2015-12-02 Thread Jan Steffens
Date: Wednesday, December 2, 2015 @ 22:34:05
  Author: heftig
Revision: 252140

archrelease: copy trunk to extra-i686, extra-x86_64

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-02 21:33:21 UTC (rev 252139)
+++ extra-i686/PKGBUILD 2015-12-02 21:34:05 UTC (rev 252140)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Michael Kanis 
-
-pkgname=libchamplain
-pkgver=0.12.11
-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=('851e24888d967c10acb8fd878df1292a84b8180eb4c48fc5bfbf1a48896d4aa5')
-
-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/extra-i686/PKGBUILD (from rev 252139, 
libchamplain/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-02 21:34:05 UTC (rev 252140)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.12
+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=('e7de797200a91dba07bd8ba6583a672e1b3dcee842b9b100798925ebde8254a6')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-02 21:33:21 UTC (rev 252139)
+++ extra-x86_64/PKGBUILD   2015-12-02 21:34:05 UTC (rev 252140)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Michael Kanis 
-
-pkgname=libchamplain
-pkgver=0.12.11
-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=('851e24888d967c10acb8fd878df1292a84b8180eb4c48fc5bfbf1a48896d4aa5')
-
-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/extra-x86_64/PKGBUILD (from rev 252139, 
libchamplain/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-02 21:34:05 UTC (rev 252140)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.12
+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')

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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 16:00:53
  Author: jgc
Revision: 247158

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 247157, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247157, 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 247157, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 14:00:53 UTC (rev 247158)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.11
+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=('851e24888d967c10acb8fd878df1292a84b8180eb4c48fc5bfbf1a48896d4aa5')
+
+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 247157, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 14:00:53 UTC (rev 247158)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.11
+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=('851e24888d967c10acb8fd878df1292a84b8180eb4c48fc5bfbf1a48896d4aa5')
+
+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 (4 files)

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 10:28:34
  Author: jgc
Revision: 234202

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 234201, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234201, 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 234201, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 09:28:34 UTC (rev 234202)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 234201, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 09:28:34 UTC (rev 234202)
@@ -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 (4 files)

2014-09-18 Thread Jan de Groot
Date: Thursday, September 18, 2014 @ 22:36:27
  Author: jgc
Revision: 221997

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

+
 /PKGBUILD  |   60 +++
 gnome-unstable-i686/PKGBUILD   |   30 ---
 gnome-unstable-x86_64/PKGBUILD |   30 ---
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-18 20:36:20 UTC (rev 221996)
+++ gnome-unstable-i686/PKGBUILD2014-09-18 20:36:27 UTC (rev 221997)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.8
-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=('cc826fb92f7e362ba781a7301f3e269e4cb837bb9c6684670c5cd2e170435912')
-
-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-i686/PKGBUILD (from rev 221996, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-18 20:36:27 UTC (rev 221997)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-18 20:36:20 UTC (rev 221996)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-18 20:36:27 UTC (rev 221997)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.8
-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=('cc826fb92f7e362ba781a7301f3e269e4cb837bb9c6684670c5cd2e170435912')
-
-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 221996, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-18 20:36:27 UTC (rev 221997)
@@ -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' 

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

2014-09-08 Thread Jan de Groot
Date: Monday, September 8, 2014 @ 12:33:23
  Author: jgc
Revision: 221137

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 221136, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221136, 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 221136, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-08 10:33:23 UTC (rev 221137)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.8
+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=('cc826fb92f7e362ba781a7301f3e269e4cb837bb9c6684670c5cd2e170435912')
+
+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 221136, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-08 10:33:23 UTC (rev 221137)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.8
+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=('cc826fb92f7e362ba781a7301f3e269e4cb837bb9c6684670c5cd2e170435912')
+
+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 (4 files)

2014-02-25 Thread Jan de Groot
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/PKGBUILD2014-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
+}



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

2014-02-06 Thread Jan Steffens
Date: Thursday, February 6, 2014 @ 21:50:44
  Author: heftig
Revision: 205540

archrelease: copy trunk to extra-i686, extra-x86_64

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-06 20:49:59 UTC (rev 205539)
+++ extra-i686/PKGBUILD 2014-02-06 20:50:44 UTC (rev 205540)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.6
-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%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2400ff2f4b25e5441b3a7d988e8ff996c9d2107d0aca101fc22320969db22576')
-
-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/extra-i686/PKGBUILD (from rev 205539, 
libchamplain/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-06 20:50:44 UTC (rev 205540)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.7
+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%.*}/${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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-06 20:49:59 UTC (rev 205539)
+++ extra-x86_64/PKGBUILD   2014-02-06 20:50:44 UTC (rev 205540)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.6
-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%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2400ff2f4b25e5441b3a7d988e8ff996c9d2107d0aca101fc22320969db22576')
-
-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/extra-x86_64/PKGBUILD (from rev 205539, 
libchamplain/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-06 20:50:44 UTC (rev 205540)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.7
+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%.*}/${pkgname}-${pkgver}.tar.xz)

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

2014-02-04 Thread Jan Steffens
Date: Tuesday, February 4, 2014 @ 18:15:14
  Author: heftig
Revision: 205428

archrelease: copy trunk to extra-i686, extra-x86_64

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-04 17:14:24 UTC (rev 205427)
+++ extra-i686/PKGBUILD 2014-02-04 17:15:14 UTC (rev 205428)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.5
-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%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9c937d3775053a7d6b542aad36b16bbb07e02be3adb683ae57d7dcbe89634236')
-
-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/extra-i686/PKGBUILD (from rev 205427, 
libchamplain/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-04 17:15:14 UTC (rev 205428)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.6
+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%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2400ff2f4b25e5441b3a7d988e8ff996c9d2107d0aca101fc22320969db22576')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-04 17:14:24 UTC (rev 205427)
+++ extra-x86_64/PKGBUILD   2014-02-04 17:15:14 UTC (rev 205428)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.5
-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%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9c937d3775053a7d6b542aad36b16bbb07e02be3adb683ae57d7dcbe89634236')
-
-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/extra-x86_64/PKGBUILD (from rev 205427, 
libchamplain/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-04 17:15:14 UTC (rev 205428)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.6
+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%.*}/${pkgname}-${pkgver}.tar.xz)

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

2013-09-18 Thread Jan de Groot
Date: Wednesday, September 18, 2013 @ 15:53:58
  Author: jgc
Revision: 194555

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 194554, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194554, libchamplain/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   31 +++
 gnome-unstable-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 194554, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-18 13:53:58 UTC (rev 194555)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.5
+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=('9c937d3775053a7d6b542aad36b16bbb07e02be3adb683ae57d7dcbe89634236')
+
+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 194554, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-18 13:53:58 UTC (rev 194555)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.5
+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=('9c937d3775053a7d6b542aad36b16bbb07e02be3adb683ae57d7dcbe89634236')
+
+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 (4 files)

2013-06-02 Thread Jan Steffens
Date: Sunday, June 2, 2013 @ 21:42:55
  Author: heftig
Revision: 186991

archrelease: copy trunk to extra-i686, extra-x86_64

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-02 19:42:17 UTC (rev 186990)
+++ extra-i686/PKGBUILD 2013-06-02 19:42:55 UTC (rev 186991)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.4
-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' 'cairo' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493')
-
-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 186990, 
libchamplain/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-02 19:42:55 UTC (rev 186991)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.4
+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=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-02 19:42:17 UTC (rev 186990)
+++ extra-x86_64/PKGBUILD   2013-06-02 19:42:55 UTC (rev 186991)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.4
-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' 'cairo' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493')
-
-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 186990, 
libchamplain/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-06-02 19:42:55 UTC (rev 186991)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.4
+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=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static 

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

2013-05-16 Thread Jan Steffens
Date: Thursday, May 16, 2013 @ 21:22:22
  Author: heftig
Revision: 185652

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /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-05-16 19:22:03 UTC (rev 185651)
+++ extra-i686/PKGBUILD 2013-05-16 19:22:22 UTC (rev 185652)
@@ -1,27 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 185651, 
libchamplain/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 19:22:22 UTC (rev 185652)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.4
+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' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493')
+
+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-05-16 19:22:03 UTC (rev 185651)
+++ extra-x86_64/PKGBUILD   2013-05-16 19:22:22 UTC (rev 185652)
@@ -1,27 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 185651, 
libchamplain/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-16 19:22:22 UTC (rev 185652)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.4
+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' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make 

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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 23:53:52
  Author: jgc
Revision: 180476

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 180475, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180475, libchamplain/trunk/PKGBUILD)

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

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 180475, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 22:53:52 UTC (rev 180476)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 180475, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 22:53:52 UTC (rev 180476)
@@ -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
+}



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

2012-07-19 Thread Jan Steffens
Date: Thursday, July 19, 2012 @ 04:35:19
  Author: heftig
Revision: 163767

archrelease: copy trunk to extra-i686, extra-x86_64

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-19 08:34:09 UTC (rev 163766)
+++ extra-i686/PKGBUILD 2012-07-19 08:35:19 UTC (rev 163767)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@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
-}

Copied: libchamplain/repos/extra-i686/PKGBUILD (from rev 163766, 
libchamplain/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-19 08:35:19 UTC (rev 163767)
@@ -0,0 +1,27 @@
+# $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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-19 08:34:09 UTC (rev 163766)
+++ extra-x86_64/PKGBUILD   2012-07-19 08:35:19 UTC (rev 163767)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@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
-}

Copied: libchamplain/repos/extra-x86_64/PKGBUILD (from rev 163766, 
libchamplain/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-19 08:35:19 UTC (rev 163767)
@@ -0,0 +1,27 @@
+# $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 

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

2012-03-11 Thread Jan Steffens
Date: Sunday, March 11, 2012 @ 21:40:43
  Author: heftig
Revision: 153051

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

+
 gnome-unstable-i686/PKGBUILD   |   54 +++
 gnome-unstable-x86_64/PKGBUILD |   54 +++
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-12 01:39:30 UTC (rev 153050)
+++ gnome-unstable-i686/PKGBUILD2012-03-12 01:40:43 UTC (rev 153051)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.1
-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')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ac51b31ae46d22e1f3200b0e897b18bc5af2832eed24125d2a20adbc1ac232a1')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --disable-static --disable-debug
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 153050, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-12 01:40:43 UTC (rev 153051)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-12 01:39:30 UTC (rev 153050)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-12 01:40:43 UTC (rev 153051)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.1
-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')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ac51b31ae46d22e1f3200b0e897b18bc5af2832eed24125d2a20adbc1ac232a1')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --disable-static --disable-debug
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 153050, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-12 01:40:43 UTC (rev 153051)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@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 

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

2012-03-10 Thread Jan Steffens
Date: Sunday, March 11, 2012 @ 00:57:27
  Author: heftig
Revision: 152983

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 152982, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152982, libchamplain/trunk/PKGBUILD)

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

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 152982, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-11 05:57:27 UTC (rev 152983)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.1
+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')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ac51b31ae46d22e1f3200b0e897b18bc5af2832eed24125d2a20adbc1ac232a1')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static --disable-debug
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152982, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-11 05:57:27 UTC (rev 152983)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.1
+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')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ac51b31ae46d22e1f3200b0e897b18bc5af2832eed24125d2a20adbc1ac232a1')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static --disable-debug
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



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

2011-09-23 Thread Jan Steffens
Date: Friday, September 23, 2011 @ 05:44:46
  Author: heftig
Revision: 138442

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 138441, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138441, libchamplain/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   28 
 gnome-unstable-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 138441, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-23 09:44:46 UTC (rev 138442)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.0
+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=('c6d2b9dc3b8fd1715c95a11b428c9121828953fd02cf301a7eb577c9b5bdba85')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --disable-static --disable-debug \
+--enable-vala
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 138441, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-23 09:44:46 UTC (rev 138442)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.0
+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=('c6d2b9dc3b8fd1715c95a11b428c9121828953fd02cf301a7eb577c9b5bdba85')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --disable-static --disable-debug \
+--enable-vala
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}