wok-6.x diff xfe/receipt @ rev 22770
updated fox, fox-dev and fox-doc (1.6.49 -> 1.6.57)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 25 15:38:28 2020 +0100 (2020-01-25) |
parents | 5d53e8ccbc8d |
children | 035061c662bf |
line diff
1.1 --- a/xfe/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/xfe/receipt Sat Jan 25 15:38:28 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfe" 1.7 -VERSION="1.37" 1.8 +VERSION="1.40" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Xfe File manager and utility using Fox toolkit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -14,7 +14,7 @@ 1.13 1.14 SUGGESTED="adie calculator shutterbug xfe-extras xfi" 1.15 DEPENDS="libpng jpeg tiff xorg-libXft fox" 1.16 -BUILD_DEPENDS="libpng-dev jpeg-dev tiff-dev xorg-libXft-dev fox-dev" 1.17 +BUILD_DEPENDS="libpng-dev jpeg-dev tiff-dev xorg-libXft-dev fox-dev automake" 1.18 GENERIC_MENUS="no" 1.19 1.20 # Handle cross compilation. 1.21 @@ -27,6 +27,9 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 + # Required by freetype-dev-2.4.11 1.26 + sed -i 's|config/ftheader.h|freetype/config/ftheader.h|' configure.ac 1.27 + ./autogen.sh 1.28 ./configure $CONFIGURE_ARGS && make && make install 1.29 } 1.30