void-packages/templates/libglade/template
Juan RP 21d3fc2719 libglade: update to 2.6.4, new deps style, converted to subpkgs.
--HG--
extra : convert_revision : 1e96514960b17613626ce6fabf5d7945e9545303
2009-04-20 04:02:42 +02:00

33 lines
1.2 KiB
Plaintext

# Template build file for 'libglade'.
pkgname=libglade
sourcepkg=$pkgname
version=2.6.4
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."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build python
Add_dependency full glibc
Add_dependency full xmlcatmgr
Add_dependency full gtk+
# Register DTDs with xmlcatmgr.
triggers="xml-catalog"
xml_entries="system http://glade.gnome.org/glade-2.0.dtd
/usr/share/xml/libglade/glade-2.0.dtd"