[arch-commits] Commit in geocode-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Jun 5 20:01:41 UTC 2018


    Date: Tuesday, June 5, 2018 @ 20:01:40
  Author: heftig
Revision: 325942

archrelease: copy trunk to extra-x86_64

Added:
  geocode-glib/repos/extra-x86_64/PKGBUILD
    (from rev 325941, geocode-glib/trunk/PKGBUILD)
Deleted:
  geocode-glib/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 42 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 20:00:52 UTC (rev 325941)
+++ PKGBUILD	2018-06-05 20:01:40 UTC (rev 325942)
@@ -1,46 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 325941, geocode-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 20:01:40 UTC (rev 325942)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=geocode-glib
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(intltool gobject-introspection git gtk-doc meson)
+_commit=da3cf65f09dbfbf0fe417e20b469d146255d5234  # tags/3.26.0^0
+source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/' icons/meson.build
+}
+
+build() {
+  arch-meson $pkgname build -D enable-installed-tests=false
+  ninja -C build
+}
+
+check() {
+  cd build
+  # Needs sv_SE.utf8, will not pass in chroot
+  #meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+



More information about the arch-commits mailing list