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

Antonio Rojas arojas at archlinux.org
Sun Nov 27 11:07:39 UTC 2016


    Date: Sunday, November 27, 2016 @ 11:07:39
  Author: arojas
Revision: 282122

Support hunspell 1.5

Modified:
  sonnet/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-27 10:53:22 UTC (rev 282121)
+++ PKGBUILD	2016-11-27 11:07:39 UTC (rev 282122)
@@ -14,13 +14,19 @@
 optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 
             'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+        sonnet-hunspell-1.5.patch::"https://cgit.kde.org/sonnet.git/patch/?id=5fc1e967")
 md5sums=('9fe51016d7879cb8fac5fe374491a561'
-         'SKIP')
+         'SKIP'
+         '4fbff060e00017db0c10f862efe941a9')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+# Support hunspell 1.5
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sonnet-hunspell-1.5.patch
 }
 
 build() {



More information about the arch-commits mailing list