mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-07 11:23:23 +00:00
bump(main/libgnustep-base): 1.30.0 (#20358)
Remove gnustep-base-1.29.0-libxml2-2.11.patch which was added in upstream.
37913d006d
This commit is contained in:
@@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=http://www.gnustep.org
|
||||
TERMUX_PKG_DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0, LGPL-2.1"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=1.29.0
|
||||
TERMUX_PKG_REVISION=5
|
||||
TERMUX_PKG_VERSION="1.30.0"
|
||||
TERMUX_PKG_SRCURL=https://github.com/gnustep/libs-base/releases/download/base-${TERMUX_PKG_VERSION//./_}/gnustep-base-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=fa58eda665c3e0b9c420dc32bb3d51247a407c944d82e5eed1afe8a2b943ef37
|
||||
TERMUX_PKG_SHA256=00b5bc4179045b581f9f9dc3751b800c07a5d204682e3e0eddd8b5e5dee51faa
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_UPDATE_VERSION_REGEXP='(?<=-).+'
|
||||
TERMUX_PKG_DEPENDS="gnustep-make, libc++, libffi, libgmp, libgnutls, libiconv, libicu, libxml2, libxslt, zlib"
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
https://github.com/gnustep/libs-base/commit/37913d006d96a6bdcb963f4ca4889888dcce6094
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user