ports/contrib (3.6): Revert "feh: dropped port"
commit 65d301216435f440fb24e1cf001dfb856e889f6f Author: Matt Housh <jaeger@crux.ninja> Date: Thu Dec 2 17:44:12 2021 -0600 Revert "feh: dropped port" This reverts commit 6183ffeaf3f88513c46fc6cd0852f6bc448d6d73. diff --git a/feh/.footprint b/feh/.footprint new file mode 100644 index 000000000..37f4e5477 --- /dev/null +++ b/feh/.footprint @@ -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 diff --git a/feh/.signature b/feh/.signature new file mode 100644 index 000000000..69d1b2acf --- /dev/null +++ b/feh/.signature @@ -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 diff --git a/feh/Pkgfile b/feh/Pkgfile new file mode 100644 index 000000000..eb93fac98 --- /dev/null +++ b/feh/Pkgfile @@ -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 +}
participants (1)
-
crux@crux.nu