mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/doxygen to 1.8.13-1
This commit is contained in:
parent
f1418b6b4e
commit
a1f2eaf0b2
1 changed files with 5 additions and 6 deletions
|
@ -5,16 +5,16 @@
|
|||
# - drop docs package for now, hangs build
|
||||
|
||||
pkgname=doxygen
|
||||
pkgver=1.8.12
|
||||
pkgver=1.8.13
|
||||
pkgrel=1
|
||||
license=('GPL')
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.doxygen.org/"
|
||||
makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
|
||||
makedepends=('cmake' 'gcc-libs' 'flex' 'qt5-base' 'texlive-core' 'ghostscript'
|
||||
'texlive-latexextra' 'graphviz' 'python2')
|
||||
source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
|
||||
md5sums=('08e0f7850c4d22cb5188da226b209a96')
|
||||
sha1sums=('eacf83859a5bd7f3f71b46f34759cefe1a05babc')
|
||||
md5sums=('0fa414975f8cd6d30e126c28327c1f7c')
|
||||
sha1sums=('a3c812346d2ebd7b2e79ed1fec3a6aa3aedd5f7b')
|
||||
|
||||
prepare() {
|
||||
mkdir build
|
||||
|
@ -31,7 +31,6 @@ build() {
|
|||
cmake "../${pkgbase}-${pkgver}" \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
|
||||
-DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
|
||||
-DQT_QMAKE_EXECUTABLE:FILE=/usr/lib/qt4/bin/qmake \
|
||||
-DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
|
||||
-Dbuild_doc:BOOL=OFF \
|
||||
-Dbuild_wizard:BOOL=ON
|
||||
|
@ -48,7 +47,7 @@ package_doxygen() {
|
|||
pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
|
||||
depends=('gcc-libs')
|
||||
optdepends=('graphviz: for caller/callee graph generation'
|
||||
'qt4: for doxywizard')
|
||||
'qt5-base: for doxywizard')
|
||||
|
||||
cd build
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
|
Loading…
Reference in a new issue