gedit: update to 42.0

This commit is contained in:
Biswapriyo Nath
2022-04-04 15:45:42 +05:30
committed by GitHub
parent 1f83db04b9
commit 3fc3dc4eb0

View File

@@ -3,8 +3,8 @@
_realname=gedit
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.38.1
pkgrel=3
pkgver=42.0
pkgrel=1
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
pkgdesc="A text editor for GNOME (mingw-w64)"
@@ -16,8 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-adwaita-icon-theme"
"${MINGW_PACKAGE_PREFIX}-libpeas"
"${MINGW_PACKAGE_PREFIX}-python-gobject"
"${MINGW_PACKAGE_PREFIX}-gspell"
"${MINGW_PACKAGE_PREFIX}-gobject-introspection-runtime"
"${MINGW_PACKAGE_PREFIX}-tepl5")
"${MINGW_PACKAGE_PREFIX}-gobject-introspection-runtime")
makedepends=("${MINGW_PACKAGE_PREFIX}-gobject-introspection"
"${MINGW_PACKAGE_PREFIX}-gtk-doc"
"${MINGW_PACKAGE_PREFIX}-gettext"
@@ -34,7 +33,7 @@ url="https://www.gnome.org"
install=${_realname}-${MSYSTEM}.install
source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz
"0001-workaround-no-delayed-loading.patch")
sha256sums=('0053853d2cd59cad8a1662f5b4fdcfab47b4c0940063bacd6790a9948642844d'
sha256sums=('a87991f42961eb4f6abcdbaabb784760c23aeaeefae6363d3e21a61e9c458437'
'96f71347451a4443e29135853abea2260e3d4cc32b1691569f2669f18720dd52')
prepare() {