From efd93a0591e67ac2b76d84f6807b8c6d57e78ee4 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Thu, 2 May 2024 20:10:27 +0200 Subject: [PATCH] mobile-broadband-provider-info: 20230416 -> 20240407 --- mobile-broadband-provider-info/.signature | 6 +++--- mobile-broadband-provider-info/Pkgfile | 15 +++++++++------ 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/mobile-broadband-provider-info/.signature b/mobile-broadband-provider-info/.signature index ccf6a3f81..052850e4f 100644 --- a/mobile-broadband-provider-info/.signature +++ b/mobile-broadband-provider-info/.signature @@ -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 diff --git a/mobile-broadband-provider-info/Pkgfile b/mobile-broadband-provider-info/Pkgfile index 795d35056..2fe825a0b 100644 --- a/mobile-broadband-provider-info/Pkgfile +++ b/mobile-broadband-provider-info/Pkgfile @@ -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 }