Date: Monday, October 3, 2022 @ 22:43:23
Author: heftig
Revision: 457179
archrelease: copy trunk to extra-x86_64
Added:
gspell/repos/extra-x86_64/PKGBUILD
(from rev 457178, gspell/trunk/PKGBUILD)
Deleted:
gspell/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 87 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 45 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-03 22:43:06 UTC (rev 457178)
+++ PKGBUILD 2022-10-03 22:43:23 UTC (rev 457179)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-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
-}
Copied: gspell/repos/extra-x86_64/PKGBUILD (from rev 457178,
gspell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-03 22:43:23 UTC (rev 457179)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gspell
+pkgver=1.12.0
+pkgrel=1
+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=433999a26171030de17dcdceabeae3c4274352a4 # tags/1.12.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 --sysconfdir=/etc --localstatedir=/var \
+ --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
+}
+
+# vim:set sw=2 sts=-1 et: