From d097b73ca27ab5040c21a92f7d0a5ffe469fcb68 Mon Sep 17 00:00:00 2001 From: Bob Funk Date: Wed, 30 Aug 2023 22:19:14 +0900 Subject: [PATCH] libraries/template-glib: Updated for version 3.36.1. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- libraries/template-glib/README | 1 + libraries/template-glib/slack-desc | 16 ++++++++-------- libraries/template-glib/template-glib.info | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/libraries/template-glib/README b/libraries/template-glib/README index 3c465616e0..183a0d617e 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 db28f70454..84983d1401 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: 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: diff --git a/libraries/template-glib/template-glib.info b/libraries/template-glib/template-glib.info index 3b8119552f..560957e632 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"