diff --git a/srcpkgs/mono/patches/musl.patch b/srcpkgs/mono/patches/musl.patch deleted file mode 100644 index 955807f0fd0..00000000000 --- a/srcpkgs/mono/patches/musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/mono/utils/mono-os-mutex.h 2019-12-11 22:05:32.992353279 +0100 -+++ b/mono/utils/mono-os-mutex.h 2019-12-11 22:05:50.267114788 +0100 -@@ -57,7 +57,7 @@ - if (G_UNLIKELY (res != 0)) - g_error ("%s: pthread_mutexattr_settype failed with \"%s\" (%d)", __func__, g_strerror (res), res); - --#if !defined(__HAIKU__) && defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL -+#if !defined(__HAIKU__) && defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL && defined(__GLIBC__) - /* use PTHREAD_PRIO_INHERIT if possible */ - res = pthread_mutexattr_setprotocol (&attr, PTHREAD_PRIO_INHERIT); - if (G_UNLIKELY (res != 0 && res != ENOTSUP)) diff --git a/srcpkgs/mono/template b/srcpkgs/mono/template index 8c16a9ecf46..ecfc3206ffe 100644 --- a/srcpkgs/mono/template +++ b/srcpkgs/mono/template @@ -1,18 +1,18 @@ # Template file for 'mono' pkgname=mono -version=6.12.0.199 +version=6.14.0 revision=1 build_style=gnu-configure configure_args="--disable-system-aot" -hostmakedepends="perl python3 cmake which" +hostmakedepends="perl python3 cmake which gettext" makedepends="zlib-devel libX11-devel libgdiplus-devel" depends="ca-certificates python3-Pillow" short_desc="Free implementation of the .NET platform including runtime and compiler" maintainer="Helmut Pozimski " license="MIT, BSD-3-Clause, GPL-2.0-or-later, LGPL-2.0-or-later, MPL-1.1" -homepage="https://www.mono-project.com" -distfiles="https://download.mono-project.com/sources/mono/preview/${pkgname}-${version}.tar.xz" -checksum=c0850d545353a6ba2238d45f0914490c6a14a0017f151d3905b558f033478ef5 +homepage="https://gitlab.winehq.org/mono/mono" +distfiles="https://dl.winehq.org/mono/sources/mono/mono-${version}.tar.xz" +checksum=6dd64b3900f5e5d5f55016d89ccf7635c8739cbb33cdb81c1c3b61622e91d510 lib32disabled=yes python_version="3" diff --git a/srcpkgs/mono/update b/srcpkgs/mono/update deleted file mode 100644 index 0f129015112..00000000000 --- a/srcpkgs/mono/update +++ /dev/null @@ -1,2 +0,0 @@ -site="http://www.mono-project.com/download/stable/" -pattern="Stable \(\K[\d.]+"