commit:     6402621c53532ce4c60a81b06e54ac08ebacd8be
Author:     Lukas Schmelting <lschmelting <AT> posteo <DOT> com>
AuthorDate: Tue Jun 10 16:58:24 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 22:05:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6402621c

dev-libs/template-glib: Version bump to 3.36.3

Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com>
Part-of: https://github.com/gentoo/gentoo/pull/42537
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/template-glib/Manifest                    |  1 +
 dev-libs/template-glib/template-glib-3.36.3.ebuild | 49 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-libs/template-glib/Manifest b/dev-libs/template-glib/Manifest
index f9e0eafff4e0..ec71f633163a 100644
--- a/dev-libs/template-glib/Manifest
+++ b/dev-libs/template-glib/Manifest
@@ -1 +1,2 @@
 DIST template-glib-3.36.2.tar.xz 64832 BLAKE2B 
63d413b8474ea641cb8ad3eecc69f4fefbb1b3d5b9a3ec1bc4dd7ddd3526ca3c8599bf811041df6685daa868ff5c302d650b1fc956a441a5d2b80adc069453ae
 SHA512 
226247151c932931a3c5c0f2278929ab6e6e82edbcab10dead5723ee4b8ef5c6d12775491b1aed7e7ccfee8b794be69a8c457e6639a63fdfc2b6e41d7efc2bee
+DIST template-glib-3.36.3.tar.xz 65620 BLAKE2B 
4c0106ae5aee7b226b53469b207f145cbfe35a487c48e030513594e61ab4dae010b3e20b110285a05990d72e9399ab9dffa4413547744d614fcce353172c115c
 SHA512 
cd860f9e8d3338162757c650611e835c9da4713db4ee9cac79e0edf0af092c80ae72928219d423897dce2d6523e2751dfc8770ff83026a7532b337a6c42379d6

diff --git a/dev-libs/template-glib/template-glib-3.36.3.ebuild 
b/dev-libs/template-glib/template-glib-3.36.3.ebuild
new file mode 100644
index 000000000000..a6afeec67df5
--- /dev/null
+++ b/dev-libs/template-glib/template-glib-3.36.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson vala
+
+DESCRIPTION="Templating library for GLib"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/template-glib";
+
+LICENSE="LGPL-2.1+"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+IUSE="gtk-doc +introspection test vala"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+       dev-libs/glib:2
+       dev-libs/gobject-introspection:=
+" # depends on go-i unconditionally for own functionality, USE flag controls 
GIR/typelib generation
+DEPEND="${RDEPEND}"
+BDEPEND="
+       vala? ( $(vala_depend) )
+       dev-util/glib-utils
+       app-alternatives/yacc
+       app-alternatives/lex
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+       gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_prepare() {
+       default
+       use vala && vala_setup
+}
+
+src_configure() {
+       local emesonargs=(
+               -Dtracing=false # extra trace debugging that would make things 
slower
+               -Dprofiling=false # -pg passing
+               $(meson_feature introspection)
+               $(meson_use vala vapi)
+               $(meson_use gtk-doc gtk_doc)
+               $(meson_use test tests)
+       )
+       meson_src_configure
+}

Reply via email to