glib-networking-32: fix build

This commit is contained in:
Luis
2023-11-17 16:29:14 +00:00
parent c7976eff6c
commit eabf8a3aae
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
glib-networking-32-2.78.0-1
glib-networking-32-2.78.0-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
drwxr-xr-x root/root usr/lib32/gio/
drwxr-xr-x root/root usr/lib32/gio/modules/
-rwxr-xr-x root/root usr/lib32/gio/modules/libgiognutls.so
drwxr-xr-x root/root usr/share/

View File

@@ -3,8 +3,8 @@
name=glib-networking-32
version=2.78.0
release=1
source="https://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/${name%-*}-$version.tar.xz"
release=2
source="https://ftp.gnome.org/pub/gnome/sources/${name%-*}/${version%.*}/${name%-*}-$version.tar.xz"
build() {
export CC="gcc -m32"
@@ -18,4 +18,6 @@ build() {
-Dgnome_proxy=disabled
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
rm -r $PKG/usr/share
}