[arch-commits] Commit in gspell/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Sep 7 20:21:11 UTC 2019


    Date: Saturday, September 7, 2019 @ 20:21:10
  Author: heftig
Revision: 362023

archrelease: copy trunk to extra-x86_64

Added:
  gspell/repos/extra-x86_64/PKGBUILD
    (from rev 362022, gspell/trunk/PKGBUILD)
Deleted:
  gspell/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 41 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-07 20:21:00 UTC (rev 362022)
+++ PKGBUILD	2019-09-07 20:21:10 UTC (rev 362023)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gspell
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
-url="https://wiki.gnome.org/Projects/gspell"
-arch=(x86_64)
-license=(GPL2)
-depends=(gtk3 enchant libxml2 iso-codes)
-makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=ba03499234037861e01ce1e83075e8a32b9790f3  # tags/1.8.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gspell.git#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/extra-x86_64/PKGBUILD (from rev 362022, gspell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-07 20:21:10 UTC (rev 362023)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gspell
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
+url="https://wiki.gnome.org/Projects/gspell"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 enchant libxml2 iso-codes)
+makedepends=(gobject-introspection vala gtk-doc autoconf-archive git)
+_commit=90cf3a18c26948c8c7a083cac1f8708a01838514  # tags/1.8.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Our autoconf-archive is too new (AX_CODE_COVERAGE changed API in v28)
+  find -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
+
+  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