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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:37:12 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:37:12
  Author: jgc
Revision: 234881

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

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

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

Copied: geocode-glib/repos/testing-i686/PKGBUILD (from rev 234786, geocode-glib/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:37:12 UTC (rev 234881)
@@ -0,0 +1,27 @@
+#$Id:
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=geocode-glib
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Geocode Helper library"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://git.gnome.org/browse/geocode-glib/"
+depends=('glib2' 'json-glib' 'libsoup')
+makedepends=('intltool' 'gobject-introspection')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('125f4838ac90c4e372a01f997a1ae34c873ee4ed87e04319986619dd26d86eb1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: geocode-glib/repos/testing-x86_64/PKGBUILD (from rev 234786, geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:37:12 UTC (rev 234881)
@@ -0,0 +1,27 @@
+#$Id:
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=geocode-glib
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Geocode Helper library"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://git.gnome.org/browse/geocode-glib/"
+depends=('glib2' 'json-glib' 'libsoup')
+makedepends=('intltool' 'gobject-introspection')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('125f4838ac90c4e372a01f997a1ae34c873ee4ed87e04319986619dd26d86eb1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list