doxygen: Update to 1.8.9

This commit is contained in:
Alexpux
2015-01-02 00:50:14 +03:00
parent 0e72395b47
commit b99b3d396d
2 changed files with 5 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
_realname=doxygen
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.8.8
pkgver=1.8.9
pkgrel=1
pkgdesc="A documentation system for C++, C, Java, IDL and PHP (mingw-w64)"
arch=('any')
@@ -23,11 +23,11 @@ source=("http://ftp.stack.nl/pub/users/dimitri/${_realname}-${pkgver}.src.tar.gz
'tmake-unquote.patch'
'fix-casts.patch'
'remove-extra-slashes.patch')
sha1sums=('cd511c73e7669dde5ac3e14a5d1abae093aaf1d9'
sha1sums=('b447251d32343ecf867f0a20cb63da4b478bfbab'
'98f9f473f906c5cd363b29c65b54bbe998c0793e'
'11ff505d15fa890aaa88fd7775842eb7ea3c1ed4'
'6b6338b36e1964064b303dc69282f87b335e5571'
'2a60fdfa3ecadda96478b67d2d1bdd833644c650'
'85f7e0b107fe788a071da5d94af54cd3bdab9e8a'
'4a8a560f317bd8710b88a658706391fb25212471')
noextract=(${_realname}-${pkgver}.src.tar.gz)
@@ -60,5 +60,4 @@ package() {
#make DESTDIR="${pkgdir}" install
make INSTALL="${pkgdir}${MINGW_PREFIX}" MAN1DIR=share/man/man1 install
#rm -r "${pkgdir}${MINGW_PREFIX}"/share/man
}

View File

@@ -1,5 +1,5 @@
--- doxygen-1.8.6/qtools/scstring.cpp.orig 2013-05-19 19:12:31.000000000 +0400
+++ doxygen-1.8.6/qtools/scstring.cpp 2014-04-04 06:54:07.313800000 +0400
--- doxygen-1.8.6/qtools/qcstring.cpp.orig 2013-05-19 19:12:31.000000000 +0400
+++ doxygen-1.8.6/qtools/qcstring.cpp 2014-04-04 06:54:07.313800000 +0400
@@ -476,7 +476,7 @@
if ( to > first && *(to-1) == 0x20 )
to--;