mobile-broadband-provider-info: 20230416 -> 20240407

This commit is contained in:
Tim Biermann 2024-05-02 20:10:27 +02:00
parent a1310db721
commit efd93a0591
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3woUKbtWuaL7AiyV7Ha0SIVK+r/VyWN8bSTzVQ4wlIeRtFHPzeQ13bsVhXEPLGHeq53NOjHgKKpIzbG5STaT8QA=
SHA256 (Pkgfile) = da2ec000cf17ca2e7b78d94176927fb8912cc3159a86e1d2325dbd10705423bd
RWSagIOpLGJF38yM4C/TOjhIAuvVzQFWGV5GMAgSWMghDRer2k9NQZ/NtDh/fM6dY0g6gE+6lYGgXkxlJHp6F1nZR6qXg15yvQ4=
SHA256 (Pkgfile) = 3a66df596acb00a8253cb7c1922fbed9a22705c69e1bdede7d7d003abeb0d6e8
SHA256 (.footprint) = 85e2b10dcf03e680e692ba95c13fcb1a9849940e6d1d0ed0a88b7c54d3ad51f0
SHA256 (mobile-broadband-provider-info-20230416.tar.xz) = e3e140aa2db769b299d1df86a890e948ab99d4d38831302c452d1fb7f8568aec
SHA256 (mobile-broadband-provider-info-20240407.tar.xz) = 89bfeff215f4bff8e9c3ff2ec25250fdb080d11e9bfa59c6fc71982ac01c814a

View File

@ -4,14 +4,17 @@
# Depends on: glibc libxslt
name=mobile-broadband-provider-info
version=20230416
version=20240407
release=1
source=(https://ftp.gnome.org/pub/gnome/sources/$name/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
meson compile -C build
DESTDIR=$PKG meson install -C build
}