From 419de4433db75adf443a719f99a22b7e8ddb81c7 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Thu, 4 Mar 2021 09:31:16 +0000 Subject: [PATCH] qiv: deleted unmaintained port --- qiv/.footprint | 11 ----------- qiv/.signature | 5 ----- qiv/Pkgfile | 18 ------------------ 3 files changed, 34 deletions(-) delete mode 100644 qiv/.footprint delete mode 100644 qiv/.signature delete mode 100644 qiv/Pkgfile diff --git a/qiv/.footprint b/qiv/.footprint deleted file mode 100644 index b4eecddeb..000000000 --- a/qiv/.footprint +++ /dev/null @@ -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 diff --git a/qiv/.signature b/qiv/.signature deleted file mode 100644 index 47b3c9a78..000000000 --- a/qiv/.signature +++ /dev/null @@ -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 diff --git a/qiv/Pkgfile b/qiv/Pkgfile deleted file mode 100644 index 1f7054ee3..000000000 --- a/qiv/Pkgfile +++ /dev/null @@ -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 -}