void-packages/srcpkgs/libglade/template
Juan RP 9294a3a53d libglade: (un)register XML catalogs in the chroot.
--HG--
extra : convert_revision : 4c893052382fd63f8ac54b997674d118b6f53097
2010-04-23 15:29:47 +02:00

57 lines
1.8 KiB
Plaintext

# Template build file for 'libglade'.
pkgname=libglade
version=2.6.4
revision=2
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--without-xml-catalog"
short_desc="Runtime interpreter for GLADE GUI files"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec
long_desc="
Libglade is a library that performs a similar job to the C source
output routines in the GLADE user interface builder. Whereas GLADE's
output routines create C code that can then be compiled, libglade builds
the interface from an XML file (GLADE's save format) at runtime. This
way you can change the look of a program without needing to recompile.
Currently it supports all the widgets in current releases, together
with support for keyboard accelerators and automatic signal
connection."
# Register DTDs with xmlcatmgr.
export xml_entries="system http://glade.gnome.org/glade-2.0.dtd
/usr/share/xml/libglade/glade-2.0.dtd"
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libxml2
Add_dependency run gtk+
Add_dependency run atk
Add_dependency run glib
Add_dependency run pango
Add_dependency run cairo
Add_dependency run freetype
Add_dependency run fontconfig
Add_dependency build pkg-config
Add_dependency build python
Add_dependency build libxml2-devel
Add_dependency build gtk+-devel
Add_dependency build atk-devel
Add_dependency build glib-devel
Add_dependency build pango-devel
Add_dependency build cairo-devel
Add_dependency build freetype-devel
Add_dependency build fontconfig-devel
Add_dependency full xmlcatmgr
post_install()
{
cd ${XBPS_MASTERDIR} && ${XBPS_TRIGGERSDIR}/xml-catalog run post-install
}
pre_remove()
{
cd ${XBPS_MASTERDIR} && ${XBPS_TRIGGERSDIR}/xml-catalog run pre-remove
}