gnustep-base: update to 1.30.0.
This commit is contained in:
parent
1f9bfa511a
commit
29819cb0f2
3 changed files with 4 additions and 31 deletions
|
@ -3192,7 +3192,7 @@ libffms2.so.4 libffms2-2.23.1_1
|
||||||
libddcutil.so.5 ddcutil-2.1.4_1
|
libddcutil.so.5 ddcutil-2.1.4_1
|
||||||
liblsmash.so.2 liblsmash-2.9.1_1
|
liblsmash.so.2 liblsmash-2.9.1_1
|
||||||
libgiac.so.0 libgiac-1.4.9r17_1
|
libgiac.so.0 libgiac-1.4.9r17_1
|
||||||
libgnustep-base.so.1.29 gnustep-base-1.29.0_1
|
libgnustep-base.so.1.30 gnustep-base-1.30.0_1
|
||||||
libtermbox.so.1 termbox-1.1.0_1
|
libtermbox.so.1 termbox-1.1.0_1
|
||||||
libmysofa.so.1 libmysofa-1.2_1
|
libmysofa.so.1 libmysofa-1.2_1
|
||||||
libzinnia.so.0 libzinnia-0.06_1
|
libzinnia.so.0 libzinnia-0.06_1
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
From 37913d006d96a6bdcb963f4ca4889888dcce6094 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Frederik Seiffert <frederik@algoriddim.com>
|
|
||||||
Date: Wed, 3 May 2023 13:49:09 +0200
|
|
||||||
Subject: [PATCH] Fix GSXML compatibility with libxml2 v2.11.0
|
|
||||||
|
|
||||||
Fixes #294.
|
|
||||||
---
|
|
||||||
Source/Additions/GSXML.m | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/Source/Additions/GSXML.m b/Source/Additions/GSXML.m
|
|
||||||
index 37f509564a..01a24c5aa1 100644
|
|
||||||
--- a/Source/Additions/GSXML.m
|
|
||||||
+++ b/Source/Additions/GSXML.m
|
|
||||||
@@ -2671,10 +2671,12 @@ + (void) initialize
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
ret->owner = 1;
|
|
||||||
+#if LIBXML_VERSION < 21100
|
|
||||||
if (ret->checked == 0)
|
|
||||||
{
|
|
||||||
ret->checked = 1;
|
|
||||||
}
|
|
||||||
+#endif
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnustep-base'
|
# Template file for 'gnustep-base'
|
||||||
pkgname=gnustep-base
|
pkgname=gnustep-base
|
||||||
version=1.29.0
|
version=1.30.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="gnustep-make gcc-objc pkg-config which"
|
hostmakedepends="gnustep-make gcc-objc pkg-config which"
|
||||||
makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel
|
makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-2.0-or-later, GPL-3.0-or-later"
|
license="GPL-2.0-or-later, GPL-3.0-or-later"
|
||||||
homepage="http://www.gnustep.org/"
|
homepage="http://www.gnustep.org/"
|
||||||
distfiles="https://github.com/gnustep/libs-base/releases/download/base-${version//./_}/gnustep-base-${version}.tar.gz"
|
distfiles="https://github.com/gnustep/libs-base/releases/download/base-${version//./_}/gnustep-base-${version}.tar.gz"
|
||||||
checksum=fa58eda665c3e0b9c420dc32bb3d51247a407c944d82e5eed1afe8a2b943ef37
|
checksum=00b5bc4179045b581f9f9dc3751b800c07a5d204682e3e0eddd8b5e5dee51faa
|
||||||
make_check=extended
|
make_check=extended
|
||||||
|
|
||||||
nocross="objc doesn't get cross build at present within gcc"
|
nocross="objc doesn't get cross build at present within gcc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue