wok rev 23747

updated xfe and xfe-extras (1.40 -> 1.43.2)
author Hans-G?nter Theisgen
date Fri May 01 14:54:01 2020 +0100 (2020-05-01)
parents 2117e19cae0b
children f90a38690df8
files xdg-utils/receipt xfe-extras/receipt xfe/receipt
line diff
     1.1 --- a/xdg-utils/receipt	Fri May 01 14:22:21 2020 +0100
     1.2 +++ b/xdg-utils/receipt	Fri May 01 14:54:01 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 xmlto"
     1.8 +BUILD_DEPENDS="docbook-xsl util-linux-getopt xmlto"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -30,4 +30,3 @@
    1.13  	mkdir -p $fs/usr
    1.14  	cp -a $install/usr/bin	$fs/usr
    1.15  }
    1.16 -
     2.1 --- a/xfe-extras/receipt	Fri May 01 14:22:21 2020 +0100
     2.2 +++ b/xfe-extras/receipt	Fri May 01 14:54:01 2020 +0100
     2.3 @@ -1,27 +1,26 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xfe-extras"
     2.7 -VERSION="1.40"
     2.8 +VERSION="1.43.2"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Xfe File manager tools."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13  WEB_SITE="http://roland65.free.fr/xfe/"
    2.14 -WANTED="xfe"
    2.15  
    2.16  DEPENDS="xfe"
    2.17 -BUILD_DEPENDS=""
    2.18 +WANTED="xfe"
    2.19  
    2.20  GENERIC_MENUS="no"
    2.21  
    2.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.23  genpkg_rules()
    2.24  {
    2.25 -	mkdir -p $fs/usr/bin \
    2.26 -		$fs/usr/share/applications \
    2.27 -		$fs/usr/share/icons 
    2.28 +	mkdir -p $fs/usr/bin
    2.29 +	mkdir -p $fs/usr/share/applications
    2.30 +	mkdir -p $fs/usr/share/icons
    2.31  
    2.32 -		cp -a $install/usr/bin/xf[i,v,p,w] $fs/usr/bin
    2.33 -		cp -a $install/usr/share/applications/xf[i,v,p,w]* $fs/usr/share/applications
    2.34 -		cp -a $src/xf[i,v,p,w].png $fs/usr/share/icons
    2.35 +	cp -a $install/usr/bin/xf[i,v,p,w]			$fs/usr/bin
    2.36 +	cp -a $install/usr/share/applications/xf[i,v,p,w]*	$fs/usr/share/applications
    2.37 +	cp -a $src/xf[i,v,p,w].png				$fs/usr/share/icons
    2.38  }
     3.1 --- a/xfe/receipt	Fri May 01 14:22:21 2020 +0100
     3.2 +++ b/xfe/receipt	Fri May 01 14:54:01 2020 +0100
     3.3 @@ -1,22 +1,26 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xfe"
     3.7 -VERSION="1.40"
     3.8 +VERSION="1.43.2"
     3.9  CATEGORY="system-tools"
    3.10 +TAGS="file-manager"
    3.11  SHORT_DESC="Xfe File manager and utility using Fox toolkit."
    3.12  MAINTAINER="pankso@slitaz.org"
    3.13  LICENSE="GPL2"
    3.14 +WEB_SITE="http://roland65.free.fr/xfe/"
    3.15 +
    3.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.17 -WEB_SITE="http://roland65.free.fr/xfe/"
    3.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    3.19 -TAGS="file-manager"
    3.20 -#HOST_ARCH="i486 arm"
    3.21  
    3.22  SUGGESTED="adie calculator shutterbug xfe-extras xfi"
    3.23 -DEPENDS="libpng jpeg tiff xorg-libXft fox"
    3.24 -BUILD_DEPENDS="libpng-dev jpeg-dev tiff-dev xorg-libXft-dev fox-dev automake"
    3.25 +DEPENDS="fox jpeg libpng tiff xcb-util xorg-libXft"
    3.26 +BUILD_DEPENDS="automake fox-dev jpeg-dev libpng-dev tiff-dev 
    3.27 +	xcb-util-dev xorg-libXft-dev"
    3.28 +
    3.29  GENERIC_MENUS="no"
    3.30  
    3.31 +#HOST_ARCH="i486 arm"
    3.32 +
    3.33  # Handle cross compilation.
    3.34  case "$ARCH" in
    3.35  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS intltool" ;;
    3.36 @@ -29,20 +33,27 @@
    3.37  {
    3.38  	# Required by freetype-dev-2.4.11
    3.39  	sed -i 's|config/ftheader.h|freetype/config/ftheader.h|' configure.ac
    3.40 -	./autogen.sh
    3.41 -	./configure $CONFIGURE_ARGS && make && make install
    3.42 +	export	LDFLAGS="$LDFLAGS -lrt"
    3.43 +
    3.44 +	./autogen.sh &&
    3.45 +	./configure $CONFIGURE_ARGS &&
    3.46 +	make &&
    3.47 +	make install
    3.48  }
    3.49  
    3.50  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.51  genpkg_rules()
    3.52  {
    3.53 -	mkdir -p $fs/usr/bin $fs/usr/share/xfe/icons
    3.54 -	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
    3.55 -	cp -a $install/usr/share/xfe/xferc $fs/usr/share/xfe
    3.56 -	sed -i 's/gnomeblue-theme/tango-theme/' $fs/usr/share/xfe/xferc
    3.57 +	mkdir -p $fs/usr/bin
    3.58 +	mkdir -p $fs/usr/share/xfe/icons
    3.59 +
    3.60 +	cp -a $install/usr/bin/$PACKAGE		$fs/usr/bin
    3.61 +	cp -a $install/usr/share/xfe/xferc	$fs/usr/share/xfe
    3.62 +	sed -i 's/gnomeblue-theme/tango-theme/'	$fs/usr/share/xfe/xferc
    3.63 +
    3.64  	# Tango/Gnome icons theme only
    3.65  	cp -a $install/usr/share/xfe/icons/tango-theme \
    3.66 -		$fs/usr/share/xfe/icons
    3.67 +						$fs/usr/share/xfe/icons
    3.68  	cp -a $install/usr/share/xfe/icons/gnome-theme \
    3.69 -		$fs/usr/share/xfe/icons	
    3.70 +						$fs/usr/share/xfe/icons	
    3.71  }