From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-gfls/
Date: Sun, 26 Jan 2025 15:01:43 +0000 (UTC) [thread overview]
Message-ID: <1737903639.a6151e4d1dd98297be5390215c94477c319a7a56.pacho@gentoo> (raw)
commit: a6151e4d1dd98297be5390215c94477c319a7a56
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sat Apr 27 21:15:00 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=a6151e4d
gui-libs/libgedit-gfls: New package 0.2.0
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gui-libs/libgedit-gfls/Manifest | 1 +
gui-libs/libgedit-gfls/libgedit-gfls-0.2.0.ebuild | 45 +++++++++++++++++++++++
gui-libs/libgedit-gfls/metadata.xml | 11 ++++++
3 files changed, 57 insertions(+)
diff --git a/gui-libs/libgedit-gfls/Manifest b/gui-libs/libgedit-gfls/Manifest
new file mode 100644
index 000000000000..7408f65563ce
--- /dev/null
+++ b/gui-libs/libgedit-gfls/Manifest
@@ -0,0 +1 @@
+DIST libgedit-gfls-0.2.0.tar.xz 21772 BLAKE2B 901e1251b23ad26b320911ee7fa9621838827c634a0e8c8ac3f28c31378b811d78887585231d618ee2444792b8d91541037be7625ebe3a349596405afee9cbf8 SHA512 6e2fac16f6132a13a05bd408be9083c364001254ded5d17f9483e0527d0d31647cf513a63693b12555b1299376e4e5031c60af81ba07ddc88b0293832ecde260
diff --git a/gui-libs/libgedit-gfls/libgedit-gfls-0.2.0.ebuild b/gui-libs/libgedit-gfls/libgedit-gfls-0.2.0.ebuild
new file mode 100644
index 000000000000..2d445385aabd
--- /dev/null
+++ b/gui-libs/libgedit-gfls/libgedit-gfls-0.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson virtualx
+
+DESCRIPTION="A module dedicated to file loading and saving"
+HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-gfls"
+
+LICENSE="LGPL-3+"
+SLOT="6/4"
+KEYWORDS="~amd64"
+IUSE="gtk-doc"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.78:2
+ >=x11-libs/gtk+-3.22:3[introspection]
+ 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-gfls/metadata.xml b/gui-libs/libgedit-gfls/metadata.xml
new file mode 100644
index 000000000000..e9106bf80067
--- /dev/null
+++ b/gui-libs/libgedit-gfls/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-gfls</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2025-01-26 15:02 UTC|newest]
Thread overview: 7+ 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-02-07 14:21 [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-gfls/ Arthur Zamarin
2025-02-07 14:21 Arthur Zamarin
2025-02-07 14:19 Arthur Zamarin
2025-01-27 4:34 WANG Xuerui
2025-01-27 2:08 Jakov Smolić
2025-01-26 15:01 Pacho Ramos
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.a6151e4d1dd98297be5390215c94477c319a7a56.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