Age | Commit message (Collapse) | Author | Files | Lines |
|
to register the provided DTD. Bump PKGREVISION.
|
|
|
|
latest changes in the xmlcatmgr package.
|
|
across multiple packages (really, the package did not register itself in
the catalog before this change). Bump PKGREVISION to 4.
|
|
libglade2 to install modules inside it.
|
|
- Fix PKGNAME to use variable modifiers.
- Depend on python, which is required to create a script.
- Disable gtk-doc detection (not required).
- Install documentation in share/doc/html, instead of share/gtk-doc/html.
|
|
|
|
<jmmv@hispabsd.org>.
Changes are:
- fix up search path for libglade modules.
- various memory leak fixes (Kristian Rietveld).
- now uses buildlink2
|
|
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.
|