commit: 76cbb35e7085e0b15ad58995e9bb04b8ce70cdb2 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Sat Feb 28 16:50:53 2026 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Feb 28 16:50:53 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76cbb35e
www-misc/kiwix-desktop: add 2.5.1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> www-misc/kiwix-desktop/Manifest | 1 + www-misc/kiwix-desktop/kiwix-desktop-2.5.1.ebuild | 38 +++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/www-misc/kiwix-desktop/Manifest b/www-misc/kiwix-desktop/Manifest index b9ce03d558..750f9e49db 100644 --- a/www-misc/kiwix-desktop/Manifest +++ b/www-misc/kiwix-desktop/Manifest @@ -1 +1,2 @@ DIST kiwix-desktop-2.4.0.tar.gz 671550 BLAKE2B 30374c6836a2144dbeae724ff6a21602529fbeb285b47aeccdc4e2d2950a0048aa5691ce8534502fce80e4fc789743c1c786c0dc57cd06ce9a44f0adf8e0deef SHA512 e59957ba34a2d04c0fb63651ec30c9acc585755859aa53b8f96a84c62172b4dbf52d4ace7690ff2c5e478fc661c7014164985a6767847b8d11bcef00ab025d8f +DIST kiwix-desktop-2.5.1.tar.gz 685967 BLAKE2B 4b5376f5ba98b9c6cc691e9b0ffbd0568d8ef1aed52910210f8fc71ebfbea4afeaa6c60a317dfc556d97d7f773e024efb74881c7b68fb9f554177c5d907e841a SHA512 36c16e01b6889a3c78ef73c449f1ba027c3aa53a07e2c84e53c760fe93d7080e96a0de1a6136861d5207842a4ca06f1a3ecbc740ae4307a7c8337f3123240c4d diff --git a/www-misc/kiwix-desktop/kiwix-desktop-2.5.1.ebuild b/www-misc/kiwix-desktop/kiwix-desktop-2.5.1.ebuild new file mode 100644 index 0000000000..2903a87eda --- /dev/null +++ b/www-misc/kiwix-desktop/kiwix-desktop-2.5.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qmake-utils xdg + +DESCRIPTION="cross-platform viewer/manager for ZIM archives" +HOMEPAGE="https://kiwix.org/" +SRC_URI="https://github.com/kiwix/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-arch/libzim:= + dev-qt/qtbase:6[gui,network,widgets] + dev-qt/qtimageformats:6 + dev-qt/qtsvg:6 + dev-qt/qtwebchannel:6 + dev-qt/qtwebengine:6[widgets] + >=www-misc/libkiwix-14.0.0:= +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + sed -i '/-Werror/d' kiwix-desktop.pro || die +} + +src_configure() { + eqmake6 PREFIX="${EPREFIX}/usr" +} + +src_install() { + emake install INSTALL_ROOT="${ED}" +}
