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

Andreas Radke andyrtr at archlinux.org
Sun Dec 13 11:55:27 UTC 2020


    Date: Sunday, December 13, 2020 @ 11:55:26
  Author: andyrtr
Revision: 404275

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   89 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 46 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-13 11:55:13 UTC (rev 404274)
+++ PKGBUILD	2020-12-13 11:55:26 UTC (rev 404275)
@@ -1,43 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
-
-pkgname=nuspell
-pkgver=4.1.0
-pkgrel=3
-pkgdesc='Fast and safe spellchecking C++ library'
-arch=('x86_64')
-url='https://nuspell.github.io/'
-license=('LGPL3')
-depends=('boost-libs' 'icu')
-makedepends=('cmake' 'boost' 'catch2' 'ruby-ronn')
-source=("https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz"
-        ${pkgname}-pandoc.patch::https://github.com/nuspell/nuspell/commit/5d4f685011b2.patch)
-sha512sums=('d0c01dd73fefd8b9c800e6419fe916e55a53b8b19f5848d3766cdcb50383fdcd9e9bb49362b5cea4d9d2d7fda21aed055f28cb47b006e2049b2a904355f7f9ed'
-            'ca695c84df83e6df5a096017da91fa02ee4262acd45a66a111b9091ba9120defe67df2dad18c13d14ab2d211b83d58527d223791e948a0100d65d97eea5daf43')
-
-prepare() {
-  mkdir build
-  # temporarily use ronn during the boost 1.75.0 rebuild;
-  # pandoc is unusable due to a separate haskell rebuild
-  patch -Rp1 -d ${pkgbase}-${pkgver} <${pkgname}-pandoc.patch
-}
-
-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 404274, nuspell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-13 11:55:26 UTC (rev 404275)
@@ -0,0 +1,46 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
+
+pkgname=nuspell
+pkgver=4.2.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=('ae9157e9753868c002ed69a765fb705d29d993f3940e11efbc2699778a8b1abee2eb7daa0ff51187b899d6935a215a24662e5b52ec1ef5c644e90a0245f7583d'
+            'SKIP')
+
+
+
+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