lib32-dbus-glib

LOW
maintainer orphaned 0 votes scanned 2026-08-23 13:20:29.873780
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: Martin Wimpress <code@flexion.org>
3# Contributor: josephgbr <rafael.f.f1@gmail.com>
4
5pkgname=lib32-dbus-glib
6pkgver=0.114
7pkgrel=1
8pkgdesc='GLib bindings for DBUS'
9arch=(x86_64)
10license=(GPL)
11url=https://www.freedesktop.org/wiki/Software/DBusBindings
12depends=(
13 dbus-glib
14 lib32-glib2
15 lib32-glibc
16 lib32-dbus
17)
18makedepends=(
19 git
20 glib2-devel
21 gtk-doc
22 lib32-expat
23 python
24)
25_tag=623a4f3386a675060335e20afd810c6e10ae2cc8
26source=(git+https://gitlab.freedesktop.org/dbus/dbus-glib.git#tag=${_tag})
27validpgpkeys=(DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90) # Simon McVittie <smcv@collabora.com>
28b2sums=('54a1ac02b863520fbda6d23d30fcce19c1adb9b55ea46afc399c6d4ef8660766fd39e804be56e5010b5d1fa7a24131a247ef3bbcd8d49cf3a8373c28b9d77e7c')
29
30prepare() {
31 cd dbus-glib
32 ./autogen.sh \
33 --no-configure
34}
35
36pkgver() {
37 cd dbus-glib
38 git describe --tags | sed 's/dbus-glib-//'
39}
40
41build() {
42 cd dbus-glib
43
44 export CC='gcc -m32'
45 export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
46
47 ./configure \
48 --prefix=/usr \
49 --libdir=/usr/lib32 \
50 --localstatedir=/var \
51 --sysconfdir=/etc \
52 --disable-bash-completion \
53 --disable-checks \
54 --disable-gtk-doc \
55 --disable-static
56 make
57}
58
59package() {
60 make DESTDIR="${pkgdir}" install -C dbus-glib
61 rm -rf "${pkgdir}"/usr/{bin,include,share}
62}
63
64# vim: ts=2 sw=2 et:
65

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 13: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