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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:57:04 UTC 2014


    Date: Friday, September 26, 2014 @ 12:57:04
  Author: jgc
Revision: 223135

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




More information about the arch-commits mailing list