mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-text/uchmviewer: new package, add 8.4
Closes: https://bugs.gentoo.org/823008 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
1
app-text/uchmviewer/Manifest
Normal file
1
app-text/uchmviewer/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST uchmviewer-8.4.tar.gz 446105 BLAKE2B afe52c477d3372a5a4b87515c97b575283b6cff98c994c9c8edd4d5006867482c58eaa72bcd4c906601bf33c69e9e3910026ec29a1af90d469e6ab75fd087612 SHA512 9dcd85b954ea1388844c5bb02c68a4f6411f4cae373212794956a124912bf4ceb2125ec640ba7d2b6e4a1b0907bb046b0a87135eea77f2d60e799562c243b12d
|
||||
11
app-text/uchmviewer/metadata.xml
Normal file
11
app-text/uchmviewer/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>kde@gentoo.org</email>
|
||||
<name>Gentoo KDE Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">eBookProjects/uChmViewer</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
38
app-text/uchmviewer/uchmviewer-8.4.ebuild
Normal file
38
app-text/uchmviewer/uchmviewer-8.4.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PN=uChmViewer
|
||||
inherit cmake xdg
|
||||
|
||||
DESCRIPTION="Feature rich chm file viewer, based on Qt"
|
||||
HOMEPAGE="https://www.ulduzsoft.com/kchmviewer/"
|
||||
SRC_URI="https://github.com/eBookProjects/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-libs/chmlib
|
||||
dev-libs/libzip:=
|
||||
dev-qt/qt5compat:6
|
||||
dev-qt/qtbase:6[dbus,gui,network,widgets,xml]
|
||||
dev-qt/qtwebengine:6[widgets]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( AUTHORS.md ChangeLog DBUS-bindings README.md )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DAPP_QT_VERSION=6
|
||||
-DUSE_DBUS=ON
|
||||
-DUSE_GETTEXT=ON
|
||||
-DUSE_WEBENGINE=ON
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@@ -91,6 +91,7 @@ app-text/calibre
|
||||
app-text/cb2bib
|
||||
app-text/kchmviewer
|
||||
app-text/sigil
|
||||
app-text/uchmviewer
|
||||
dev-python/spyder
|
||||
dev-python/spyder-terminal
|
||||
dev-python/spyder-unittest
|
||||
|
||||
Reference in New Issue
Block a user