Date: Wednesday, January 27, 2021 @ 16:54:37 Author: heftig Revision: 406827
2.5.7-2 Modified: geoclue/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-27 16:54:26 UTC (rev 406826) +++ PKGBUILD 2021-01-27 16:54:37 UTC (rev 406827) @@ -3,7 +3,7 @@ pkgname=geoclue pkgver=2.5.7 -pkgrel=1 +pkgrel=2 pkgdesc="Modular geoinformation service built on the D-Bus messaging system" arch=(x86_64) url="https://www.freedesktop.org/wiki/Software/GeoClue/" @@ -26,7 +26,15 @@ prepare() { cd $pkgname + + # config patches (configurable hardcoded API key) git cherry-pick -n 95c9ad4dc176 1a00809a0d89 + + # https://sources.debian.org/patches/geoclue-2.0/2.5.7-2/ + git cherry-pick -n f9347ca7d51b c3eba034eb03 12445fb134ee + + # https://sources.debian.org/patches/geoclue-2.0/2.5.7-2/fix-nowifi-query.patch/ + git revert -n 194529c7e712 715cfbf5bec8 } build() {
