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

Jan de Groot jgc at archlinux.org
Mon Mar 21 14:23:39 UTC 2016


    Date: Monday, March 21, 2016 @ 15:23:39
  Author: jgc
Revision: 262180

Add new package, required by gedit

Added:
  gspell/
  gspell/trunk/
  gspell/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Added: gspell/trunk/PKGBUILD
===================================================================
--- gspell/trunk/PKGBUILD	                        (rev 0)
+++ gspell/trunk/PKGBUILD	2016-03-21 14:23:39 UTC (rev 262180)
@@ -0,0 +1,24 @@
+# $Id:
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=gspell
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/gspell"
+license=('GPL2')
+depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz")
+sha256sums=('6a50257c871c318445881c115bdd11bb8da6672f7d5b99e96c2e7b5c00f077da')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure  --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+package(){
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list