From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-amtk/
Date: Sun, 26 Jan 2025 15:01:43 +0000 (UTC) [thread overview]
Message-ID: <1737903639.fd73946e22d5d01091554178ca7db58f55db46a0.pacho@gentoo> (raw)
commit: fd73946e22d5d01091554178ca7db58f55db46a0
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Tue Sep 17 13:55:10 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 15:00:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd73946e
gui-libs/libgedit-amtk: Bump to 5.9.0
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-libs/libgedit-amtk/Manifest | 1 +
gui-libs/libgedit-amtk/libgedit-amtk-5.9.0.ebuild | 40 +++++++++++++++++++++++
gui-libs/libgedit-amtk/metadata.xml | 2 +-
3 files changed, 42 insertions(+), 1 deletion(-)
diff --git a/gui-libs/libgedit-amtk/Manifest b/gui-libs/libgedit-amtk/Manifest
index 6c7e585c25eb..5a1c4ea6b5e2 100644
--- a/gui-libs/libgedit-amtk/Manifest
+++ b/gui-libs/libgedit-amtk/Manifest
@@ -1 +1,2 @@
DIST libgedit-amtk-5.8.0.tar.xz 58848 BLAKE2B cb1bb4dd45be7e326e5a35af0cc7dddf22615b79fa0e4669ad1ede7b0042c210e98e8dc131640898328548092ff7ae7d7554d3d7f0c96c22730c295787dd07f1 SHA512 07aa15493023177c574f9b4178e6cc125a02f91e2e5ede4136c0a473860003f790a4348f1fe75fd126922c4e5ce7ca7e9856dc5c257b48784b7242dc758311e3
+DIST libgedit-amtk-5.9.0.tar.xz 59428 BLAKE2B b55adb7a679acdf15d8117fa69a51f9202fce995168cdd7501a4f8ab4f6be5e9e041bcc4826f7a9c93bd20f2e16de29faf684e11e8771077bf3c3f00e1363f12 SHA512 f7f51afef6b91fd364eab87b8f7ace294a2bde79ef4ee9caf351a6e97e30d1ff8ccd6c86b86080ef1ab0ae42c4682de0ec068440e0833d178c632f39da470a6a
diff --git a/gui-libs/libgedit-amtk/libgedit-amtk-5.9.0.ebuild b/gui-libs/libgedit-amtk/libgedit-amtk-5.9.0.ebuild
new file mode 100644
index 000000000000..11c4e16abfd9
--- /dev/null
+++ b/gui-libs/libgedit-amtk/libgedit-amtk-5.9.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson
+
+DESCRIPTION="Actions, Menus and Toolbars Kit for GTK applications"
+HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-amtk"
+
+LICENSE="LGPL-2.1+"
+SLOT="5/0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+introspection gtk-doc test"
+
+RDEPEND="
+ !gui-libs/amtk
+ >=dev-libs/glib-2.56:2
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-util/glib-utils
+ gtk-doc? (
+ >=dev-util/gtk-doc-1.25
+ app-text/docbook-xml-dtd:4.3
+ )
+ >=sys-devel/gettext-0.19.6
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use introspection gobject_introspection)
+ $(meson_use gtk-doc gtk_doc)
+ $(meson_use test tests)
+ )
+ meson_src_configure
+}
diff --git a/gui-libs/libgedit-amtk/metadata.xml b/gui-libs/libgedit-amtk/metadata.xml
index e6e354e5785c..0c4034d6c61a 100644
--- a/gui-libs/libgedit-amtk/metadata.xml
+++ b/gui-libs/libgedit-amtk/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo GNOME Desktop</name>
</maintainer>
<upstream>
- <remote-id type="github">gedit-technology/libgedit-amtk</remote-id>
+ <remote-id type="gnome-gitlab">World/gedit/libgedit-amtk</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2025-01-26 15:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-26 15:01 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-26 15:01 [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-amtk/ Pacho Ramos
2025-01-26 15:01 Pacho Ramos
2024-04-13 10:37 Mart Raudsepp
2023-08-08 15:04 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1737903639.fd73946e22d5d01091554178ca7db58f55db46a0.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox