wok rev 17530

Up xfe,xfe-extras,xfi (1.40)
author Richard Dunbar <mojo@slitaz.org>
date Mon Jan 19 15:56:59 2015 -0500 (2015-01-19)
parents b22671d1009d
children c75c436df3e4
files xfe-extras/receipt xfe/receipt xfi/receipt
line diff
     1.1 --- a/xfe-extras/receipt	Mon Jan 19 13:34:32 2015 +0100
     1.2 +++ b/xfe-extras/receipt	Mon Jan 19 15:56:59 2015 -0500
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfe-extras"
     1.7 -VERSION="1.37"
     1.8 +VERSION="1.40"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Xfe File manager tools."
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/xfe/receipt	Mon Jan 19 13:34:32 2015 +0100
     2.2 +++ b/xfe/receipt	Mon Jan 19 15:56:59 2015 -0500
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xfe"
     2.7 -VERSION="1.37"
     2.8 +VERSION="1.40"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Xfe File manager and utility using Fox toolkit."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -14,7 +14,7 @@
    2.13  
    2.14  SUGGESTED="adie calculator shutterbug xfe-extras xfi"
    2.15  DEPENDS="libpng jpeg tiff xorg-libXft fox"
    2.16 -BUILD_DEPENDS="libpng-dev jpeg-dev tiff-dev xorg-libXft-dev fox-dev"
    2.17 +BUILD_DEPENDS="libpng-dev jpeg-dev tiff-dev xorg-libXft-dev fox-dev automake"
    2.18  GENERIC_MENUS="no"
    2.19  
    2.20  # Handle cross compilation.
    2.21 @@ -27,6 +27,9 @@
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25 +	# Required by freetype-dev-2.4.11
    2.26 +	sed -i 's|config/ftheader.h|freetype/config/ftheader.h|' configure.ac
    2.27 +	./autogen.sh
    2.28  	./configure $CONFIGURE_ARGS && make && make install
    2.29  }
    2.30  
     3.1 --- a/xfi/receipt	Mon Jan 19 13:34:32 2015 +0100
     3.2 +++ b/xfi/receipt	Mon Jan 19 15:56:59 2015 -0500
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xfi"
     3.7 -VERSION="1.37"
     3.8 +VERSION="1.40"
     3.9  CATEGORY="x-window"
    3.10  SHORT_DESC="X File Image viewer using the Fox Toolkit."
    3.11  MAINTAINER="pankso@slitaz.org"