./devel/libglade, Runtime interpreter for GLADE GUI files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6.4nb2, Package name: libglade-2.6.4nb2, Maintainer: drochner

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.


Required to run:
[textproc/xmlcatmgr] [textproc/libxml2] [devel/atk] [devel/glib2] [x11/gtk2]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/pkg-config] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto]

Master sites: (Expand)

SHA1: 8465851733b8a0efbe57c43efc0f140d8e2d2edb
RMD160: 516a43543e518a319ca9b35556ca1ac88e2ce8fb
Filesize: 347.772 KB

Version history: (Expand)


CVS history: (Expand)


   2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) | Package updated
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-01-30 17:28:01 by Klaus Heinz | Files touched by this commit (18)
Log message:
Added LICENSE information.
   2009-09-27 00:17:16 by Thomas Klausner | Files touched by this commit (1)
Log message:
Since this was renamed from libglade2 to libglade (more than two years
ago...) it should conflict with libglade2, not libglade (i.e. itself).

Noted by reed@
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129)
Log message:
Remove @dirrm related logic.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-19 12:26:41 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 2.6.4
changes:
* Fix GTK+ single includes
* Use G_DEFINE_TYPE instead of registering the type by hand
* Clean up code
* Remove deprecated GLib functions