1
0
forked from ports/contrib

feh: dropped port

This commit is contained in:
Tim Biermann 2021-07-28 15:09:26 +02:00
parent 090822c08a
commit 6183ffeaf3
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 47 deletions

@ -1,26 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/feh
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/feh.desktop
drwxr-xr-x root/root usr/share/feh/
drwxr-xr-x root/root usr/share/feh/fonts/
-rw-r--r-- root/root usr/share/feh/fonts/black.style
-rw-r--r-- root/root usr/share/feh/fonts/menu.style
-rw-r--r-- root/root usr/share/feh/fonts/yudit.ttf
drwxr-xr-x root/root usr/share/feh/images/
-rw-r--r-- root/root usr/share/feh/images/feh.png
-rw-r--r-- root/root usr/share/feh/images/feh.svg
-rw-r--r-- root/root usr/share/feh/images/menubg_default.png
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/feh.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/feh.svg
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/feh.1.gz

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32FE5V1P5vYybNyApuBIScssWRkWGRz46b9Gny0bfTHUdQcAAqdiRmDPvoV/iiRPFW8hAF1+iN2AnPagtDrQ4Ac=
SHA256 (Pkgfile) = 6b53c79e6fb96981f188f1ea5cff4f43ea05c38921aa603f0af955542bb6d009
SHA256 (.footprint) = 506a674e74114ca3c2077905aaf3ee040c6f0baf17430f22c11215dfa6b0bff8
SHA256 (feh-3.7.1.tar.bz2) = 57ab1ca61f57c96595878069f550d36f518530f88fa31b74cc39cd739f9258b6

@ -1,16 +0,0 @@
# Description: A fast commandline-driven image viewer for X.
# URL: https://feh.finalrewind.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: giblib harfbuzz xorg-libxinerama xorg-libxt
name=feh
version=3.7.1
release=1
source=(https://feh.finalrewind.org/feh-$version.tar.bz2)
build() {
cd $name-$version
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}