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

Jan Steffens heftig at archlinux.org
Thu Mar 30 19:49:52 UTC 2017


    Date: Thursday, March 30, 2017 @ 19:49:52
  Author: heftig
Revision: 291875

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

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

Copied: geocode-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 291874, geocode-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-03-30 19:49:52 UTC (rev 291875)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=geocode-glib
+pkgver=3.23.90
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
+options=(!emptydirs)
+_commit=537eb30d0479588053cde1336e1a93c1d66b7493  # tags/3.23.90^0
+source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Copied: geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291874, geocode-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-03-30 19:49:52 UTC (rev 291875)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=geocode-glib
+pkgver=3.23.90
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
+options=(!emptydirs)
+_commit=537eb30d0479588053cde1336e1a93c1d66b7493  # tags/3.23.90^0
+source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list