wok diff xfe/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 2611e3a0ba21
children ad86373a4a8c
line diff
     1.1 --- a/xfe/receipt	Mon Jan 19 15:56:59 2015 -0500
     1.2 +++ b/xfe/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,22 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfe"
     1.7 -VERSION="1.40"
     1.8 +VERSION="1.43.2"
     1.9  CATEGORY="system-tools"
    1.10 +TAGS="file-manager"
    1.11  SHORT_DESC="Xfe File manager and utility using Fox toolkit."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://roland65.free.fr/xfe/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://roland65.free.fr/xfe/"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19 -TAGS="file-manager"
    1.20 -#HOST_ARCH="i486 arm"
    1.21  
    1.22  SUGGESTED="adie calculator shutterbug xfe-extras xfi"
    1.23 -DEPENDS="libpng jpeg tiff xorg-libXft fox"
    1.24 -BUILD_DEPENDS="libpng-dev jpeg-dev tiff-dev xorg-libXft-dev fox-dev automake"
    1.25 +DEPENDS="fox jpeg libpng tiff xcb-util xorg-libXft"
    1.26 +BUILD_DEPENDS="automake fox-dev jpeg-dev libpng-dev tiff-dev 
    1.27 +	xcb-util-dev xorg-libXft-dev"
    1.28 +
    1.29  GENERIC_MENUS="no"
    1.30  
    1.31 +#HOST_ARCH="i486 arm"
    1.32 +
    1.33  # Handle cross compilation.
    1.34  case "$ARCH" in
    1.35  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS intltool" ;;
    1.36 @@ -29,20 +33,27 @@
    1.37  {
    1.38  	# Required by freetype-dev-2.4.11
    1.39  	sed -i 's|config/ftheader.h|freetype/config/ftheader.h|' configure.ac
    1.40 -	./autogen.sh
    1.41 -	./configure $CONFIGURE_ARGS && make && make install
    1.42 +	export	LDFLAGS="$LDFLAGS -lrt"
    1.43 +
    1.44 +	./autogen.sh &&
    1.45 +	./configure $CONFIGURE_ARGS &&
    1.46 +	make &&
    1.47 +	make install
    1.48  }
    1.49  
    1.50  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.51  genpkg_rules()
    1.52  {
    1.53 -	mkdir -p $fs/usr/bin $fs/usr/share/xfe/icons
    1.54 -	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
    1.55 -	cp -a $install/usr/share/xfe/xferc $fs/usr/share/xfe
    1.56 -	sed -i 's/gnomeblue-theme/tango-theme/' $fs/usr/share/xfe/xferc
    1.57 +	mkdir -p $fs/usr/bin
    1.58 +	mkdir -p $fs/usr/share/xfe/icons
    1.59 +
    1.60 +	cp -a $install/usr/bin/$PACKAGE		$fs/usr/bin
    1.61 +	cp -a $install/usr/share/xfe/xferc	$fs/usr/share/xfe
    1.62 +	sed -i 's/gnomeblue-theme/tango-theme/'	$fs/usr/share/xfe/xferc
    1.63 +
    1.64  	# Tango/Gnome icons theme only
    1.65  	cp -a $install/usr/share/xfe/icons/tango-theme \
    1.66 -		$fs/usr/share/xfe/icons
    1.67 +						$fs/usr/share/xfe/icons
    1.68  	cp -a $install/usr/share/xfe/icons/gnome-theme \
    1.69 -		$fs/usr/share/xfe/icons	
    1.70 +						$fs/usr/share/xfe/icons	
    1.71  }