mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
www-misc/kiwix-desktop: add 2.5.1
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
38
www-misc/kiwix-desktop/kiwix-desktop-2.5.1.ebuild
Normal file
38
www-misc/kiwix-desktop/kiwix-desktop-2.5.1.ebuild
Normal file
@@ -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}"
|
||||
}
|
||||
Reference in New Issue
Block a user