@@ -9,6 +9,9 @@ from pisi.actionsapi import shelltools, autotools, pisitools, get
|
||||
j = ''.join([
|
||||
' --disable-static',
|
||||
' --without-webp',
|
||||
' --enable-lefty',
|
||||
' --enable-ocaml=no',
|
||||
' --with-rsvg=yes',
|
||||
' --disable-dependency-tracking '
|
||||
])
|
||||
|
||||
|
||||
@@ -4,4 +4,5 @@ import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
# write layout's config
|
||||
os.system("rm -f usr/lib/graphviz/config{,6}")
|
||||
os.system("/usr/bin/dot -c")
|
||||
|
||||
@@ -12,9 +12,7 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>Open source graph drawing software.</Summary>
|
||||
<Description>Graphviz is open source graph visualization software which has web and interactive graphical interfaces, and auxiliary tools and libraries. Graphviz has many useful features for diagrams, such as options for colors, fonts, tabular node layouts, line styles, and custom shapes.</Description>
|
||||
<Archive sha1sum="24999d7c3995f1f3ccfbfabe357cee86dce7a4f8" type="tarxz">
|
||||
https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/7.1.0/graphviz-7.1.0.tar.xz
|
||||
</Archive>
|
||||
<Archive sha1sum="1c0d1081eb80e2cb5ef43c0a27b01a43ce288cd8" type="tarxz">https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/9.0.0/graphviz-9.0.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>swig</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
@@ -33,7 +31,7 @@
|
||||
<Dependency>librsvg-devel</Dependency>
|
||||
<Dependency>freeglut-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
<Dependency versionFrom="10.01.2">ghostscript-devel</Dependency>
|
||||
<Dependency>ghostscript-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -62,6 +60,9 @@
|
||||
<Path fileType="data">/usr/share/graphviz</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
@@ -93,6 +94,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2023-07-29</Date>
|
||||
<Version>9.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2023-07-29</Date>
|
||||
<Version>7.1.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user