From 8c65c0bf13752c6957fd51335772d6d873b351bf Mon Sep 17 00:00:00 2001 From: Freemor Date: Tue, 11 May 2021 22:07:40 -0300 Subject: Freshen up [nonprism-geoclue] Bring to current version Added the file geoclue.conf. But it need to be added to the PKGBUILD yet. It isn't strictly necessary as we compile with all trackers disabled.. But would be a nice touch to have the config file also sset everything to false/disabled. --- nonprism-testing/geoclue/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'nonprism-testing/geoclue/PKGBUILD') diff --git a/nonprism-testing/geoclue/PKGBUILD b/nonprism-testing/geoclue/PKGBUILD index ba3537bac..c59e9985a 100644 --- a/nonprism-testing/geoclue/PKGBUILD +++ b/nonprism-testing/geoclue/PKGBUILD @@ -12,9 +12,8 @@ pkgname=geoclue -pkgver=2.5.6 -pkgrel=1 -pkgrel+=.nonprism1 +pkgver=2.5.7 +pkgrel=3 pkgdesc="Modular geoinformation service built on the D-Bus messaging system" arch=(x86_64) url="https://www.freedesktop.org/wiki/Software/GeoClue/" @@ -26,7 +25,7 @@ provides=("geoclue2=$pkgver-$pkgrel") conflicts=(geoclue2) replaces=(geoclue2) backup=(etc/geoclue/geoclue.conf) -_commit=555d676a91494b98ad0d52639590608a9594a8d3 # tags/2.5.6^0 +_commit=3bb60dd600a8b247fd6049e7e5b1c73c2c5fc0e8 # tags/2.5.7 source=("git+https://gitlab.freedesktop.org/geoclue/geoclue.git#commit=$_commit") sha256sums=('SKIP') @@ -37,7 +36,10 @@ pkgver() { prepare() { cd $pkgname + + # config patches (configurable hardcoded API key) git cherry-pick -n 95c9ad4dc176 1a00809a0d89 + } build() { -- cgit v1.2.3