27 lines
1 KiB
Text
27 lines
1 KiB
Text
# Template build file for 'libglademm'.
|
|
pkgname=libglademm
|
|
version=2.6.7
|
|
revision=1
|
|
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config gtkmm2-devel libglade-devel"
|
|
homepage="http://www.gtkmm.org"
|
|
license="GPL-2"
|
|
short_desc="Runtime interpreter for GLADE GUI files (gtkmm2 binding)"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
|
|
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.
|
|
|
|
This is the gtkmm2 binding"
|
|
|
|
subpackages="$pkgname-devel"
|
|
|