pnm2ppa
MEDIUM
maintainer pmattern
15 votes
scanned 2026-09-13 19:15:06.142757
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Vincent B. <vb at luminar dot eu dot org>
2
# Contributor: yugrotavele <yugrotavele at archlinux dot us>
3
# Contributor: Peter Baldwin <bald_pete@hotmail.com>
4
# Contributor: Matěj Týč <matej.tyc@gmail.com>
5
6
pkgname=pnm2ppa
7
pkgver=1.13
8
pkgrel=2
9
pkgdesc="Ghostscript print filter for owners of HP DeskJet 710C, 712C, 720C, 722C, 820Cse, 820Cxi, 1000Cse, or 1000Cxi printers."
10
arch=('armv6' 'armv7h' 'aarch64' 'i686' 'x86_64')
11
url="http://pnm2ppa.sourceforge.net/"
12
license=('GPL')
13
depends=(ghostscript cups glibc cups-filters)
14
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
15
HP-DeskJet_710C-pnm2ppa.ppd
16
HP-DeskJet_712C-pnm2ppa.ppd
17
HP-DeskJet_720C-pnm2ppa.ppd
18
HP-DeskJet_722C-pnm2ppa.ppd
19
HP-DeskJet_820C-pnm2ppa.ppd
20
HP-DeskJet_1000C-pnm2ppa.ppd
21
missing-static.patch)
22
sha256sums=('1c50ea2c97b232f5bee6ac3fab408d64b6f1380f1e289ac278778a7e368e7379'
23
'c84a1764967267be639344834376fffa84943f2aa17c13cd988c9a29f1c012f7'
24
'2af636a6650492e2ffc183d345b89870d2f20609a5bc72ae6438e325c368b752'
25
'b6f28b053040a60c36be7f67f730275a238dc56f9d8348074d3d2d9d523361dc'
26
'ce264686783ab6d1431c6cd03286e59382288b7a910ab18ee2242baa876a6435'
27
'bd96f78c9827d77c164af5d5fb5f049f6dbf63e6d6b178022f2424cb2571eb23'
28
'68cdaad4d2a70bcc948c72d93514f158487b06b8866084f551f54202940236f6'
29
'cbce5bea61890b5a293f7c55181ab1e25b0b504597445be5870a6b0add1198ab')
30
31
build() {
32
cd "$srcdir/$pkgname-$pkgver"
33
./configure --prefix=/usr --sysconfdir=/etc --enable-syslog --disable-debug --enable-vlink --with-language=EN
34
patch < ../../missing-static.patch
35
make
36
}
37
38
package() {
39
cd "$srcdir/$pkgname-$pkgver"
40
make DESTDIR="$pkgdir" install
41
mkdir -p $pkgdir/usr/share/cups/model/
42
cd "$startdir"
43
cp HP-DeskJet_{1000C,710C,712C,720C,722C,820C}-pnm2ppa.ppd $pkgdir/usr/share/cups/model/
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 19:15:06 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |