From d50722eead60cfd210f5c6944a174333c752ac66 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 17 Jun 2018 21:11:07 +0200 Subject: [PATCH] gtksourceview3: Update to 3.24.8 (#3965) The dropped patch is included in the new release. --- .../0007-fix-dllmain-typo-thread-to-process.patch | 11 ----------- mingw-w64-gtksourceview3/PKGBUILD | 13 +++++-------- 2 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 mingw-w64-gtksourceview3/0007-fix-dllmain-typo-thread-to-process.patch diff --git a/mingw-w64-gtksourceview3/0007-fix-dllmain-typo-thread-to-process.patch b/mingw-w64-gtksourceview3/0007-fix-dllmain-typo-thread-to-process.patch deleted file mode 100644 index d22cbbfea2..0000000000 --- a/mingw-w64-gtksourceview3/0007-fix-dllmain-typo-thread-to-process.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gtksourceview-3.24.6/gtksourceview/gtksourceview-init.c.orig 2017-05-17 18:50:16.000000000 +0300 -+++ gtksourceview-3.24.6/gtksourceview/gtksourceview-init.c 2018-06-01 16:07:27.943777400 +0300 -@@ -166,7 +166,7 @@ - gtksourceview_init (); - break; - -- case DLL_THREAD_DETACH: -+ case DLL_PROCESS_DETACH: - gtksourceview_shutdown (); - break; - diff --git a/mingw-w64-gtksourceview3/PKGBUILD b/mingw-w64-gtksourceview3/PKGBUILD index 96823dc464..088fac1e98 100644 --- a/mingw-w64-gtksourceview3/PKGBUILD +++ b/mingw-w64-gtksourceview3/PKGBUILD @@ -3,8 +3,8 @@ _realname=gtksourceview pkgbase=mingw-w64-${_realname}3 pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}3" -pkgver=3.24.6 -pkgrel=2 +pkgver=3.24.8 +pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME (mingw-w64)" arch=('any') url="https://www.gnome.org" @@ -20,16 +20,13 @@ depends=("${MINGW_PACKAGE_PREFIX}-gtk3" "${MINGW_PACKAGE_PREFIX}-libxml2") options=(!libtool strip staticlibs) source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-${pkgver}.tar.xz" - 0006-hack-convert-path-back-to-unix.patch - 0007-fix-dllmain-typo-thread-to-process.patch) -sha256sums=('7aa6bdfebcdc73a763dddeaa42f190c40835e6f8495bb9eb8f78587e2577c188' - '83cf1b41b7b4cfadaf8bf66b0508a68462e1d2865825c8c49d3ded29604f218a' - 'ce97e4784bee4e02931bbd59dcc95c9cd8ce43955b4b1e308128505f536d82ca') + 0006-hack-convert-path-back-to-unix.patch) +sha256sums=('1e9bb8ff190db705deb916dd23ff681f0e8803aec407bf0fd64c7e615ac436fe' + '83cf1b41b7b4cfadaf8bf66b0508a68462e1d2865825c8c49d3ded29604f218a') prepare() { cd ${_realname}-${pkgver} patch -p1 -i ${srcdir}/0006-hack-convert-path-back-to-unix.patch - patch -p1 -i ${srcdir}/0007-fix-dllmain-typo-thread-to-process.patch autoreconf -fi }