# HG changeset patch # User Hans-G?nter Theisgen # Date 1645713767 -3600 # Node ID 63d5c5001e689e5efed899e56dd7b743d15b71a3 # Parent 7a94a8614d8b0cc11acaf38e3495ddbb401f7a60 updated feh (3.3 -> 3.8) diff -r 7a94a8614d8b -r 63d5c5001e68 feh/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/feh/description.txt Thu Feb 24 15:42:47 2022 +0100 @@ -0,0 +1,5 @@ +Feh is an X11 image viewer aimed mostly at terminal users. +Unlike most other viewers, it does not have a fancy GUI, +but simply displays images. +It is controlled via commandline arguments and configurable +key and mouse actions. diff -r 7a94a8614d8b -r 63d5c5001e68 feh/receipt --- a/feh/receipt Thu Feb 24 14:48:20 2022 +0100 +++ b/feh/receipt Thu Feb 24 15:42:47 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt PACKAGE="feh" -VERSION="3.3" +VERSION="3.8" CATEGORY="graphics" TAGS="image photo viewer" SHORT_DESC="Lightweight and powerful image viewer and composer." @@ -34,12 +34,11 @@ PREFIX=/usr && make install \ PREFIX=/usr \ - DESTDIR=$DESTDIR && + DESTDIR=$DESTDIR - # Fix path to icon and remove from menu since it need a param to + # Remove from menu since it needs a param to # load images. sed -i \ - -e s'#/home/slitaz/wok/feh/install##' \ -e '/Categories.*/'d \ $DESTDIR/usr/share/applications/feh.desktop || return 1 } @@ -47,11 +46,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin - mkdir -p $fs/usr/share/feh/fonts - mkdir -p $fs/usr/share/feh/images - - cp -a $install/usr/bin/feh $fs/usr/bin - cp -a $install/usr/share/feh/fonts $fs/usr/share/feh - cp -a $install/usr/share/feh/images $fs/usr/share/feh + cook_copy_folders bin + cook_copy_folders fonts + cook_copy_folders images }