File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- inherit : [autotools ]
1+ inherit : [cmake, python3 ]
22
33metaEnvironment :
4- PKG_VERSION : " 2.44.1 "
4+ PKG_VERSION : " 13.1.2 "
55
66depends :
77 - libs::cairo-dev
@@ -18,17 +18,20 @@ depends:
1818
1919checkoutSCM :
2020 scm : url
21- url : https://www2. graphviz.org/Packages/stable/portable_source/ graphviz-${PKG_VERSION}.tar.gz
22- digestSHA256 : 8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313
21+ url : https://gitlab.com/ graphviz/graphviz/-/archive/${PKG_VERSION}/ graphviz-${PKG_VERSION}.tar.bz2
22+ digestSHA256 : c062e7ef870b2b2d0196076b601839316ede3a5a10efad2e9d9f2d3fbd9d57ca
2323 stripComponents : 1
2424
25+ buildTools : [bison, flex]
2526buildScript : |
26- export ac_cv_prog_PS2PDF="true"
27- export ac_cv_prog_GROFF="true"
28- autotoolsBuild $1
27+ cmakeBuild $1 \
28+ -DWITH_GVEDIT=OFF \
29+ -DCMAKE_SKIP_INSTALL_RPATH=ON \
30+ -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \
31+ -Dwith_sfdp=OFF
2932
3033packageScript : |
31- autotoolsPackageTgt
34+ cmakePackageTgt
3235
3336provideDeps : ["*-tgt"]
3437
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ depends:
1010 - core::tz-data
1111 - core::tz-zic
1212
13- # FIXME: See https://github.com/BobBuildTool/basement-gnu-linux/issues/5
14- # - graphics::graphviz
13+ - graphics::graphviz
1514 - graphics::fonts::dejavu
1615 - graphics::fonts::unicode
1716 - graphics::imagemagick
You can’t perform that action at this time.
0 commit comments