Skip to content

Commit d2d2d73

Browse files
committed
graphviz: bump to 13.1.2
Fixes BobBuildTool#5.
1 parent dde43a5 commit d2d2d73

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

recipes/graphics/graphviz.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
inherit: [autotools]
1+
inherit: [cmake, python3]
22

33
metaEnvironment:
4-
PKG_VERSION: "2.44.1"
4+
PKG_VERSION: "13.1.2"
55

66
depends:
77
- libs::cairo-dev
@@ -18,17 +18,20 @@ depends:
1818

1919
checkoutSCM:
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]
2526
buildScript: |
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
3033
packageScript: |
31-
autotoolsPackageTgt
34+
cmakePackageTgt
3235
3336
provideDeps: ["*-tgt"]
3437

tests/buildall/recipes/all.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)