# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
set branch [join [lrange [split ${version} .] 0 1] .]
description This is an implementation of the Gnome Printing Architecture
long_description ${description}
homepage http://www.levien.com/gnome/print-arch.html
depends_build port:bison \
depends_lib port:libart_lgpl \
path:lib/pkgconfig/pango.pc:pango
master_sites gnome:sources/${name}/${branch}/
checksums md5 63b05ffb5386e131487c6af30f4c56ac \
sha1 cfb77148923b24b1651982a21b3cb55e312ff6d5 \
rmd160 4f786ad61dc27177c350a5baa27cfc8b1140c32e
# missing-stdio: https://bugzilla.gnome.org/show_bug.cgi?id=653388
# patch-freetype-2.5.1: https://bugzilla.gnome.org/show_bug.cgi?id=719592
patchfiles missing-stdio.patch \
patch-freetype-2.5.1.diff \
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
configure.cmd ./autogen.sh
# gtk-doc build not compatible with gtk-doc @1.26
configure.args --disable-gtk-doc