From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-tepl/
Date: Sun, 26 Jan 2025 15:01:43 +0000 (UTC) [thread overview]
Message-ID: <1737903640.1cca846cda4169edc8a97b80486c74ab85cd71c3.pacho@gentoo> (raw)
commit: 1cca846cda4169edc8a97b80486c74ab85cd71c3
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sat Apr 27 21:15:49 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=1cca846c
gui-libs/libgedit-tepl: New package 6.11.0
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-libs/libgedit-tepl/Manifest | 1 +
gui-libs/libgedit-tepl/libgedit-tepl-6.11.0.ebuild | 50 ++++++++++++++++++++++
gui-libs/libgedit-tepl/metadata.xml | 11 +++++
3 files changed, 62 insertions(+)
diff --git a/gui-libs/libgedit-tepl/Manifest b/gui-libs/libgedit-tepl/Manifest
new file mode 100644
index 000000000000..313ef73c42e8
--- /dev/null
+++ b/gui-libs/libgedit-tepl/Manifest
@@ -0,0 +1 @@
+DIST libgedit-tepl-6.11.0.tar.xz 173836 BLAKE2B ef31ad6e9c63d4e593d7f0416beea417fce4fc661ec9b9c22cc4d11317713e6a9be69bf68cdf7fe9de1fa51fcf8d45e83701f4249a8fc8d4e8ccca9334c43272 SHA512 1137ca24d8395fba4a5959b37a3b4dae2400853b9cc09f5411df8d1a448b33caae5c347eb8f50e3caae880015ad620c49fbfc0c081b80067e0abad3a63b59e0f
diff --git a/gui-libs/libgedit-tepl/libgedit-tepl-6.11.0.ebuild b/gui-libs/libgedit-tepl/libgedit-tepl-6.11.0.ebuild
new file mode 100644
index 000000000000..478605d08a42
--- /dev/null
+++ b/gui-libs/libgedit-tepl/libgedit-tepl-6.11.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson virtualx
+
+DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
+HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-tepl"
+
+LICENSE="LGPL-3+"
+SLOT="6/4"
+KEYWORDS="~amd64"
+IUSE="gtk-doc"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ !gui-libs/tepl
+ >=dev-libs/glib-2.74:2
+ >=x11-libs/gtk+-3.22:3[introspection]
+ >=gui-libs/libgedit-gtksourceview-299.1.0:300
+ >=gui-libs/libgedit-amtk-5.0:5=[introspection]
+ gui-libs/libgedit-gfls
+ dev-libs/icu:=
+ gnome-base/gsettings-desktop-schemas
+ 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 meson_src_test
+}
diff --git a/gui-libs/libgedit-tepl/metadata.xml b/gui-libs/libgedit-tepl/metadata.xml
new file mode 100644
index 000000000000..e66a7f943c32
--- /dev/null
+++ b/gui-libs/libgedit-tepl/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gnome-gitlab">World/gedit/libgedit-tepl</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-tepl/ Pacho Ramos
2025-01-27 2:08 Jakov Smolić
2025-01-27 4:34 WANG Xuerui
2025-01-27 19:49 Pacho Ramos
2025-02-07 14:19 Arthur Zamarin
2025-02-07 14:21 Arthur Zamarin
2025-02-07 14:21 Arthur Zamarin
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.1cca846cda4169edc8a97b80486c74ab85cd71c3.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