summaryrefslogtreecommitdiff
path: root/extra/doxygen
diff options
context:
space:
mode:
Diffstat (limited to 'extra/doxygen')
-rw-r--r--extra/doxygen/PKGBUILD14
-rw-r--r--extra/doxygen/doxygen-configure-python2.patch11
2 files changed, 5 insertions, 20 deletions
diff --git a/extra/doxygen/PKGBUILD b/extra/doxygen/PKGBUILD
index 4a3acbcd5..5e8f11c89 100644
--- a/extra/doxygen/PKGBUILD
+++ b/extra/doxygen/PKGBUILD
@@ -1,26 +1,22 @@
-# $Id: PKGBUILD 202708 2013-12-25 21:15:10Z dan $
+# $Id: PKGBUILD 211662 2014-04-22 16:39:27Z dan $
# Maintainer: Dan McGee <dan@archlinux.org>
pkgbase=doxygen
pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.6
+pkgver=1.8.7
pkgrel=1
license=('GPL')
arch=(i686 x86_64)
url="http://www.doxygen.org/"
makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
'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')
+ source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
+md5sums=('ff0529df773301f63db82c25137b7fd8')
+sha1sums=('3728f183f390f96b4ec39d02782a7c2d91f7bfca')
build() {
export PATH=$PATH:/usr/lib/qt4/bin
cd "${srcdir}/${pkgbase}-${pkgver}"
- patch -Np1 < ../doxygen-configure-python2.patch
QTDIR=/usr/lib/qt4 ./configure --prefix /usr --with-doxywizard
make
}
diff --git a/extra/doxygen/doxygen-configure-python2.patch b/extra/doxygen/doxygen-configure-python2.patch
deleted file mode 100644
index 9750d1eb2..000000000
--- a/extra/doxygen/doxygen-configure-python2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- doxygen-1.8.6/configure.orig 2013-12-25 20:54:22.171988706 +0000
-+++ doxygen-1.8.6/configure 2013-12-25 20:54:33.405247482 +0000
-@@ -560,7 +560,7 @@
-
- printf " Checking for python... "
- if test "$f_python" = NO; then
-- python_names="python"
-+ python_names="python2 python"
- python_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin"
- python_prog=NO
- python_found=NO