From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- extra/doxygen/PKGBUILD | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'extra/doxygen/PKGBUILD') diff --git a/extra/doxygen/PKGBUILD b/extra/doxygen/PKGBUILD index f17b7e395..4a3acbcd5 100644 --- a/extra/doxygen/PKGBUILD +++ b/extra/doxygen/PKGBUILD @@ -1,23 +1,27 @@ -# $Id: PKGBUILD 193586 2013-08-24 16:53:45Z dan $ +# $Id: PKGBUILD 202708 2013-12-25 21:15:10Z dan $ # Maintainer: Dan McGee pkgbase=doxygen pkgname=('doxygen' 'doxygen-docs') -pkgver=1.8.5 +pkgver=1.8.6 pkgrel=1 license=('GPL') arch=(i686 x86_64) url="http://www.doxygen.org/" makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript' - 'texlive-latexextra' 'graphviz') -source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz) -md5sums=('db51274568755e2c75c2657e30a78a55') -sha1sums=('1fc5ceec21122fe5037edee4c308ac94b59ee33e') + 'texlive-latexextra' 'graphviz' 'python2') +source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz + doxygen-configure-python2.patch) +md5sums=('9385dc52f0627875f8fa758e754ec674' + 'a16ef06cd207292eda73801ea3835f1e') +sha1sums=('204f1b3695c73efac44a521609c5360241d64045' + '98f9f473f906c5cd363b29c65b54bbe998c0793e') build() { export PATH=$PATH:/usr/lib/qt4/bin cd "${srcdir}/${pkgbase}-${pkgver}" - QTDIR=/usr ./configure --prefix /usr --with-doxywizard + patch -Np1 < ../doxygen-configure-python2.patch + QTDIR=/usr/lib/qt4 ./configure --prefix /usr --with-doxywizard make } -- cgit v1.2.3-54-g00ecf