mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
gnome-extra/yelp: add 49.0
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
49
gnome-extra/yelp/yelp-49.0.ebuild
Normal file
49
gnome-extra/yelp/yelp-49.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user