wok diff gnustep-base/receipt @ rev 24461
updated daloradius (0.9-9 -> 1.1-2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 16 17:15:55 2022 +0100 (2022-02-16) |
parents | 453c249b6219 |
children | 19fff4ad1644 |
line diff
1.1 --- a/gnustep-base/receipt Fri Feb 11 17:50:36 2022 +0000 1.2 +++ b/gnustep-base/receipt Wed Feb 16 17:15:55 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnustep-base" 1.7 -VERSION="1.26.0" 1.8 +VERSION="1.28.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="GNUstep base package." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -11,9 +11,10 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="http://ftp.gnustep.org/pub/gnustep/core/$TARBALL" 1.15 1.16 -DEPENDS="gnutls icu libbfd libcrypto libffi libobjc libssl libtasn1 libxslt" 1.17 -BUILD_DEPENDS="gnustep-make gnutls-dev icu-dev libcrypto-dev libffi-dev 1.18 - libgnutls libtasn1-dev libxslt-dev openssl-dev" 1.19 +DEPENDS="gnutls icu libbfd libcrypto libffi libobjc libssl libtasn1 libxml2 1.20 + libxslt" 1.21 +BUILD_DEPENDS="gnustep-make gnutls-dev icu-dev libffi-dev libcrypto-dev 1.22 + libtasn1-dev libxml2-dev libxslt-dev openssl-dev" 1.23 1.24 # What is the latest version available today? 1.25 current_version() 1.26 @@ -27,13 +28,15 @@ 1.27 { 1.28 sed -i 's|\(buf->buffer\)->content.*)|xmlBufContent(\1), xmlBufUse(\1))|' \ 1.29 Source/Additions/GSXML.m 1.30 - sed -i 's/.*gnutls_transport_set_lowat.*/#if GNUTLS_VERSION_NUMBER < 0x020c00\n&\n#endif/' Source/GSSocketStream.m 1.31 + # 1.26.0 1.32 +# sed -i 's/.*gnutls_transport_set_lowat.*/#if GNUTLS_VERSION_NUMBER < 0x020c00\n&\n#endif/' Source/GSSocketStream.m 1.33 1.34 - ./configure \ 1.35 - --prefix=/usr \ 1.36 + . /usr/share/GNUstep/Makefiles/GNUstep.sh && 1.37 + ./configure \ 1.38 + --prefix=/usr \ 1.39 $CONFIGURE_ARGS && 1.40 make && 1.41 - make DESTDIR=$DESTDIR install 1.42 + make install DESTDIR=$DESTDIR 1.43 } 1.44 1.45 # Rules to gen a SliTaz package suitable for Tazpkg.