graphviz-7.0.6.
This commit is contained in:
@@ -4,30 +4,17 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools, autotools, pisitools, get
|
||||||
from pisi.actionsapi import autotools
|
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
j = ''.join([
|
j = ''.join([
|
||||||
' --enable-lefty',
|
|
||||||
' --disable-r',
|
|
||||||
' --disable-lua',
|
|
||||||
' --disable-php',
|
|
||||||
' --disable-rpath',
|
|
||||||
' --disable-static',
|
' --disable-static',
|
||||||
' --disable-dependency-tracking',
|
|
||||||
' --with-libgd',
|
|
||||||
' --with-fontconfig',
|
|
||||||
' --with-pangocairo',
|
|
||||||
' --without-webp',
|
' --without-webp',
|
||||||
' --without-devil '
|
' --disable-dependency-tracking '
|
||||||
])
|
])
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.export("LIBPOSTFIX", "/")
|
shelltools.export("LIBPOSTFIX", "/")
|
||||||
shelltools.export("CONFIG_SHELL", "/bin/bash")
|
shelltools.export("CONFIG_SHELL", "/bin/bash")
|
||||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
|
||||||
autotools.configure(j)
|
autotools.configure(j)
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|||||||
@@ -8,20 +8,20 @@
|
|||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>EPL</License>
|
<License>EPL-1</License>
|
||||||
<IsA>app</IsA>
|
<IsA>app</IsA>
|
||||||
<Summary>Open source graph drawing software.</Summary>
|
<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>
|
<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="c1171b79b2977a56131d7f3e787b8d50e93f946e" type="tarbz2">
|
<Archive sha1sum="300872bdc5d5a7fd98d25195be09957465a2a243" type="tarxz">
|
||||||
https://gitlab.com/graphviz/graphviz/-/archive/2.50.0/graphviz-2.50.0.tar.bz2
|
https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/7.0.6/graphviz-7.0.6.tar.xz
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
|
||||||
<Dependency>swig</Dependency>
|
<Dependency>swig</Dependency>
|
||||||
<Dependency>libtool</Dependency>
|
<Dependency>libtool</Dependency>
|
||||||
<Dependency>doxygen</Dependency>
|
<Dependency>doxygen</Dependency>
|
||||||
<Dependency>gd-devel</Dependency>
|
<Dependency>gd-devel</Dependency>
|
||||||
<Dependency>tcl-devel</Dependency>
|
<Dependency>tcl-devel</Dependency>
|
||||||
|
<Dependency>lua-devel</Dependency>
|
||||||
<Dependency>guile-devel</Dependency>
|
<Dependency>guile-devel</Dependency>
|
||||||
<Dependency>pango-devel</Dependency>
|
<Dependency>pango-devel</Dependency>
|
||||||
<Dependency>cairo-devel</Dependency>
|
<Dependency>cairo-devel</Dependency>
|
||||||
@@ -41,6 +41,7 @@
|
|||||||
<Name>graphviz</Name>
|
<Name>graphviz</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gd</Dependency>
|
<Dependency>gd</Dependency>
|
||||||
|
<Dependency>lua</Dependency>
|
||||||
<Dependency>zlib</Dependency>
|
<Dependency>zlib</Dependency>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
@@ -48,10 +49,7 @@
|
|||||||
<Dependency>pango</Dependency>
|
<Dependency>pango</Dependency>
|
||||||
<Dependency>cairo</Dependency>
|
<Dependency>cairo</Dependency>
|
||||||
<Dependency>expat</Dependency>
|
<Dependency>expat</Dependency>
|
||||||
<Dependency>libXt</Dependency>
|
|
||||||
<Dependency>libX11</Dependency>
|
<Dependency>libX11</Dependency>
|
||||||
<Dependency>libXaw</Dependency>
|
|
||||||
<Dependency>libXmu</Dependency>
|
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
<Dependency>librsvg</Dependency>
|
<Dependency>librsvg</Dependency>
|
||||||
@@ -69,7 +67,7 @@
|
|||||||
<Package>
|
<Package>
|
||||||
<Name>graphviz-docs</Name>
|
<Name>graphviz-docs</Name>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/graphviz/doc</Path>
|
<Path fileType="doc">/usr/share/doc/graphviz</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -90,11 +88,18 @@
|
|||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="5">
|
||||||
|
<Date>2023-01-08</Date>
|
||||||
|
<Version>7.0.6</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2022-01-18</Date>
|
<Date>2022-01-18</Date>
|
||||||
<Version>2.50.0</Version>
|
<Version>2.50.0</Version>
|
||||||
|
|||||||
@@ -4,9 +4,11 @@
|
|||||||
<Summary xml:lang="tr">Açık kaynak bir grafik çizim programıdır</Summary>
|
<Summary xml:lang="tr">Açık kaynak bir grafik çizim programıdır</Summary>
|
||||||
<Description xml:lang="tr">Graphviz web ve etkileşimli grafik arayüzüne, yardımcı araç ve kütüphanelere sahip açık kaynak bir grafik canlandırma yazılımıdır. Graphviz renk, font, çizelge planı, çizgi stili ayarları ve özel şekiller gibi diyagramlara yönelik bir çok kullanışlı özelliğe sahiptir.</Description>
|
<Description xml:lang="tr">Graphviz web ve etkileşimli grafik arayüzüne, yardımcı araç ve kütüphanelere sahip açık kaynak bir grafik canlandırma yazılımıdır. Graphviz renk, font, çizelge planı, çizgi stili ayarları ve özel şekiller gibi diyagramlara yönelik bir çok kullanışlı özelliğe sahiptir.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>graphviz-docs</Name>
|
<Name>graphviz-docs</Name>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>graphviz-devel</Name>
|
<Name>graphviz-devel</Name>
|
||||||
<Summary xml:lang="tr">graphviz için geliştirme dosyaları</Summary>
|
<Summary xml:lang="tr">graphviz için geliştirme dosyaları</Summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user