From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-gtksourceview/
Date: Sun, 26 Jan 2025 15:01:43 +0000 (UTC) [thread overview]
Message-ID: <1737903640.0a44e2bcdffd56f1cb3772034878b4d6e4fc51a3.pacho@gentoo> (raw)
commit: 0a44e2bcdffd56f1cb3772034878b4d6e4fc51a3
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sat Apr 27 21:17:05 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 15:00:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a44e2bc
gui-libs/libgedit-gtksourceview: Bump to 299.3.0
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-libs/libgedit-gtksourceview/Manifest | 2 +
.../libgedit-gtksourceview-299.3.0.ebuild | 46 ++++++++++++++++++++++
gui-libs/libgedit-gtksourceview/metadata.xml | 2 +-
3 files changed, 49 insertions(+), 1 deletion(-)
diff --git a/gui-libs/libgedit-gtksourceview/Manifest b/gui-libs/libgedit-gtksourceview/Manifest
index 6df20e114d81..a4e886f562f8 100644
--- a/gui-libs/libgedit-gtksourceview/Manifest
+++ b/gui-libs/libgedit-gtksourceview/Manifest
@@ -1 +1,3 @@
DIST libgedit-gtksourceview-299.0.4.tar.xz 644008 BLAKE2B f11165235b2e5af709d0fe586761e3897d82f61e2a92ae122a057d123fe3fe633c421470f48fa8e378bbab3f751deecae183e893254d58db7beb73de408ec3c3 SHA512 cf264620cbe621b51ac22ce9943b1e5517ac7a4d4300d383f4e24664a757fc98e3d339c07a5e6282247d93ea606eafa5346907516d838aec38aaa301fd18d91e
+DIST libgedit-gtksourceview-299.2.1.tar.xz 647360 BLAKE2B c9dcbe537f8dcc01e01bb12c9fc437100de897d67ed59ec450e5952b2a3a106c6b4561066fb3b5d0b58894009227ae10e5aeebeea4bf7b93fd582a548686ff2d SHA512 125939c174891e3b8e5d648c1469fcc37cf19c86eff1cdd95ed82899f97aaf01904c30cfd964c1334d892023b304e8a1050db57b377f7fda50867e0562c674da
+DIST libgedit-gtksourceview-299.3.0.tar.xz 648488 BLAKE2B 669cdce87cba871bf868b77d8fcb87024e6f2b2f4e7489cc75dd6c30f67fedab430d5c2435255dc9c8fa305332ff1b6eb460e703ae81a10118826d4a92a82d57 SHA512 bae92b7ecf2440016bb9e349da496ee2ca02997867f9e1cc66528910d66ca52d1d38e5ad4169f653b8917eea9fd52cbc15627fd21901dc96cbc059e4741593e4
diff --git a/gui-libs/libgedit-gtksourceview/libgedit-gtksourceview-299.3.0.ebuild b/gui-libs/libgedit-gtksourceview/libgedit-gtksourceview-299.3.0.ebuild
new file mode 100644
index 000000000000..1cd761811ac8
--- /dev/null
+++ b/gui-libs/libgedit-gtksourceview/libgedit-gtksourceview-299.3.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson virtualx xdg
+
+DESCRIPTION="Gedit Technology - Source code editing widget"
+HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-gtksourceview"
+
+LICENSE="LGPL-2.1+"
+SLOT="300"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+IUSE="gtk-doc test"
+
+RDEPEND="
+ >=dev-libs/glib-2.74:2
+ >=x11-libs/gtk+-3.20:3[introspection]
+ >=dev-libs/libxml2-2.6:2
+
+ dev-libs/gobject-introspection:=
+"
+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=(
+ -Dgobject_introspection=true
+ $(meson_use gtk-doc gtk_doc)
+ $(meson_use test tests)
+ )
+ meson_src_configure
+}
+
+src_test() {
+ virtx dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
+}
diff --git a/gui-libs/libgedit-gtksourceview/metadata.xml b/gui-libs/libgedit-gtksourceview/metadata.xml
index 583a2bd589dc..01c6e8dcc5f0 100644
--- a/gui-libs/libgedit-gtksourceview/metadata.xml
+++ b/gui-libs/libgedit-gtksourceview/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo GNOME Desktop</name>
</maintainer>
<upstream>
- <remote-id type="github">gedit-technology/libgedit-gtksourceview</remote-id>
+ <remote-id type="gnome-gitlab">World/gedit/libgedit-gtksourceview</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2025-01-26 15:02 UTC|newest]
Thread overview: 8+ 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-gtksourceview/ Pacho Ramos
2025-01-26 15:01 Pacho Ramos
2024-04-13 10:37 Mart Raudsepp
2023-08-16 22:32 Matt Turner
2023-08-08 15:04 Matt Turner
2023-07-27 5:46 WANG Xuerui
2023-07-08 3:23 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=1737903640.0a44e2bcdffd56f1cb3772034878b4d6e4fc51a3.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