[arch-commits] Commit in gspell (5 files)

Jan de Groot jgc at archlinux.org
Mon Mar 21 14:24:05 UTC 2016


    Date: Monday, March 21, 2016 @ 15:24:04
  Author: jgc
Revision: 262181

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gspell/repos/
  gspell/repos/gnome-unstable-i686/
  gspell/repos/gnome-unstable-i686/PKGBUILD
    (from rev 262180, gspell/trunk/PKGBUILD)
  gspell/repos/gnome-unstable-x86_64/
  gspell/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 262180, gspell/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: gspell/repos/gnome-unstable-i686/PKGBUILD (from rev 262180, gspell/trunk/PKGBUILD)
===================================================================
--- repos/gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD	2016-03-21 14:24:04 UTC (rev 262181)
@@ -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
+}

Copied: gspell/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262180, gspell/trunk/PKGBUILD)
===================================================================
--- repos/gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD	2016-03-21 14:24:04 UTC (rev 262181)
@@ -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