summaryrefslogtreecommitdiff
path: root/feh
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-02-24 10:36:52 +0000
committerTim Biermann <tbier@posteo.de>2021-02-24 10:36:52 +0000
commite270fb1061e47a28debe7b246eb041aea745c0c2 (patch)
tree818a9bba525cbb4ddeeabb5024fd026350630f11 /feh
parent5ad78f9aa3079651c1db1d922265a9c89fbfca43 (diff)
downloadcontrib-e270fb1061e47a28debe7b246eb041aea745c0c2.tar.gz
contrib-e270fb1061e47a28debe7b246eb041aea745c0c2.tar.xz
feh: adopted port
Diffstat (limited to 'feh')
-rw-r--r--feh/.signature4
-rw-r--r--feh/Pkgfile12
2 files changed, 8 insertions, 8 deletions
diff --git a/feh/.signature b/feh/.signature
index 4157ad925..c079ce4ee 100644
--- a/feh/.signature
+++ b/feh/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF33R7H5kBbM98VAdfWirCs5yC19NJ+P3qMF/yrWt5SQmIOeZo7nP/10DqpKNA20L+MStDSRKb+bNsj2j8PchzRwI=
-SHA256 (Pkgfile) = 87972d2b11fb80d54ad68f5bc5a628900c3d7f15cf906da63d9e7d5852c332a8
+RWSagIOpLGJF301/u3fFPZC/sLMA5lDhG5LF6DJGmVRzy0clOrUAO5lB5sDR3WRN2vUXK3bkEZhUouliebO1LbYMMvP/33hnCAw=
+SHA256 (Pkgfile) = 4e9b32bcbd784c5a09782a772742508f439e66b2c4658f9c207fe81cae382a9e
SHA256 (.footprint) = 506a674e74114ca3c2077905aaf3ee040c6f0baf17430f22c11215dfa6b0bff8
SHA256 (feh-3.6.3.tar.bz2) = 437420f37f11614e008d066e2a3bdefcfc78144c8212998b2bacdd5d21ea23b4
diff --git a/feh/Pkgfile b/feh/Pkgfile
index c8e27ba59..1e30d468c 100644
--- a/feh/Pkgfile
+++ b/feh/Pkgfile
@@ -1,6 +1,6 @@
# Description: A fast commandline-driven image viewer for X.
-# URL: https://feh.finalrewind.org/
-# Maintainer: Thomas Penteker, tek at serverop dot de
+# URL: https://feh.finalrewind.org/
+# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: giblib harfbuzz xorg-libxinerama xorg-libxt
name=feh
@@ -9,8 +9,8 @@ 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
+ cd $name-$version
+ make PREFIX=/usr
+ make PREFIX=/usr DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/doc
}

Generated by cgit