wok-next rev 20048

Up xfig (3.2.6b)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 23 11:08:01 2017 +0200 (2017-10-23)
parents 4c3300d8140f
children 618caf1965c4
files xalan-c/receipt xfig/receipt
line diff
     1.1 --- a/xalan-c/receipt	Mon Oct 23 10:04:45 2017 +0200
     1.2 +++ b/xalan-c/receipt	Mon Oct 23 11:08:01 2017 +0200
     1.3 @@ -18,8 +18,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	mv c/* . && rm -r c
     1.9 +	sed -i 's/isnan/std::&/' src/xalanc/PlatformSupport/DoubleSupport.hpp
    1.10  	sed -i 's/mutable MemoryManager/MemoryManager/' src/xalanc/*/*.hpp
    1.11  	
    1.12  	export XERCESCROOT=/usr
     2.1 --- a/xfig/receipt	Mon Oct 23 10:04:45 2017 +0200
     2.2 +++ b/xfig/receipt	Mon Oct 23 11:08:01 2017 +0200
     2.3 @@ -1,28 +1,27 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xfig"
     2.7 -VERSION="3.2.5b"
     2.8 +VERSION="3.2.6b"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Vector graphics editor for X."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="MIT"
    2.13 -TARBALL="$PACKAGE.$VERSION.full.tar.gz"
    2.14 +TARBALL="$PACKAGE-full-$VERSION.tar.xz"
    2.15  WEB_SITE="http://www.xfig.org/"
    2.16 -WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL"
    2.17 +WGET_URL="https://downloads.sourceforge.net/mcj/files/$TARBALL"
    2.18  SUGGESTED="transfig"
    2.19  
    2.20  DEPENDS="jpeg libpng xorg xorg-libXp"
    2.21  BUILD_DEPENDS="xorg-imake xorg-cf-files xorg-gccmakedep jpeg-dev \
    2.22  libpng-dev xorg-libXp xorg-libX11-dev xorg-libXt-dev xorg-libXpm-dev \
    2.23 -xorg-libXmu-dev xorg-libXaw-dev"
    2.24 +xorg-libXmu-dev xorg-libXaw-dev xorg-libXaw3d-dev"
    2.25  
    2.26  # Rules to configure and make the package.
    2.27  compile_rules()
    2.28  {
    2.29 -	mv $PACKAGE.$VERSION $src 2> /dev/null
    2.30 -	cd $src
    2.31 -	sed -i 's|/usr/local|/usr|;s|#define XAW3D|XCOMM &|' Imakefile
    2.32 -	xmkmf &&
    2.33 +	cd $src/$PACKAGE-$VERSION
    2.34 +	./configure --prefix=/usr \
    2.35 +		$CONFIGURE_ARGS &&
    2.36  	make &&
    2.37  	make DESTDIR=$DESTDIR install
    2.38  }
    2.39 @@ -31,5 +30,4 @@
    2.40  genpkg_rules()
    2.41  {
    2.42  	cp -a $install/* $fs
    2.43 -	sed -i 's/^Fig\*Font:.*/Fig*Font:\t\t\tfixed/' $fs/etc/X11/app-defaults/Fig
    2.44  }