pidgin/jhbuild

34c5882dc180
A whole lot more work fixed the brotli pkg-config issue and add some missing checksums
<?xml version="1.0"?>
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
<repository type="hg" name="keep.imfreedom.org" href="https://keep.imfreedom.org"/>
<repository type="tarball" name="tarball.github.com" href="https://github.com/"/>
<include href="gnome.modules"/>
<!-- dependencies -->
<cmake id="cmark">
<branch repo="tarball.github.com"
module="commonmark/cmark/archive/${version}.tar.gz"
version="0.29.0"
hash="sha256:2558ace3cbeff85610de3bda32858f722b359acdadf0c4691851865bb84924a6"
checkoutdir="cmark-${version}">
</branch>
</cmake>
<autotools id="gumbo-parser"
autogen-sh="./autogen.sh &amp;&amp; ./configure"
supports-non-srcdir-builds="no">
<branch repo="tarball.github.com"
module="google/gumbo-parser/archive/v${version}.tar.gz"
version="0.10.1"
hash="sha256:28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad"
checkoutdir="gumbo-parser-${version}">
</branch>
</autotools>
<!-- our software -->
<meson id="talkatu" mesonargs="-Dhelp2man=false -Ddoc=false">
<branch repo="keep.imfreedom.org" checkoutdir="talkatu" module="talkatu/talkatu"/>
<dependencies>
<dep package="cmark"/>
<dep package="glib"/>
<dep package="gspell"/>
<dep package="gtk+-3"/>
<dep package="gumbo-parser"/>
</dependencies>
</meson>
<meson id="gplugin" mesonargs="-Dlua=false -Dperl5=false -Dhelp2man=false -Ddoc=false">
<branch repo="keep.imfreedom.org" checkoutdir="gplugin" module="gplugin/gplugin"/>
<dependencies>
<dep package="glib"/>
<dep package="gobject-introspection"/>
<dep package="gtk+-3"/>
<dep package="pygobject"/>
<dep package="vala"/>
</dependencies>
</meson>
<meson id="pidgin3" mesonargs="-Dconsoleui=false -Ddoc=false">
<branch repo="keep.imfreedom.org" checkoutdir="pidgin3" module="pidgin/pidgin"/>
<dependencies>
<dep package="glib"/>
<dep package="gplugin"/>
<dep package="gtk+-3"/>
<dep package="libnice"/>
<dep package="talkatu"/>
</dependencies>
</meson>
</moduleset>