Merge pull request #1307 from ertugerata/master

update doxygen
This commit is contained in:
Ertuğrul Erata
2016-03-24 13:50:40 +02:00
2 changed files with 13 additions and 15 deletions
+5 -7
View File
@@ -6,21 +6,19 @@
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
from pisi.actionsapi import cmaketools
def setup(): def setup():
# --shared and --release are default parameters, however we just write them # --shared and --release are default parameters, however we just write them
# to down to avoid confusing wheter it's a static/shared or release/debug # to down to avoid confusing wheter it's a static/shared or release/debug
# package at the first look :) # package at the first look :)
autotools.rawConfigure("--shared \ cmaketools.configure()
--release \
--dot dot \
--prefix /usr")
def build(): def build():
autotools.make() cmaketools.make()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.doman("doc/doxywizard.1") #pisitools.doman("doc/doxywizard.1")
+8 -8
View File
@@ -13,9 +13,9 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Documentation and analysis tool for C++, C, Java, IDL, PHP and C#</Summary> <Summary>Documentation and analysis tool for C++, C, Java, IDL, PHP and C#</Summary>
<Description>Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D.</Description> <Description>Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D.</Description>
<Archive sha1sum="3728f183f390f96b4ec39d02782a7c2d91f7bfca" type="targz">ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.7.src.tar.gz</Archive> <Archive sha1sum="c0841007cf8a7910ccf0d8e4f7a5dd8fd2d9fc18" type="targz">ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.src.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libgcc</Dependency> <Dependency>cmake</Dependency>
</BuildDependencies> </BuildDependencies>
<!-- <!--
Doxygen might use the following binaries at runtime: Doxygen might use the following binaries at runtime:
@@ -28,11 +28,11 @@
We do not write these as build dependencies since it doesn't We do not write these as build dependencies since it doesn't
check for their existance. This is good for bootstrapping ;) check for their existance. This is good for bootstrapping ;)
--> -->
<Patches> <!--Patches>
<Patch level="1">fedora/doxygen-1.8.6-config.patch</Patch> <Patch level="1">fedora/doxygen-1.8.6-config.patch</Patch>
<Patch level="1">fedora/doxygen-1.8.3-multilib.patch</Patch> <Patch level="1">fedora/doxygen-1.8.3-multilib.patch</Patch>
<Patch level="1">fedora/doxygen-1.8.7-html_timestamp_default_false.patch</Patch> <Patch level="1">fedora/doxygen-1.8.7-html_timestamp_default_false.patch</Patch>
</Patches> </Patches-->
</Source> </Source>
<Package> <Package>
@@ -67,11 +67,11 @@
<History> <History>
<Update release="1"> <Update release="1">
<Date>2014-05-24</Date> <Date>2016-03-24</Date>
<Version>1.8.7</Version> <Version>1.8.11</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Alihan Öztürk</Name> <Name>Ertuğrul Erata</Name>
<Email>alihan@pisilinux.org</Email> <Email>ertugrulerata@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>