diff options
author | Krassy Boykinov <kboykinov@teamcentrixx.com> | 2024-09-06 10:34:41 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2024-09-06 10:46:10 +0000 |
commit | fcc665c37b00f23de41423a0805bfa723a2de899 (patch) | |
tree | 277bae247dab7c49395b27fcacfd30a6dc0add93 | |
parent | 63bcfbdc587fa0bd09ab775d70f0cc6c190813bb (diff) | |
download | aports-fcc665c37b00f23de41423a0805bfa723a2de899.zip |
community/geoclue: upgrade to 2.7.2
* mozilla location service removed with this release
-rw-r--r-- | community/geoclue/APKBUILD | 16 | ||||
-rw-r--r-- | community/geoclue/mozilla-location.keys | 1 |
2 files changed, 4 insertions, 13 deletions
diff --git a/community/geoclue/APKBUILD b/community/geoclue/APKBUILD index c64c85362be..2269b8794ff 100644 --- a/community/geoclue/APKBUILD +++ b/community/geoclue/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=geoclue -pkgver=2.7.1 -pkgrel=1 +pkgver=2.7.2 +pkgrel=0 pkgdesc="dbus geolocation service" url="https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home" arch="all" @@ -18,10 +18,7 @@ makedepends=" " subpackages="$pkgname-dev $pkgname-doc" install="$pkgname.pre-install" -source=" - https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/$pkgver/geoclue-$pkgver.tar.bz2 - mozilla-location.keys - " +source="https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/$pkgver/geoclue-$pkgver.tar.bz2" case "$CARCH" in s390x|riscv64) @@ -34,16 +31,12 @@ case "$CARCH" in esac build() { - # these keys are for alpine linux use only - local mozkey - mozkey="$(base64 -d "$srcdir"/mozilla-location.keys)" abuild-meson \ -Db_lto=true \ -Ddbus-srv-user=geoclue \ -Ddbus-sys-dir=/usr/share/dbus-1/system.d \ -Dgtk-doc=false \ -Dintrospection=true \ - -Dmozilla-api-key="$mozkey" \ $_arch_opts \ build meson compile -C build @@ -58,6 +51,5 @@ package() { } sha512sums=" -972663a6f8c969d0e1a5f911af2b8afed486d5c0ba06dadc19bcfbe1ea22cef10243b2bd0084e5c45b70977cfa5650c8f15f760e4bc4e7dbd946745b67c9188b geoclue-2.7.1.tar.bz2 -382510375b1a2fa79be0ab79e3391a021ae2c022429ffbaa7e7a69166f99bb56d01e59a1b10688592a29238f21c9d6977672bd77f9fae439b66bdfe0c55ddb15 mozilla-location.keys +2300fca3c088f1bef29ecf1b5c82f6e91fcf886f3aa9ce1e53054e0c430fb3fc810ae8f580469a7975942c5a4852c75bac123a58c7c389d0ef116dc324d6463c geoclue-2.7.2.tar.bz2 " diff --git a/community/geoclue/mozilla-location.keys b/community/geoclue/mozilla-location.keys deleted file mode 100644 index 8a3262d9674..00000000000 --- a/community/geoclue/mozilla-location.keys +++ /dev/null @@ -1 +0,0 @@ -NjhhZGJjMDEtMDM3OC00Zjc0LTk0N2UtMzBiYzA5NjlhMDc3Cg== |