diff options
author | Freemor <freemor@freemor.ca> | 2021-05-11 22:07:40 -0300 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2021-05-11 22:07:40 -0300 |
commit | 8c65c0bf13752c6957fd51335772d6d873b351bf (patch) | |
tree | e7f844d3f52110bb1eac84aac56c84c175176228 /nonprism-testing/geoclue/PKGBUILD | |
parent | a870d0ea0562155c01f84632c7aadd4a0e6a6e64 (diff) | |
download | abslibre-8c65c0bf13752c6957fd51335772d6d873b351bf.tar.gz abslibre-8c65c0bf13752c6957fd51335772d6d873b351bf.tar.bz2 abslibre-8c65c0bf13752c6957fd51335772d6d873b351bf.zip |
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.
Diffstat (limited to 'nonprism-testing/geoclue/PKGBUILD')
-rw-r--r-- | nonprism-testing/geoclue/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
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() { |