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

Jan Steffens heftig at gemini.archlinux.org
Wed Mar 30 20:00:32 UTC 2022


    Date: Wednesday, March 30, 2022 @ 20:00:32
  Author: heftig
Revision: 441009

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 20:00:01 UTC (rev 441008)
+++ PKGBUILD	2022-03-30 20:00:32 UTC (rev 441009)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=geocode-glib
-pkgver=3.26.2+r9+g6047da3
-pkgrel=1
-pkgdesc="Helper library for geocoding services"
-url="https://gitlab.gnome.org/GNOME/geocode-glib"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 json-glib libsoup)
-makedepends=(gobject-introspection git gtk-doc meson)
-provides=(libgeocode-glib.so)
-_commit=6047da31cfeb7f9fb33499dcc8db3b6fabc75428  # master
-source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D enable-installed-tests=false
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-

Copied: geocode-glib/repos/extra-x86_64/PKGBUILD (from rev 441008, geocode-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-30 20:00:32 UTC (rev 441009)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=geocode-glib
+pkgver=3.26.2+r9+g6047da3
+pkgrel=2
+pkgdesc="Helper library for geocoding services"
+url="https://gitlab.gnome.org/GNOME/geocode-glib"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(gobject-introspection git gtk-doc meson)
+provides=(libgeocode-glib.so)
+options=(debug)
+_commit=6047da31cfeb7f9fb33499dcc8db3b6fabc75428  # master
+source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable-installed-tests=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+



More information about the arch-commits mailing list