[arch-commits] Commit in gspell/repos (4 files)

Jan de Groot jgc at archlinux.org
Wed Sep 28 08:28:59 UTC 2016


    Date: Wednesday, September 28, 2016 @ 08:28:58
  Author: jgc
Revision: 277229

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

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

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

Copied: gspell/repos/gnome-unstable-i686/PKGBUILD (from rev 277228, gspell/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-28 08:28:58 UTC (rev 277229)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=gspell
+pkgver=1.2.0+2+g124a69f
+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' gtk-doc autoconf-archive git)
+_commit=124a69f276735fdc1f5b6bfb0460529ce62c444e  # master
+source=("git://git.gnome.org/gspell#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure  --prefix=/usr --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+package(){
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: gspell/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277228, gspell/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-28 08:28:58 UTC (rev 277229)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=gspell
+pkgver=1.2.0+2+g124a69f
+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' gtk-doc autoconf-archive git)
+_commit=124a69f276735fdc1f5b6bfb0460529ce62c444e  # master
+source=("git://git.gnome.org/gspell#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure  --prefix=/usr --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+package(){
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list