doxygen: update to 1.7.0.
This commit is contained in:
parent
518459432c
commit
cbbdc71e20
2 changed files with 13 additions and 2 deletions
11
srcpkgs/doxygen/patches/doxyapp_link_to_libpthread.patch
Normal file
11
srcpkgs/doxygen/patches/doxyapp_link_to_libpthread.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- addon/doxyapp/Makefile.doxyapp.orig 2010-06-23 01:03:15.167342549 +0200
|
||||
+++ addon/doxyapp/Makefile.doxyapp 2010-06-23 01:03:28.205223709 +0200
|
||||
@@ -14,7 +14,7 @@ CXXFLAGS= -pipe -D_LARGEFILE_SOURCE -Wal
|
||||
INCPATH = -I../../qtools -I../../src
|
||||
LINK = g++
|
||||
LFLAGS = -g
|
||||
-LIBS = -L../../lib -L../../lib -ldoxygen -lqtools -lmd5 -ldoxycfg -lpng
|
||||
+LIBS = -L../../lib -L../../lib -ldoxygen -lqtools -lmd5 -ldoxycfg -lpng -lpthread
|
||||
MOC = /usr/bin/moc
|
||||
|
||||
TAR = tar -cf
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'doxygen'
|
||||
pkgname=doxygen
|
||||
version=1.6.3
|
||||
version=1.7.0
|
||||
distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz"
|
||||
build_style=configure
|
||||
configure_script="env QTDIR=/usr ./configure"
|
||||
|
@ -10,7 +10,7 @@ INSTALL=$XBPS_DESTDIR/$pkgname-$version/usr
|
|||
MAN1DIR=share/man/man1 install"
|
||||
short_desc="Source code documentation generator tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=a3a6524b5fc1da084fd0e081507c99240abaffff85f76ef7b15c9fb3ae248492
|
||||
checksum=c842a485b82061b0456f7b83295cf7f0d7afa864398ce9521c12033a46b60eaa
|
||||
long_desc="
|
||||
Doxygen is a documentation system for C++, C, Java, Objective-C, Python,
|
||||
IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some
|
||||
|
|
Loading…
Reference in a new issue