[arch-commits] Commit in enchant/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 5 21:15:11 UTC 2020
Date: Saturday, September 5, 2020 @ 21:15:11
Author: felixonmars
Revision: 395500
archrelease: copy trunk to testing-x86_64
Added:
enchant/repos/testing-x86_64/PKGBUILD
(from rev 395499, enchant/trunk/PKGBUILD)
Deleted:
enchant/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-05 21:15:01 UTC (rev 395499)
+++ PKGBUILD 2020-09-05 21:15:11 UTC (rev 395500)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=enchant
-pkgver=2.2.9
-pkgrel=1
-pkgdesc="A wrapper library for generic spell checking"
-arch=('x86_64')
-url="https://abiword.github.io/enchant/"
-license=('LGPL')
-depends=('glib2')
-makedepends=('boost' 'aspell' 'hunspell' 'hspell' 'nuspell' 'libvoikko')
-checkdepends=('unittestpp')
-optdepends=('aspell: for aspell based spell checking support'
- 'hunspell: for hunspell based spell checking support'
- 'libvoikko: for libvoikko based spell checking support'
- 'hspell: for hspell based spell checking support'
- 'nuspell: for nuspell based spell checking support')
-provides=('libenchant-2.so') # enchant_voikko.so enchant_nuspell.so enchant_hunspell.so enchant_hspell.so enchant_aspell.so)
-source=("https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz")
-sha512sums=('cfed111cd4a0b01cc2001ae668548cd7dcb0772282d86540db2b1a400edc9f300fcf39b3a65b11e04ebcb727ba5c37e2bedfbfaa84ae512660bd5099c0eb2498')
-
-prepare() {
- cd $pkgname-$pkgver
- autoreconf -vfi
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --disable-static \
- --enable-relocatable
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: enchant/repos/testing-x86_64/PKGBUILD (from rev 395499, enchant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-05 21:15:11 UTC (rev 395500)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=enchant
+pkgver=2.2.10
+pkgrel=1
+pkgdesc="A wrapper library for generic spell checking"
+arch=('x86_64')
+url="https://abiword.github.io/enchant/"
+license=('LGPL')
+depends=('glib2')
+makedepends=('boost' 'aspell' 'hunspell' 'hspell' 'nuspell' 'libvoikko')
+checkdepends=('unittestpp')
+optdepends=('aspell: for aspell based spell checking support'
+ 'hunspell: for hunspell based spell checking support'
+ 'libvoikko: for libvoikko based spell checking support'
+ 'hspell: for hspell based spell checking support'
+ 'nuspell: for nuspell based spell checking support')
+provides=('libenchant-2.so') # enchant_voikko.so enchant_nuspell.so enchant_hunspell.so enchant_hspell.so enchant_aspell.so)
+source=("https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz")
+sha512sums=('68e7df02695f218b42a01501ed0c1cdf6e7d8256063a4a021dc422a02ebabcf67377e5c0196f9e438f80563d3d08b1e9cf6f7450fa9fadff22adb5567b7959f5')
+
+prepare() {
+ cd $pkgname-$pkgver
+ autoreconf -vfi
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --disable-static \
+ --enable-relocatable
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list