[arch-commits] Commit in vigra/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Mon Mar 12 20:41:57 UTC 2018
Date: Monday, March 12, 2018 @ 20:41:56
Author: archange
Revision: 306553
Fix doc installation
Building was not happening, and thus neither installation.
Building is actually failing if you try, so just use upstream build.
Modified:
vigra/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-12 19:29:43 UTC (rev 306552)
+++ PKGBUILD 2018-03-12 20:41:56 UTC (rev 306553)
@@ -6,7 +6,7 @@
pkgbase=vigra
pkgname=('vigra' 'vigra-doc')
pkgver=1.11.1
-pkgrel=5
+pkgrel=6
pkgdesc="Computer vision library"
arch=('x86_64')
url="https://ukoethe.github.io/vigra/"
@@ -14,7 +14,8 @@
makedepends=(# runtime deps
'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
# additional makedeps
- 'cmake' 'python-nose' 'doxygen' 'python-sphinx' 'boost' 'python-numpy')
+ 'cmake' 'boost' 'python-numpy')
+checkdepends=('python-nose')
source=("https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/vigra-${pkgver}-src.tar.gz")
sha256sums=('a5564e1083f6af6a885431c1ee718bad77d11f117198b277557f8558fa461aaf')
@@ -29,7 +30,6 @@
-DPYTHON_EXECUTABLE=/usr/bin/python \
-DWITH_OPENEXR=true \
-DWITH_VIGRANUMPY=1 \
- -DDOCDIR=../build/doc \
-DDOCINSTALL=share/doc
make
}
@@ -48,7 +48,7 @@
cd build
make DESTDIR="${pkgdir}" install
- install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+ install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
# Remove doc
rm -rf "${pkgdir}"/usr/share/doc
@@ -64,5 +64,5 @@
# Remove vigra package content
rm -rf "${pkgdir}"/usr/{bin,include,lib}
- install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+ install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}
More information about the arch-commits
mailing list