diff options
author | Bob Funk <bobfunk11@gmail.com> | 2023-08-30 22:19:14 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:24 +0700 |
commit | d097b73ca27ab5040c21a92f7d0a5ffe469fcb68 (patch) | |
tree | c1bdb68bfeb8289ac1f83dca10de5ff68f82d594 /libraries | |
parent | e05759f7c8bb3866147b161d87e701378643f790 (diff) |
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>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/template-glib/README | 1 | ||||
-rw-r--r-- | libraries/template-glib/slack-desc | 14 | ||||
-rw-r--r-- | libraries/template-glib/template-glib.info | 4 |
3 files changed, 10 insertions, 9 deletions
diff --git a/libraries/template-glib/README b/libraries/template-glib/README index 3c465616e0628..183a0d617ecd9 100644 --- a/libraries/template-glib/README +++ b/libraries/template-glib/README @@ -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. diff --git a/libraries/template-glib/slack-desc b/libraries/template-glib/slack-desc index db28f70454a9f..84983d1401c54 100644 --- a/libraries/template-glib/slack-desc +++ b/libraries/template-glib/slack-desc @@ -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 is a library for template expansion which supports +template-glib: calling into GObject Introspection from templates. 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: https://gitlab.gnome.org/GNOME/template-glib +template-glib: diff --git a/libraries/template-glib/template-glib.info b/libraries/template-glib/template-glib.info index 3b8119552fb2e..560957e6325cf 100644 --- a/libraries/template-glib/template-glib.info +++ b/libraries/template-glib/template-glib.info @@ -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" |