Revert "feh: dropped port"

This reverts commit 6183ffeaf3f88513c46fc6cd0852f6bc448d6d73.
This commit is contained in:
Matt Housh 2021-12-02 17:44:12 -06:00
parent fdd6434956
commit 65d3012164
3 changed files with 47 additions and 0 deletions

26
feh/.footprint Normal file
View File

@ -0,0 +1,26 @@
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

5
feh/.signature Normal file
View File

@ -0,0 +1,5 @@
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

16
feh/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# 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
}