* [gentoo-commits] repo/proj/guru:master commit in: www-misc/kiwix-desktop/
@ 2024-12-18 17:21 David Roman
0 siblings, 0 replies; only message in thread
From: David Roman @ 2024-12-18 17:21 UTC (permalink / raw
To: gentoo-commits
commit: cdc58a2958810e03c5505780744399bdad3b85bd
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Dec 18 14:54:03 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Dec 18 14:54:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cdc58a29
www-misc/kiwix-desktop: add 2.4.0
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
www-misc/kiwix-desktop/Manifest | 1 +
www-misc/kiwix-desktop/kiwix-desktop-2.4.0.ebuild | 37 +++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/www-misc/kiwix-desktop/Manifest b/www-misc/kiwix-desktop/Manifest
index a3276a059..5df696b8a 100644
--- a/www-misc/kiwix-desktop/Manifest
+++ b/www-misc/kiwix-desktop/Manifest
@@ -1 +1,2 @@
DIST kiwix-desktop-2.3.1.tar.gz 525090 BLAKE2B 3f2bc6d49f383e754438dfee260b3aa1a09040b9b543b1abc8acc0aa4531e84c350e014f98951409b292ed7e9fa2285733d98237b0ff3b4175de8e8f269cac1f SHA512 09d4c2293fc36ac0b03c815474f5f60881093552fd7d1d0940858254c16d7b6021bd05f4f985b32401328705082f07fbd72e92f79bb1365650f5dd75d455f0b8
+DIST kiwix-desktop-2.4.0.tar.gz 671550 BLAKE2B 30374c6836a2144dbeae724ff6a21602529fbeb285b47aeccdc4e2d2950a0048aa5691ce8534502fce80e4fc789743c1c786c0dc57cd06ce9a44f0adf8e0deef SHA512 e59957ba34a2d04c0fb63651ec30c9acc585755859aa53b8f96a84c62172b4dbf52d4ace7690ff2c5e478fc661c7014164985a6767847b8d11bcef00ab025d8f
diff --git a/www-misc/kiwix-desktop/kiwix-desktop-2.4.0.ebuild b/www-misc/kiwix-desktop/kiwix-desktop-2.4.0.ebuild
new file mode 100644
index 000000000..e719bebe8
--- /dev/null
+++ b/www-misc/kiwix-desktop/kiwix-desktop-2.4.0.ebuild
@@ -0,0 +1,37 @@
+# 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}"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-18 17:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 17:21 [gentoo-commits] repo/proj/guru:master commit in: www-misc/kiwix-desktop/ David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox