lib32-glib-networking
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 11:20:29.798052
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
4
pkgname=lib32-glib-networking
5
pkgver=2.80.1
6
pkgrel=1
7
epoch=1
8
pkgdesc="Network extensions for GLib (32-bit)"
9
url="https://gitlab.gnome.org/GNOME/glib-networking"
10
arch=(x86_64)
11
license=(LGPL-2.1-or-later)
12
depends=(
13
glib-networking
14
gsettings-system-schemas
15
lib32-glib2
16
lib32-glibc
17
lib32-gnutls
18
lib32-libproxy
19
)
20
makedepends=(
21
git
22
gsettings-desktop-schemas
23
meson
24
)
25
checkdepends=(ca-certificates)
26
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${pkgver/[a-z]/.&}")
27
b2sums=('fcaacb1c1d29d38c59fb17f7c8821b6ed7f46f60751d9d6d8484a73b86e0614499aded8e49e27de2e68e775720cb0fc59daf2d995eebb8ac3606d4bb4854a123')
28
29
prepare() {
30
cd glib-networking
31
}
32
33
build() {
34
arch-meson glib-networking build --cross-file lib32
35
meson compile -C build
36
}
37
38
check() {
39
meson test -vC build --print-errorlogs
40
}
41
42
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 1 |