wok rev 24544
updated feh (3.3 -> 3.8)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 24 15:42:47 2022 +0100 (2022-02-24) |
parents | 7a94a8614d8b |
children | b9659e3c2111 |
files | feh/description.txt feh/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/feh/description.txt Thu Feb 24 15:42:47 2022 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +Feh is an X11 image viewer aimed mostly at terminal users. 1.5 +Unlike most other viewers, it does not have a fancy GUI, 1.6 +but simply displays images. 1.7 +It is controlled via commandline arguments and configurable 1.8 +key and mouse actions.
2.1 --- a/feh/receipt Thu Feb 24 14:48:20 2022 +0100 2.2 +++ b/feh/receipt Thu Feb 24 15:42:47 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt 2.5 2.6 PACKAGE="feh" 2.7 -VERSION="3.3" 2.8 +VERSION="3.8" 2.9 CATEGORY="graphics" 2.10 TAGS="image photo viewer" 2.11 SHORT_DESC="Lightweight and powerful image viewer and composer." 2.12 @@ -34,12 +34,11 @@ 2.13 PREFIX=/usr && 2.14 make install \ 2.15 PREFIX=/usr \ 2.16 - DESTDIR=$DESTDIR && 2.17 + DESTDIR=$DESTDIR 2.18 2.19 - # Fix path to icon and remove from menu since it need a param to 2.20 + # Remove from menu since it needs a param to 2.21 # load images. 2.22 sed -i \ 2.23 - -e s'#/home/slitaz/wok/feh/install##' \ 2.24 -e '/Categories.*/'d \ 2.25 $DESTDIR/usr/share/applications/feh.desktop || return 1 2.26 } 2.27 @@ -47,11 +46,7 @@ 2.28 # Rules to gen a SliTaz package suitable for Tazpkg. 2.29 genpkg_rules() 2.30 { 2.31 - mkdir -p $fs/usr/bin 2.32 - mkdir -p $fs/usr/share/feh/fonts 2.33 - mkdir -p $fs/usr/share/feh/images 2.34 - 2.35 - cp -a $install/usr/bin/feh $fs/usr/bin 2.36 - cp -a $install/usr/share/feh/fonts $fs/usr/share/feh 2.37 - cp -a $install/usr/share/feh/images $fs/usr/share/feh 2.38 + cook_copy_folders bin 2.39 + cook_copy_folders fonts 2.40 + cook_copy_folders images 2.41 }