wok-current diff feh/receipt @ rev 24806
updated libmicrohttpd and libmicrohttpd-dev (0.9.70 -> 0.9.75)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 22 14:15:13 2022 +0100 (2022-03-22) |
parents | ad8b9ff412d2 |
children | 51faf25c8816 |
line diff
1.1 --- a/feh/receipt Sat Feb 12 18:42:31 2022 +0000 1.2 +++ b/feh/receipt Tue Mar 22 14:15:13 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="feh" 1.7 -VERSION="3.3" 1.8 +VERSION="3.8" 1.9 CATEGORY="graphics" 1.10 TAGS="image photo viewer" 1.11 SHORT_DESC="Lightweight and powerful image viewer and composer." 1.12 @@ -34,12 +34,11 @@ 1.13 PREFIX=/usr && 1.14 make install \ 1.15 PREFIX=/usr \ 1.16 - DESTDIR=$DESTDIR && 1.17 + DESTDIR=$DESTDIR 1.18 1.19 - # Fix path to icon and remove from menu since it need a param to 1.20 + # Remove from menu since it needs a param to 1.21 # load images. 1.22 sed -i \ 1.23 - -e s'#/home/slitaz/wok/feh/install##' \ 1.24 -e '/Categories.*/'d \ 1.25 $DESTDIR/usr/share/applications/feh.desktop || return 1 1.26 } 1.27 @@ -47,11 +46,7 @@ 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - mkdir -p $fs/usr/bin 1.32 - mkdir -p $fs/usr/share/feh/fonts 1.33 - mkdir -p $fs/usr/share/feh/images 1.34 - 1.35 - cp -a $install/usr/bin/feh $fs/usr/bin 1.36 - cp -a $install/usr/share/feh/fonts $fs/usr/share/feh 1.37 - cp -a $install/usr/share/feh/images $fs/usr/share/feh 1.38 + cook_copy_folders bin 1.39 + cook_copy_folders fonts 1.40 + cook_copy_folders images 1.41 }