wok rev 24109

Up xplanet (1.3.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 28 09:25:18 2021 +0000 (2021-09-28)
parents ad86373a4a8c
children 211f545ad84b
files xplanet/receipt
line diff
     1.1 --- a/xplanet/receipt	Tue Sep 28 08:31:51 2021 +0000
     1.2 +++ b/xplanet/receipt	Tue Sep 28 09:25:18 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xplanet"
     1.7 -VERSION="1.2.2"
     1.8 +VERSION="1.3.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Render major planets into the X root window."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -27,10 +27,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	# Fix for gcc 4.4
    1.17 -	for file in src/Satellite.cpp src/Separation.cpp ; do
    1.18 -		grep -q cstdio $file || sed -i '2i\#include <cstdio>' $file
    1.19 -	done
    1.20 +	patch -p1 < $stuff/xplanet-giflib5.patch
    1.21  	./configure --prefix=/usr --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.22  	make &&
    1.23  	make -j1 DESTDIR=$DESTDIR install