lib32-xcb-util

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 : Ionut Biru <ibiru@archlinux.org>
2
3_pkgbasename=xcb-util
4pkgname=lib32-xcb-util
5pkgver=0.4.1
6pkgrel=2
7pkgdesc="Utility libraries for XC Binding (32-bit)"
8arch=('x86_64')
9url="https://xcb.freedesktop.org"
10license=('custom')
11depends=('lib32-glibc' 'lib32-libxcb' $_pkgbasename)
12makedepends=('gperf' 'xorgproto')
13source=(https://xcb.freedesktop.org/dist/${_pkgbasename}-${pkgver}.tar.xz)
14sha512sums=('da67f2f017d2a1788dcf35f28d6956e171303a622a1dd085cd3d69fdb2ed77965d83c557cc926ebf9b32e905eb2cbb5921987250192d78a2f5edc4d437ed7d2b')
15
16build() {
17 export CC="gcc -m32"
18 export CXX="g++ -m32"
19 export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
20
21 cd "${srcdir}/${_pkgbasename}-${pkgver}"
22 ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
23 make
24}
25
26package() {
27 cd "${srcdir}/${_pkgbasename}-${pkgver}"
28 make DESTDIR="${pkgdir}" install
29
30 rm -rf "${pkgdir}"/usr/{include,share}
31 mkdir -p "$pkgdir/usr/share/licenses"
32 ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
33}
34

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