commit:     e1b03f98534e6dfcda3ba4b953e26883e00893df
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 20 13:14:13 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 14:19:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b03f98

gnome-extra/yelp: add 49.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/yelp/Manifest         |  1 +
 gnome-extra/yelp/yelp-49.0.ebuild | 49 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/gnome-extra/yelp/Manifest b/gnome-extra/yelp/Manifest
index 9111e8ecce7c..afab6e80c1dc 100644
--- a/gnome-extra/yelp/Manifest
+++ b/gnome-extra/yelp/Manifest
@@ -1 +1,2 @@
 DIST yelp-42.3.tar.xz 1223408 BLAKE2B 
99d530b65c070d57b7bd06768772cb8d900d6cb392f7030795c4b52117f403ac95b25f535dbbef018dce81a16de8aac8e6582191cc24843d02ccb3005a900233
 SHA512 
53cb9477eb01bd2a38be2b5a4d31b2c7ff1e964b555055f9f1c0806848265ce665ea43bf554f0f69b46fc37a0a37ae32d5eb5c2505f8792856a51b4c3f1a2adc
+DIST yelp-49.0.tar.xz 1223836 BLAKE2B 
d23f85e65b77c5a94ea30f3e4f76339e13776b4353728c13bcea63a8474aeb3afa081c1ba5832728ca09baaba555bbd8ceb35ab0df74d66db1f9706a357586b0
 SHA512 
3669a550402bf928be913b5bdb8a2e1efc063b1e5e820b919fecbf87a1aea3e88a6980fd427b62ed9de77ed7725170e22375d832c2b14287f365a9ec43be9e8d

diff --git a/gnome-extra/yelp/yelp-49.0.ebuild 
b/gnome-extra/yelp/yelp-49.0.ebuild
new file mode 100644
index 000000000000..f8664dd90680
--- /dev/null
+++ b/gnome-extra/yelp/yelp-49.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Help browser for GNOME"
+HOMEPAGE="https://apps.gnome.org/Yelp/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+       >=dev-libs/glib-2.67.4:2
+       >=gui-libs/gtk-4.16.0:4
+       >=gui-libs/libadwaita-1.6.0:1
+       >=dev-libs/libxml2-2.6.5:2=
+       >=dev-libs/libxslt-1.1.4
+       dev-db/sqlite:3=
+       net-libs/webkit-gtk:6
+       >=gnome-extra/yelp-xsl-42.3
+       >=app-arch/xz-utils-4.9:=
+       app-arch/bzip2:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       >=dev-util/itstool-1.2.0
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+src_configure() {
+       local emesonargs=(
+               -Dlzma=enabled
+               -Dbzip2=enabled
+       )
+       meson_src_configure
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

Reply via email to