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

Andreas Radke andyrtr at gemini.archlinux.org
Sat Nov 13 16:27:05 UTC 2021


    Date: Saturday, November 13, 2021 @ 16:27:05
  Author: andyrtr
Revision: 428305

archrelease: copy trunk to extra-x86_64

Added:
  nuspell/repos/extra-x86_64/PKGBUILD
    (from rev 428304, nuspell/trunk/PKGBUILD)
Deleted:
  nuspell/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-13 16:26:19 UTC (rev 428304)
+++ PKGBUILD	2021-11-13 16:27:05 UTC (rev 428305)
@@ -1,48 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
-
-pkgname=nuspell
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='Fast and safe spellchecking C++ library'
-arch=('x86_64')
-url='https://nuspell.github.io/'
-license=('LGPL3')
-depends=('icu')
-makedepends=('cmake' 'pandoc')
-#makedepends=('cmake' 'ruby-ronn')
-checkdepends=('catch2')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
-#        ${pkgname}-pandoc.patch::https://github.com/nuspell/nuspell/commit/5d4f685011b2.patch)
-sha512sums=('92605c5f0d413b86711fea3b993d656552d5e72440303d3e71907a503d060ead032dfeb0dd8dbb790f35599b8cca8854bdd8650f0560793d9c62a11aebccc2e5')
-#            'SKIP')
-
-
-# 1st rebuild enchant
-# 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
-
-prepare() {
-  mkdir build
-  # temporarily use ronn - pandoc is unusable due to a separate haskell rebuild
-#  patch -Rp1 -f -d ${pkgname}-${pkgver} <${pkgname}-pandoc.patch || /bin/true
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DBUILD_SHARED_LIBS=ON
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: nuspell/repos/extra-x86_64/PKGBUILD (from rev 428304, nuspell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-13 16:27:05 UTC (rev 428305)
@@ -0,0 +1,48 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
+
+pkgname=nuspell
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='Fast and safe spellchecking C++ library'
+arch=('x86_64')
+url='https://nuspell.github.io/'
+license=('LGPL3')
+depends=('icu')
+makedepends=('cmake' 'pandoc')
+#makedepends=('cmake' 'ruby-ronn')
+checkdepends=('catch2')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
+#        ${pkgname}-pandoc.patch::https://github.com/nuspell/nuspell/commit/5d4f685011b2.patch)
+sha512sums=('f883d8c8a3a722a62d411d7b0973dd409c6d09d08ea678c577cef68ec8b5c7e4a4e4cb8a1323e632114414fc17137d1add996a72fbd522ab4de8c6f70fc77073')
+#            'SKIP')
+
+
+# 1st rebuild enchant
+# 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
+
+prepare() {
+  mkdir build
+  # temporarily use ronn - pandoc is unusable due to a separate haskell rebuild
+#  patch -Rp1 -f -d ${pkgname}-${pkgver} <${pkgname}-pandoc.patch || /bin/true
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DBUILD_SHARED_LIBS=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list