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

Jan Steffens heftig at gemini.archlinux.org
Fri May 6 11:32:50 UTC 2022


    Date: Friday, May 6, 2022 @ 11:32:49
  Author: heftig
Revision: 444754

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-06 11:32:41 UTC (rev 444753)
+++ PKGBUILD	2022-05-06 11:32:49 UTC (rev 444754)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gspell
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="Spell-checking library for GTK applications"
-url="https://gitlab.gnome.org/GNOME/gspell"
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 enchant libxml2 iso-codes)
-makedepends=(gobject-introspection vala gtk-doc autoconf-archive git)
-options=(debug)
-_commit=59d9cad6f3d1923d87b4ef0352a6539cd6aac52e  # tags/1.10.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gspell
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd gspell
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gspell
-  ./configure  --prefix=/usr --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package(){
-  depends+=(libg{lib,object,io}-2.0.so libgtk-3.so libenchant-2.so)
-  provides+=("libgspell-${pkgver%%.*}.so")
-
-  cd gspell
-  make DESTDIR="$pkgdir" install
-}

Copied: gspell/repos/extra-x86_64/PKGBUILD (from rev 444753, gspell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-06 11:32:49 UTC (rev 444754)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gspell
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="Spell-checking library for GTK applications"
+url="https://gitlab.gnome.org/GNOME/gspell"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk3 enchant icu)
+makedepends=(gobject-introspection vala gtk-doc autoconf-archive git)
+options=(debug)
+_commit=59d9cad6f3d1923d87b4ef0352a6539cd6aac52e  # tags/1.10.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gspell
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gspell
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gspell
+  ./configure  --prefix=/usr --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  depends+=(libg{lib,object,io}-2.0.so libpango-1.0.so libgtk-3.so
+            libenchant-2.so libicuuc.so)
+  provides+=("libgspell-${pkgver%%.*}.so")
+
+  cd gspell
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list