Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / geoclue
Commits: 660c89ca by Jan Alexander Steffens (heftig) at 2025-08-31T02:00:28+02:00 2.8.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = geoclue pkgdesc = Modular geoinformation service built on the D-Bus messaging system - pkgver = 2.7.2 + pkgver = 2.8.0 pkgrel = 1 url = https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home arch = x86_64 @@ -22,11 +22,11 @@ pkgbase = geoclue depends = libmm-glib depends = libsoup3 optdepends = libnotify: Demo Agent - provides = geoclue2=2.7.2-1 + provides = geoclue2=2.8.0-1 conflicts = geoclue2 replaces = geoclue2 backup = etc/geoclue/geoclue.conf - source = git+https://gitlab.freedesktop.org/geoclue/geoclue.git#tag=2.7.2 - b2sums = e77c32743762d346e4decdf4893a9299db56f9ef98f7b17633464788ec04dda2d2cfe740192bfbce67acc2e207943ee1af6c723214d8d850cd849e380867e126 + source = git+https://gitlab.freedesktop.org/geoclue/geoclue.git#tag=2.8.0 + b2sums = 5995fad62e62c270622f32e9fa9ec089c78647c9d77ac173424dc00cb9c281bc6aac7f0f8a4851abac5fe341285fda9a8502d0444589074f2ddf25dd1ced71e1 pkgname = geoclue ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: György Balló <ball...@freestart.hu> pkgname=geoclue -pkgver=2.7.2 +pkgver=2.8.0 pkgrel=1 pkgdesc="Modular geoinformation service built on the D-Bus messaging system" url="https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home" @@ -38,12 +38,11 @@ backup=(etc/geoclue/geoclue.conf) source=( "git+https://gitlab.freedesktop.org/geoclue/geoclue.git#tag=$pkgver" ) -b2sums=('e77c32743762d346e4decdf4893a9299db56f9ef98f7b17633464788ec04dda2d2cfe740192bfbce67acc2e207943ee1af6c723214d8d850cd849e380867e126') +b2sums=('5995fad62e62c270622f32e9fa9ec089c78647c9d77ac173424dc00cb9c281bc6aac7f0f8a4851abac5fe341285fda9a8502d0444589074f2ddf25dd1ced71e1') -# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) +# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys) # Note: These are for Arch Linux use ONLY. For your own distribution, please -# get your own set of keys. Feel free to contact foutre...@archlinux.org for -# more information. +# get your own set of keys. _google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM prepare() { @@ -67,9 +66,6 @@ check() { package() { meson install -C build --destdir "$pkgdir" - echo 'u geoclue - "Geoinformation service" /var/lib/geoclue' | - install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/geoclue.conf" - echo 'd /var/lib/geoclue 0755 geoclue geoclue' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/geoclue.conf" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/geoclue/-/commit/660c89ca9fbf73a7474044c1afac7225ba819089 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/geoclue/-/commit/660c89ca9fbf73a7474044c1afac7225ba819089 You're receiving this email because of your account on gitlab.archlinux.org.