# HG changeset patch # User Hans-G?nter Theisgen # Date 1644999693 -3600 # Node ID 40920382097c7ee07ad776bef66b89409cf83d76 # Parent b0a19fe55cb0c56095f5b6d52b4f8e0baf4ab87e updated gnustep-base and gnustep-base-dev (1.26.0 -> 1.28.0) diff -r b0a19fe55cb0 -r 40920382097c gnustep-base-dev/receipt --- a/gnustep-base-dev/receipt Wed Feb 16 09:08:33 2022 +0100 +++ b/gnustep-base-dev/receipt Wed Feb 16 09:21:33 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gnustep-base-dev" -VERSION="1.26.0" +VERSION="1.28.0" CATEGORY="development" SHORT_DESC="GNUstep base - development files." MAINTAINER="pankso@slitaz.org" diff -r b0a19fe55cb0 -r 40920382097c gnustep-base/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnustep-base/description.txt Wed Feb 16 09:21:33 2022 +0100 @@ -0,0 +1,10 @@ +The GNUstep Base Library is a library of general-purpose, +non-graphical Objective C objects. +For example, it includes classes for strings, object collections, +byte streams, typed coders, invocations, notifications, +notification dispatchers, moments in time, network ports, remote +object messaging support (distributed objects), and event loops. + +It provides functionality that aims to implement the non-graphical +portion of the Apple's Cocoa frameworks (the Foundation library) +which came from the OpenStep standard. diff -r b0a19fe55cb0 -r 40920382097c gnustep-base/receipt --- a/gnustep-base/receipt Wed Feb 16 09:08:33 2022 +0100 +++ b/gnustep-base/receipt Wed Feb 16 09:21:33 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gnustep-base" -VERSION="1.26.0" +VERSION="1.28.0" CATEGORY="x-window" SHORT_DESC="GNUstep base package." MAINTAINER="pankso@slitaz.org" @@ -11,9 +11,10 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://ftp.gnustep.org/pub/gnustep/core/$TARBALL" -DEPENDS="gnutls icu libbfd libcrypto libffi libobjc libssl libtasn1 libxslt" -BUILD_DEPENDS="gnustep-make gnutls-dev icu-dev libcrypto-dev libffi-dev - libgnutls libtasn1-dev libxslt-dev openssl-dev" +DEPENDS="gnutls icu libbfd libcrypto libffi libobjc libssl libtasn1 libxml2 + libxslt" +BUILD_DEPENDS="gnustep-make gnutls-dev icu-dev libffi-dev libcrypto-dev + libtasn1-dev libxml2-dev libxslt-dev openssl-dev" # What is the latest version available today? current_version() @@ -27,13 +28,15 @@ { sed -i 's|\(buf->buffer\)->content.*)|xmlBufContent(\1), xmlBufUse(\1))|' \ Source/Additions/GSXML.m - sed -i 's/.*gnutls_transport_set_lowat.*/#if GNUTLS_VERSION_NUMBER < 0x020c00\n&\n#endif/' Source/GSSocketStream.m + # 1.26.0 +# sed -i 's/.*gnutls_transport_set_lowat.*/#if GNUTLS_VERSION_NUMBER < 0x020c00\n&\n#endif/' Source/GSSocketStream.m - ./configure \ - --prefix=/usr \ + . /usr/share/GNUstep/Makefiles/GNUstep.sh && + ./configure \ + --prefix=/usr \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.