lib32-glib-networking

LOW
maintainer orphaned 0 votes scanned 2026-08-23 11:20:29.798052
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2# Contributor: josephgbr <rafael.f.f1@gmail.com>
3
4pkgname=lib32-glib-networking
5pkgver=2.80.1
6pkgrel=1
7epoch=1
8pkgdesc="Network extensions for GLib (32-bit)"
9url="https://gitlab.gnome.org/GNOME/glib-networking"
10arch=(x86_64)
11license=(LGPL-2.1-or-later)
12depends=(
13 glib-networking
14 gsettings-system-schemas
15 lib32-glib2
16 lib32-glibc
17 lib32-gnutls
18 lib32-libproxy
19)
20makedepends=(
21 git
22 gsettings-desktop-schemas
23 meson
24)
25checkdepends=(ca-certificates)
26source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${pkgver/[a-z]/.&}")
27b2sums=('fcaacb1c1d29d38c59fb17f7c8821b6ed7f46f60751d9d6d8484a73b86e0614499aded8e49e27de2e68e775720cb0fc59daf2d995eebb8ac3606d4bb4854a123')
28
29prepare() {
30 cd glib-networking
31}
32
33build() {
34 arch-meson glib-networking build --cross-file lib32
35 meson compile -C build
36}
37
38check() {
39 meson test -vC build --print-errorlogs
40}
41
42package() {
43 meson install -C build --destdir "$pkgdir"
44 rm -r "$pkgdir"/usr/{lib,share}
45}
46
47# vim:set sw=2 sts=-1 et:
48

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 11:20:29 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion