diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-12-02 17:44:12 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-12-02 17:44:12 -0600 |
commit | 65d301216435f440fb24e1cf001dfb856e889f6f (patch) | |
tree | 5376bf817639ab466c8be022f33bf1b3f140f012 /feh | |
parent | fdd6434956235c23f645cd0c3dcc238352d2ea20 (diff) | |
download | contrib-65d301216435f440fb24e1cf001dfb856e889f6f.tar.gz contrib-65d301216435f440fb24e1cf001dfb856e889f6f.tar.xz |
Revert "feh: dropped port"
This reverts commit 6183ffeaf3f88513c46fc6cd0852f6bc448d6d73.
Diffstat (limited to 'feh')
-rw-r--r-- | feh/.footprint | 26 | ||||
-rw-r--r-- | feh/.signature | 5 | ||||
-rw-r--r-- | feh/Pkgfile | 16 |
3 files changed, 47 insertions, 0 deletions
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 +} |