Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions rarian.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <tinyxml.h>/#define TIXML_USE_STL\n#include <tinyxml.h>/g' */*

- uses: autoconf/configure
with:
opts: |
Expand Down