diff --git a/rarian.yaml b/rarian.yaml index aee05a62d835..e7eb9afa3c02 100644 --- a/rarian.yaml +++ b/rarian.yaml @@ -1,7 +1,7 @@ package: name: rarian version: 0.8.4 - epoch: 0 + epoch: 1 description: Documentation meta-data library, designed as a replacement for Scrollkeeper. copyright: - license: GPL-2.0+, LGPL-2.1+, Zlib @@ -16,13 +16,20 @@ environment: - autoconf - libxslt-dev - bash + - tinyxml-dev + - tinyxml pipeline: - uses: fetch with: - expected-sha256: aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577 + expected-sha256: 55624f9001fce8f6c8032d7d57bf2acfe7c150bafb3b1bb715319a1b2eb9b2c5 uri: https://gitlab.freedesktop.org/rarian/rarian/-/releases/${{package.version}}/downloads/assets/rarian-${{package.version}}.tar.bz2 + - runs: | + # Our build of tinyxml uses the STL, we need to set this define var + sed -i 's/#include "tinyxml.h"/#define TIXML_USE_STL\n#include "tinyxml.h"/g' */* + sed -i 's/#include /#define TIXML_USE_STL\n#include /g' */* + - uses: autoconf/configure with: opts: |