lib32-libspectre
LOW
maintainer Ketchup901
0 votes
scanned 2026-09-11 13:22:32.935812
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: Ketchup901 <ketchup901@riseup.net>
2
3
pkgname=lib32-libspectre
4
pkgver=0.2.12
5
pkgrel=1
6
pkgdesc='Small library for rendering Postscript documents (32-bit)'
7
arch=(x86_64)
8
license=(GPL-2.0-or-later)
9
url='https://www.freedesktop.org/wiki/Software/libspectre'
10
depends=(libspectre
11
lib32-ghostscript
12
lib32-glibc)
13
source=(https://libspectre.freedesktop.org/releases/libspectre-$pkgver.tar.gz{,.sig})
14
sha256sums=('55a7517cd3572bd2565df0cf450944a04d5273b279ebb369a895391957f0f960'
15
'SKIP')
16
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org>
17
18
19
build() {
20
cd libspectre-$pkgver
21
22
export CFLAGS+=" -m32"
23
export CXXFLAGS+=" -m32"
24
export LDFLAGS+=" -m32"
25
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
26
27
./configure \
28
--build=i686-pc-linux-gnu \
29
--prefix=/usr \
30
--libdir=/usr/lib32 \
31
--disable-gtk-doc \
32
--disable-test \
33
--disable-static
34
35
make
36
}
37
38
package() {
39
cd libspectre-$pkgver
40
make DESTDIR="$pkgdir" install
41
42
rm -rf -- "${pkgdir:?}/usr/share"
43
rm -rf -- "${pkgdir:?}/usr/include"
44
}
45
46
Changes since previous scan
--- PKGBUILD @ 2026-09-09 00:04+++ PKGBUILD @ 2026-09-11 13:22@@ -3,7 +3,7 @@ pkgname=lib32-libspectre pkgver=0.2.12 pkgrel=1-pkgdesc='Small library for rendering Postscript documents'+pkgdesc='Small library for rendering Postscript documents (32-bit)' arch=(x86_64) license=(GPL-2.0-or-later) url='https://www.freedesktop.org/wiki/Software/libspectre'Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 13:22:32 | Low | 1 |
| 2026-09-09 00:04:09 | Clean | 2 |
| 2026-09-08 19:18:21 | Low | 1 |