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

Jan de Groot jgc at archlinux.org
Thu Sep 4 21:06:13 UTC 2014


    Date: Thursday, September 4, 2014 @ 23:06:13
  Author: jgc
Revision: 220991

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

Added:
  geocode-glib/repos/gnome-unstable-i686/
  geocode-glib/repos/gnome-unstable-i686/PKGBUILD
    (from rev 220990, geocode-glib/trunk/PKGBUILD)
  geocode-glib/repos/gnome-unstable-x86_64/
  geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 220990, geocode-glib/trunk/PKGBUILD)

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

Copied: geocode-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 220990, geocode-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-04 21:06:13 UTC (rev 220991)
@@ -0,0 +1,27 @@
+#$Id:
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=geocode-glib
+pkgver=3.13.3
+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' 'python2')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed0bf25441b9713cd430a7a1da99c14e5e3d5d374d363e306a3702e4c20224df')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 220990, geocode-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-04 21:06:13 UTC (rev 220991)
@@ -0,0 +1,27 @@
+#$Id:
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=geocode-glib
+pkgver=3.13.3
+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' 'python2')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed0bf25441b9713cd430a7a1da99c14e5e3d5d374d363e306a3702e4c20224df')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+




More information about the arch-commits mailing list