From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4996F15813A for ; Thu, 16 Jan 2025 16:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74091E07EA; Thu, 16 Jan 2025 16:55:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A801E07EA for ; Thu, 16 Jan 2025 16:55:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CD14341C25 for ; Thu, 16 Jan 2025 16:55:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E36B4232D for ; Thu, 16 Jan 2025 16:55:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1737046276.9ab0a847374375f4e2202f55977ef46183d77756.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libspelling/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libspelling/Manifest app-text/libspelling/libspelling-0.4.4.ebuild app-text/libspelling/metadata.xml X-VCS-Directories: app-text/libspelling/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9ab0a847374375f4e2202f55977ef46183d77756 X-VCS-Branch: master Date: Thu, 16 Jan 2025 16:55:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad6f6eb7-0f2d-492c-b203-b976a3919346 X-Archives-Hash: 39e474234e08b895e0e566295efb6eba commit: 9ab0a847374375f4e2202f55977ef46183d77756 Author: Guillermo Joandet gmail com> AuthorDate: Tue Sep 10 21:50:11 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jan 16 16:51:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab0a847 app-text/libspelling: New Package 0.4.4 Signed-off-by: Guillermo Joandet gmail.com> Signed-off-by: Pacho Ramos gentoo.org> app-text/libspelling/Manifest | 1 + app-text/libspelling/libspelling-0.4.4.ebuild | 57 +++++++++++++++++++++++++++ app-text/libspelling/metadata.xml | 11 ++++++ 3 files changed, 69 insertions(+) diff --git a/app-text/libspelling/Manifest b/app-text/libspelling/Manifest new file mode 100644 index 000000000000..dedf95de8a05 --- /dev/null +++ b/app-text/libspelling/Manifest @@ -0,0 +1 @@ +DIST libspelling-0.4.4.tar.bz2 70868 BLAKE2B f39d0210ef4c8dc6a802b6c9c2b91bbc5cabba4ba7f1beaa5a5e034f15501d0acf43d3cf6c3f932bed443cbad0ff165f2cad293f80c836d3f134fece4c3a9e84 SHA512 ada9e60a482616aeccf069ac80c20a2d236beb306f7828d0b3da244a5013765a4316815ad964f908b9a352aea71e37512d4f7888848390878af3d20b5769dd75 diff --git a/app-text/libspelling/libspelling-0.4.4.ebuild b/app-text/libspelling/libspelling-0.4.4.ebuild new file mode 100644 index 000000000000..0a93147e0ac9 --- /dev/null +++ b/app-text/libspelling/libspelling-0.4.4.ebuild @@ -0,0 +1,57 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson vala + +DESCRIPTION="A GNOME library for spellchecking" +HOMEPAGE="https://gitlab.gnome.org/GNOME/libspelling" +SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="LGPL-2.1+" +SLOT="1" +KEYWORDS="~amd64" +IUSE="gtk-doc vala" + +RDEPEND=" + dev-libs/glib:2 + >=gui-libs/gtk-4.8:4 + >=gui-libs/gtksourceview-5.6:5 + app-text/enchant:2 + dev-libs/icu:= +" +DEPEND="${RDEPEND} + vala? ( + $(vala_depend) + >=gui-libs/gtksourceview-5.6:5[vala] + ) +" +BDEPEND=" + dev-libs/gobject-introspection + virtual/pkgconfig + gtk-doc? ( dev-util/gi-docgen ) +" + +src_prepare() { + use vala && vala_setup + default +} + +src_configure() { + local emesonargs=( + -Denchant=enabled + $(meson_use gtk-doc docs) + $(meson_use vala vapi) + ) + meson_src_configure +} + +src_install() { + meson_src_install + + if use gtk-doc; then + mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die + mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die + fi +} diff --git a/app-text/libspelling/metadata.xml b/app-text/libspelling/metadata.xml new file mode 100644 index 000000000000..c18e917f963c --- /dev/null +++ b/app-text/libspelling/metadata.xml @@ -0,0 +1,11 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + + GNOME/libspelling + +