. "$GRIMOIRE/FUNCTIONS"
. "${GRIMOIRE}/MESON_FUNCTIONS"
           SPELL=libgxps
if [[ $LIBGXPS_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=git://git.gnome.org/libgxps
  FORCE_DOWNLOAD=1
   SOURCE_IGNORE=volatile
else
         VERSION=0.3.2
          SOURCE=$SPELL-$VERSION.tar.xz
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE
     SOURCE_HASH=sha512:d3d56e4906477b68d088bf83bde666f9ea8bf383add592772aad53dd571e727f1bc0410dd020e12212ede5ff8e26cb46150a9860a6f7af29c4d195f03e946fe9
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        DOC_DIRS="docs/reference/html"
            DOCS="COPYING NEWS README"
        WEB_SITE=https://wiki.gnome.org/Projects/libgxps
         ENTERED=20110424
      LICENSE[0]=GPL
           SHORT="XPS Documents library"
cat << EOF
libgxps is a GObject based library for handling and rendering XPS documents.
EOF
