qiv: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:31:16 +00:00
parent 52c25caafd
commit 419de4433d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 34 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/qiv
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/qiv.desktop
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/qiv.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/qiv.png

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF373++g0jzeff1WXr9NYTAWVN+4DtlCOad9m7+FsQjxehB9SVkOMNhAVbyl893FuGsKLGjErCd/BWSW9lDI8fvgg=
SHA256 (Pkgfile) = 2acf24c830d6c9539714f888b47d7620c16baf9ec8a4ea976cd55c9a3e818e84
SHA256 (.footprint) = 8521ea0faf0f44d22d25600cc7c6d391a05d67376622a51adca3e4a6169cbec0
SHA256 (qiv-2.3.2.tgz) = 48e0a088a0d5cf5fac2314a60b3aed62c4913e792627f64f03986865ad7080d5

View File

@ -1,18 +0,0 @@
# Description: Very small and pretty fast gdk/Imlib2 image viewer
# URL: http://spiegl.de/qiv/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: imlib2 gtk lcms2 libexif
name=qiv
version=2.3.2
release=1
source=(https://spiegl.de/qiv/download/$name-$version.tgz)
build () {
cd $name-$version
sed -i -e 's,)/man/,)/share/man/,' \
-e '/qiv -f/,+4d' Makefile
make
make COMPRESS_PROG="/bin/true" PREFIX=$PKG/usr install
}