# HG changeset patch # User Hans-G?nter Theisgen # Date 1588341950 -3600 # Node ID f90a38690df8c6d83f5aeb3f56b190a939bc1439 # Parent 035061c662bfac2f544583b0a32fe81882453cd6 updated xfi (1.40 -> 1.43.2) diff -r 035061c662bf -r f90a38690df8 xdg-utils/receipt --- a/xdg-utils/receipt Fri May 01 14:54:01 2020 +0100 +++ b/xdg-utils/receipt Fri May 01 15:05:50 2020 +0100 @@ -12,7 +12,7 @@ WGET_URL="http://portland.freedesktop.org/download/$TARBALL" HOST_ARCH="i486 arm" -BUILD_DEPENDS="docbook-xsl util-linux-getopt xmlto" +BUILD_DEPENDS="docbook-xsl lynx util-linux-getopt xmlto" # Rules to configure and make the package. compile_rules() diff -r 035061c662bf -r f90a38690df8 xfi/receipt --- a/xfi/receipt Fri May 01 14:54:01 2020 +0100 +++ b/xfi/receipt Fri May 01 15:05:50 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="xfi" -VERSION="1.40" +VERSION="1.43.2" CATEGORY="x-window" SHORT_DESC="X File Image viewer using the Fox Toolkit." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WANTED="xfe" WEB_SITE="http://roland65.free.fr/xfe/" -LOCALE="" DEPENDS="fox" +WANTED="xfe" +LOCALE="" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - for i in /usr/bin /usr/share/pixmaps /usr/share/applications; do + for i in /usr/bin /usr/share/pixmaps /usr/share/applications + do mkdir -p $fs$i - cp -a $install$i/$PACKAGE* $fs$i - done + cp -a $install$i/$PACKAGE* $fs$i + done }