From b60a2affbe3619b1a728190290bc215fa081dfb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= Date: Sun, 22 Mar 2020 17:53:50 +0100 Subject: [PATCH] gspell: update list of dependencies and package description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gspell doesn’t use GSettings, and it no longer depends on GtkSourceView and the libxml2 (these deps were removed in gspell 0.2.2). --- mingw-w64-gspell/PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/mingw-w64-gspell/PKGBUILD b/mingw-w64-gspell/PKGBUILD index 8355eb89f4..fd163d341a 100644 --- a/mingw-w64-gspell/PKGBUILD +++ b/mingw-w64-gspell/PKGBUILD @@ -4,16 +4,13 @@ _realname=gspell pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.8.3 -pkgrel=1 +pkgrel=2 arch=('any') -pkgdesc="Spell-checking library for GTK+ (mingw-w64)" +pkgdesc="Spell-checking library for GTK applications (mingw-w64)" options=(strip staticlibs) -depends=("${MINGW_PACKAGE_PREFIX}-gsettings-desktop-schemas" - "${MINGW_PACKAGE_PREFIX}-gtk3" - "${MINGW_PACKAGE_PREFIX}-gtksourceview3" +depends=("${MINGW_PACKAGE_PREFIX}-gtk3" "${MINGW_PACKAGE_PREFIX}-iso-codes" - "${MINGW_PACKAGE_PREFIX}-enchant" - "${MINGW_PACKAGE_PREFIX}-libxml2") + "${MINGW_PACKAGE_PREFIX}-enchant") makedepends=("${MINGW_PACKAGE_PREFIX}-vala" "${MINGW_PACKAGE_PREFIX}-gobject-introspection") license=("LGPL 2.1")