mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/mobile-broadband-provider-info: upgrade to 20240407
This commit is contained in:
parent
e7d30630df
commit
15754d558f
@ -1,31 +1,28 @@
|
||||
# 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
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user