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

Jan de Groot jgc at archlinux.org
Fri Sep 15 14:12:53 UTC 2017


    Date: Friday, September 15, 2017 @ 14:12:52
  Author: jgc
Revision: 305604

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

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

Copied: geocode-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 305603, geocode-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-15 14:12:52 UTC (rev 305604)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=geocode-glib
+pkgver=3.25.4.1
+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 meson)
+options=(!emptydirs)
+_commit=a811227fce460f3ac319f689ff927ab37427b84b  # tags/3.25.4.1^0
+source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+check() {
+  cd build
+  # Needs sv_SE.utf8, will not pass in chroot
+  #meson test
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/' icons/meson.build
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release -Denable-installed-tests=false ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+

Copied: geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305603, geocode-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-15 14:12:52 UTC (rev 305604)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=geocode-glib
+pkgver=3.25.4.1
+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 meson)
+options=(!emptydirs)
+_commit=a811227fce460f3ac319f689ff927ab37427b84b  # tags/3.25.4.1^0
+source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+check() {
+  cd build
+  # Needs sv_SE.utf8, will not pass in chroot
+  #meson test
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/' icons/meson.build
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release -Denable-installed-tests=false ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+



More information about the arch-commits mailing list