Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / lib32-libnm
Commits: bb2965b2 by Jan Alexander Steffens (heftig) at 2023-08-09T18:56:36+02:00 1.44.0-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ # Contributor: Ryszard Knop <[email protected]> pkgname=lib32-libnm -pkgver=1.42.8 +pkgver=1.44.0 pkgrel=1 pkgdesc="NetworkManager client library (32-bit)" url="https://networkmanager.dev/" @@ -33,7 +33,7 @@ makedepends=( meson ) provides=(libnm.so) -_commit=7c6da25396162ba05ffa71f00e227351dc1452b6 # tags/1.42.8^0 +_commit=d56e49a4ecc2b03b46f3387b837afc87e99c4bfa # tags/1.44.0^0 source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit") b2sums=('SKIP') @@ -47,13 +47,10 @@ prepare() { } build() { - export CC='gcc -m32' - export CXX='g++ -m32' - export PKG_CONFIG=i686-pc-linux-gnu-pkg-config - local meson_options=( + --cross-file lib32 + # system paths - --libdir=/usr/lib32 -D dbus_conf_dir=/usr/share/dbus-1/system.d # platform @@ -79,7 +76,6 @@ build() { # configuration plugins -D config_plugins_default=keyfile - -D ifcfg_rh=false -D ifupdown=false # handlers for resolv.conf View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libnm/-/commit/bb2965b234ff81578895cdddf6664abf8b0ad27e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libnm/-/commit/bb2965b234ff81578895cdddf6664abf8b0ad27e You're receiving this email because of your account on gitlab.archlinux.org.
