wok rev 24456

updated gnustep-base and gnustep-base-dev (1.26.0 -> 1.28.0)
author Hans-G?nter Theisgen
date Wed Feb 16 09:21:33 2022 +0100 (2022-02-16)
parents b0a19fe55cb0
children 77cf81161f50
files gnustep-base-dev/receipt gnustep-base/description.txt gnustep-base/receipt
line diff
     1.1 --- a/gnustep-base-dev/receipt	Wed Feb 16 09:08:33 2022 +0100
     1.2 +++ b/gnustep-base-dev/receipt	Wed Feb 16 09:21:33 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnustep-base-dev"
     1.7 -VERSION="1.26.0"
     1.8 +VERSION="1.28.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNUstep base - development files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gnustep-base/description.txt	Wed Feb 16 09:21:33 2022 +0100
     2.3 @@ -0,0 +1,10 @@
     2.4 +The GNUstep Base Library is a library of general-purpose,
     2.5 +non-graphical Objective C objects.
     2.6 +For example, it includes classes for strings, object collections,
     2.7 +byte streams, typed coders, invocations, notifications,
     2.8 +notification dispatchers, moments in time, network ports, remote
     2.9 +object messaging support (distributed objects), and event loops.
    2.10 +
    2.11 +It provides functionality that aims to implement the non-graphical
    2.12 +portion of the Apple's Cocoa frameworks (the Foundation library)
    2.13 +which came from the OpenStep standard.
     3.1 --- a/gnustep-base/receipt	Wed Feb 16 09:08:33 2022 +0100
     3.2 +++ b/gnustep-base/receipt	Wed Feb 16 09:21:33 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="gnustep-base"
     3.7 -VERSION="1.26.0"
     3.8 +VERSION="1.28.0"
     3.9  CATEGORY="x-window"
    3.10  SHORT_DESC="GNUstep base package."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -11,9 +11,10 @@
    3.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14  WGET_URL="http://ftp.gnustep.org/pub/gnustep/core/$TARBALL"
    3.15  
    3.16 -DEPENDS="gnutls icu libbfd libcrypto libffi libobjc libssl libtasn1 libxslt"
    3.17 -BUILD_DEPENDS="gnustep-make gnutls-dev icu-dev libcrypto-dev libffi-dev 
    3.18 -	libgnutls libtasn1-dev libxslt-dev openssl-dev"
    3.19 +DEPENDS="gnutls icu libbfd libcrypto libffi libobjc libssl libtasn1 libxml2
    3.20 +	libxslt"
    3.21 +BUILD_DEPENDS="gnustep-make gnutls-dev icu-dev libffi-dev libcrypto-dev 
    3.22 +	libtasn1-dev libxml2-dev libxslt-dev openssl-dev"
    3.23  
    3.24  # What is the latest version available today?
    3.25  current_version()
    3.26 @@ -27,13 +28,15 @@
    3.27  {
    3.28  	sed -i 's|\(buf->buffer\)->content.*)|xmlBufContent(\1), xmlBufUse(\1))|' \
    3.29  		Source/Additions/GSXML.m
    3.30 -	sed -i 's/.*gnutls_transport_set_lowat.*/#if GNUTLS_VERSION_NUMBER < 0x020c00\n&\n#endif/' Source/GSSocketStream.m
    3.31 +	# 1.26.0
    3.32 +#	sed -i 's/.*gnutls_transport_set_lowat.*/#if GNUTLS_VERSION_NUMBER < 0x020c00\n&\n#endif/' Source/GSSocketStream.m
    3.33  
    3.34 -	./configure							\
    3.35 -		--prefix=/usr						\
    3.36 +	. /usr/share/GNUstep/Makefiles/GNUstep.sh &&
    3.37 +	./configure				\
    3.38 +		--prefix=/usr			\
    3.39  		$CONFIGURE_ARGS &&
    3.40  	make &&
    3.41 -	make DESTDIR=$DESTDIR install
    3.42 +	make install DESTDIR=$DESTDIR
    3.43  }
    3.44  
    3.45  # Rules to gen a SliTaz package suitable for Tazpkg.