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:
Bob Funk 2023-08-30 22:19:14 +09:00 committed by Willy Sudiarto Raharjo
parent e05759f7c8
commit d097b73ca2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 11 additions and 10 deletions

View file

@ -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
language runtime, so it is safe to use from any
GObject-Introspectable language.
Template-GLib allows you to access properties on GObjects as well as
call simple methods via GObject-Introspection.

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----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 is a library to help you generate text based on a
template-glib: template and user defined state. Template-GLib does not use a
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 is a library for template expansion which supports
template-glib: calling into GObject Introspection from templates.
template-glib:
template-glib:
template-glib:
template-glib:
template-glib:
template-glib: https://gitlab.gnome.org/GNOME/template-glib
template-glib:

View file

@ -6,5 +6,5 @@ MD5SUM="5867afc4a067770355e27602d7f33dbe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Charadon"
EMAIL="dev@iotib.net"
MAINTAINER="Bob Funk"
EMAIL="bobfunk11@gmail.com"