[arch-commits] Commit in gspell/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Fri May 6 11:32:42 UTC 2022


    Date: Friday, May 6, 2022 @ 11:32:41
  Author: heftig
Revision: 444753

1.10.0-2: FS#74619 fix deps

Modified:
  gspell/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-06 08:19:16 UTC (rev 444752)
+++ PKGBUILD	2022-05-06 11:32:41 UTC (rev 444753)
@@ -3,12 +3,12 @@
 
 pkgname=gspell
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Spell-checking library for GTK applications"
 url="https://gitlab.gnome.org/GNOME/gspell"
 arch=(x86_64)
 license=(LGPL)
-depends=(gtk3 enchant libxml2 iso-codes)
+depends=(glib2 gtk3 enchant icu)
 makedepends=(gobject-introspection vala gtk-doc autoconf-archive git)
 options=(debug)
 _commit=59d9cad6f3d1923d87b4ef0352a6539cd6aac52e  # tags/1.10.0^0
@@ -33,7 +33,8 @@
 }
 
 package(){
-  depends+=(libg{lib,object,io}-2.0.so libgtk-3.so libenchant-2.so)
+  depends+=(libg{lib,object,io}-2.0.so libpango-1.0.so libgtk-3.so
+            libenchant-2.so libicuuc.so)
   provides+=("libgspell-${pkgver%%.*}.so")
 
   cd gspell



More information about the arch-commits mailing list