graphviz-7.0.6.

This commit is contained in:
4fury-c3440d8
2023-01-08 04:41:45 +03:00
parent c8f6c7b235
commit e0ccba274a
3 changed files with 18 additions and 24 deletions
+2 -15
View File
@@ -4,30 +4,17 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools, autotools, pisitools, get
j = ''.join([
' --enable-lefty',
' --disable-r',
' --disable-lua',
' --disable-php',
' --disable-rpath',
' --disable-static',
' --disable-dependency-tracking',
' --with-libgd',
' --with-fontconfig',
' --with-pangocairo',
' --without-webp',
' --without-devil '
' --disable-dependency-tracking '
])
def setup():
shelltools.export("LIBPOSTFIX", "/")
shelltools.export("CONFIG_SHELL", "/bin/bash")
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure(j)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+14 -9
View File
@@ -8,20 +8,20 @@
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>EPL</License>
<License>EPL-1</License>
<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="c1171b79b2977a56131d7f3e787b8d50e93f946e" type="tarbz2">
https://gitlab.com/graphviz/graphviz/-/archive/2.50.0/graphviz-2.50.0.tar.bz2
<Archive sha1sum="300872bdc5d5a7fd98d25195be09957465a2a243" type="tarxz">
https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/7.0.6/graphviz-7.0.6.tar.xz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>swig</Dependency>
<Dependency>libtool</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>gd-devel</Dependency>
<Dependency>tcl-devel</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>guile-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -41,6 +41,7 @@
<Name>graphviz</Name>
<RuntimeDependencies>
<Dependency>gd</Dependency>
<Dependency>lua</Dependency>
<Dependency>zlib</Dependency>
<Dependency>perl</Dependency>
<Dependency>glib2</Dependency>
@@ -48,10 +49,7 @@
<Dependency>pango</Dependency>
<Dependency>cairo</Dependency>
<Dependency>expat</Dependency>
<Dependency>libXt</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libXaw</Dependency>
<Dependency>libXmu</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>python3</Dependency>
<Dependency>librsvg</Dependency>
@@ -69,7 +67,7 @@
<Package>
<Name>graphviz-docs</Name>
<Files>
<Path fileType="doc">/usr/share/graphviz/doc</Path>
<Path fileType="doc">/usr/share/doc/graphviz</Path>
</Files>
</Package>
@@ -90,11 +88,18 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<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">
<Date>2022-01-18</Date>
<Version>2.50.0</Version>
@@ -4,9 +4,11 @@
<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>
</Source>
<Package>
<Name>graphviz-docs</Name>
</Package>
<Package>
<Name>graphviz-devel</Name>
<Summary xml:lang="tr">graphviz için geliştirme dosyaları</Summary>