Skip to content
Snippets Groups Projects
Commit 15754d55 authored by Krassy Boykinov's avatar Krassy Boykinov Committed by Natanael Copa
Browse files

community/mobile-broadband-provider-info: upgrade to 20240407

parent e7d30630
No related branches found
No related tags found
1 merge request!65295community/mobile-broadband-provider-info: upgrade to 20240407
Pipeline #232199 skipped
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mobile-broadband-provider-info
pkgver=20230416
pkgver=20240407
pkgrel=0
pkgdesc="Mobile broadband settings for various service providers"
url="https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/"
arch="noarch"
license="CC-PDDC"
makedepends="autoconf automake libxml2-utils libxslt"
makedepends="libxml2-utils libxslt meson"
source="https://download.gnome.org/sources/mobile-broadband-provider-info/$pkgver/mobile-broadband-provider-info-$pkgver.tar.xz"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr
make
abuild-meson . output
meson compile -C output
}
check() {
make check
meson test -C output
}
package() {
make DESTDIR="$pkgdir" install
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
fd6be1387284b31fa300fe59244a5d2d65c9851037f78b540d8d907c9bedd1ec24a8d23bf66403a30995ddb4791b7cb746952d9438c08c846906f6825c44dd9b mobile-broadband-provider-info-20230416.tar.xz
988d6a2b455580d16dd60f19f0057f440e5f9e57ea84723440c515039b23e1d76d77f18c0316ea5ca43eb2ed291c44c290c83b1e965df09ed75176c8df9728cd mobile-broadband-provider-info-20240407.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment