libraries/template-glib: Updated for version 3.36.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e05759f7c8
commit
d097b73ca2
|
@ -2,6 +2,7 @@ Template-GLib is a library to help you generate text based on a
|
||||||
template and user defined state. Template-GLib does not use a
|
template and user defined state. Template-GLib does not use a
|
||||||
language runtime, so it is safe to use from any
|
language runtime, so it is safe to use from any
|
||||||
GObject-Introspectable language.
|
GObject-Introspectable language.
|
||||||
|
|
||||||
Template-GLib allows you to access properties on GObjects as well as
|
Template-GLib allows you to access properties on GObjects as well as
|
||||||
call simple methods via GObject-Introspection.
|
call simple methods via GObject-Introspection.
|
||||||
|
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
template-glib: template-glib (Library to help you generate text based on a template)
|
template-glib: template-glib (A templating library for GLib)
|
||||||
template-glib:
|
template-glib:
|
||||||
template-glib: Template-GLib is a library to help you generate text based on a
|
template-glib: template-glib is a library for template expansion which supports
|
||||||
template-glib: template and user defined state. Template-GLib does not use a
|
template-glib: calling into GObject Introspection from templates.
|
||||||
template-glib: language runtime, so it is safe to use from any
|
|
||||||
template-glib: GObject-Introspectable language.
|
|
||||||
template-glib:
|
|
||||||
template-glib: Template-GLib allows you to access properties on GObjects as well as
|
|
||||||
template-glib: call simple methods via GObject-Introspection.
|
|
||||||
template-glib:
|
template-glib:
|
||||||
template-glib:
|
template-glib:
|
||||||
|
template-glib:
|
||||||
|
template-glib:
|
||||||
|
template-glib:
|
||||||
|
template-glib: https://gitlab.gnome.org/GNOME/template-glib
|
||||||
|
template-glib:
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="5867afc4a067770355e27602d7f33dbe"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Charadon"
|
MAINTAINER="Bob Funk"
|
||||||
EMAIL="dev@iotib.net"
|
EMAIL="bobfunk11@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue