ports/contrib (3.5): feh: Update to 2.27.1
commit 62612e7c4408c9940c8644f31475ead8edf38977 Author: Predrag Ivanović <predivan@mts.rs> Date: Wed Aug 22 15:02:59 2018 +0200 feh: Update to 2.27.1 - Add curl and harfbuzz as dependencies, based on output from finddeps and findredundantdeps. - Install man pages to /usr/share/man. - Remove .md5sum. diff --git a/feh/.footprint b/feh/.footprint index bc3db9fc..0e58b771 100644 --- a/feh/.footprint +++ b/feh/.footprint @@ -1,9 +1,6 @@ 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/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/feh.1.gz 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 @@ -25,7 +22,10 @@ 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------- root/root usr/share/icons/hicolor/48x48/apps/feh.png +-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------- root/root usr/share/icons/hicolor/scalable/apps/feh.svg +-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/.md5sum b/feh/.md5sum index bd24a6de..c24de621 100644 --- a/feh/.md5sum +++ b/feh/.md5sum @@ -1 +1 @@ -f0ad0f1740d8fbd5fb944373ce4d5076 feh-2.18.3.tar.bz2 +f1eccaf74201e2feb752986fd60b91bc feh-2.27.1.tar.bz2 diff --git a/feh/.signature b/feh/.signature index 2fdd3b1a..86884c1a 100644 --- a/feh/.signature +++ b/feh/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39aHI4EFsN6UQnpu+rasb7bAEUxHT20A3RzpQL3x/oqRCMx2MePKNORbrfC7DwjhtUtBH0hB5rsdEZQEB/3hzA0= -SHA256 (Pkgfile) = 326abf34efa59d511d76007b9afd6ab00eb9107fb1e49d8de9986c768bd37a73 -SHA256 (.footprint) = ef53b817ed0039fe89b538dab707f901e5235d01c54fea968020df1b528dd8a6 -SHA256 (feh-2.18.3.tar.bz2) = d82f68c7a96e1860dab3584ed58bda69446b692ae79a4ca999018507da310563 +RWSagIOpLGJF3748oqVYrP9YhsFuNYi5hU7sdtrMQs9c5MAx3dbgBIXo2p0oO07xyxQluxtWumb77uo+jhQxCzJw/1/b6PsUsgc= +SHA256 (Pkgfile) = 3fef6b4dbb3f0561f486b243e5d5260198efea259cb11665562fddfdcf46b329 +SHA256 (.footprint) = 1b0fe890133bb869e173e00154b7fb47e44f631ee251415cd9cc047253938600 +SHA256 (feh-2.27.1.tar.bz2) = 6ec338f80c3f4c30d715f44780f1a09ebfbb99e92a1bb43316428744a839f383 diff --git a/feh/Pkgfile b/feh/Pkgfile index 50170a90..75f55503 100644 --- a/feh/Pkgfile +++ b/feh/Pkgfile @@ -1,18 +1,15 @@ # Description: A fast commandline-driven image viewer for X. # URL: http://feh.finalrewind.org/ # Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: Vincenzo Colosimo vico at bicisport dot de -# Depends on: giblib xorg-libxinerama xorg-libxt +# Depends on: curl giblib harfbuzz xorg-libxinerama name=feh -version=2.18.3 +version=2.27.1 release=1 source=(http://feh.finalrewind.org/feh-${version}.tar.bz2) build() { cd $name-$version - - sed -i 's|share/man|man|g' config.mk make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install rm -rf $PKG/usr/share/doc
participants (1)
-
crux@crux.nu