gtksourceview3: Update to 3.24.8 (#3965)

The dropped patch is included in the new release.
This commit is contained in:
Christoph Reiter
2018-06-17 21:11:07 +02:00
committed by Алексей
parent d2c9c10504
commit d50722eead
2 changed files with 5 additions and 19 deletions

View File

@@ -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;

View File

@@ -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
}