b23764df75
--HG-- extra : convert_revision : 728a6f45f233ad4ec5e58556eeaa4a33781217b5
28 lines
1.1 KiB
Cheetah
28 lines
1.1 KiB
Cheetah
# Template build file for 'libglade'.
|
|
pkgname=libglade
|
|
version=2.6.3
|
|
distfiles="
|
|
http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/$pkgname-$version@.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--without-xml-catalog"
|
|
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
pkgconfig_override="libglade-2.0.pc"
|
|
short_desc="Runtime interpreter for GLADE GUI files"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=73b00932c5a5ea1dfa25b2677783f5e52202ce8e
|
|
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.
|
|
xml_entries="system http://glade.gnome.org/glade-2.0.dtd
|
|
$PKGFS_DESTDIR/$pkgname-$version/share/xml/libglade/glade-2.0.dtd"
|
|
|
|
postinstall_helpers="xml-catalogs.sh"
|