wok-current rev 23748
updated xfi (1.40 -> 1.43.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 15:05:50 2020 +0100 (2020-05-01) |
parents | 035061c662bf |
children | bb9c7e76505b |
files | xdg-utils/receipt xfi/receipt |
line diff
1.1 --- a/xdg-utils/receipt Fri May 01 14:54:01 2020 +0100 1.2 +++ b/xdg-utils/receipt Fri May 01 15:05:50 2020 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 WGET_URL="http://portland.freedesktop.org/download/$TARBALL" 1.5 HOST_ARCH="i486 arm" 1.6 1.7 -BUILD_DEPENDS="docbook-xsl util-linux-getopt xmlto" 1.8 +BUILD_DEPENDS="docbook-xsl lynx util-linux-getopt xmlto" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/xfi/receipt Fri May 01 14:54:01 2020 +0100 2.2 +++ b/xfi/receipt Fri May 01 15:05:50 2020 +0100 2.3 @@ -1,22 +1,23 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xfi" 2.7 -VERSION="1.40" 2.8 +VERSION="1.43.2" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="X File Image viewer using the Fox Toolkit." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -WANTED="xfe" 2.14 WEB_SITE="http://roland65.free.fr/xfe/" 2.15 -LOCALE="" 2.16 2.17 DEPENDS="fox" 2.18 +WANTED="xfe" 2.19 +LOCALE="" 2.20 2.21 # Rules to gen a SliTaz package suitable for Tazpkg. 2.22 genpkg_rules() 2.23 { 2.24 - for i in /usr/bin /usr/share/pixmaps /usr/share/applications; do 2.25 + for i in /usr/bin /usr/share/pixmaps /usr/share/applications 2.26 + do 2.27 mkdir -p $fs$i 2.28 - cp -a $install$i/$PACKAGE* $fs$i 2.29 - done 2.30 + cp -a $install$i/$PACKAGE* $fs$i 2.31 + done 2.32 }