Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 750252 Details for
Bug 823008
app-text/uchmviewer-8.4: New package request (it is a fork of app-text/kchmviewer)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild ported to cmake
kchmviewer-8.1.ebuild (text/plain), 880 bytes, created by
Michael
on 2021-11-11 06:22:27 UTC
(
hide
)
Description:
ebuild ported to cmake
Filename:
MIME Type:
Creator:
Michael
Created:
2021-11-11 06:22:27 UTC
Size:
880 bytes
patch
obsolete
># Copyright 1999-2021 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit desktop cmake cmake-utils xdg > >DESCRIPTION="Feature rich chm file viewer, based on Qt" >HOMEPAGE="https://github.com/u-235/kchmviewer" >SRC_URI="https://github.com/u-235/kchmviewer/archive/refs/tags/v${PV}-rc.tar.gz -> ${P}.tar.gz" >S="${WORKDIR}/kchmviewer-8.1-rc" > >LICENSE="GPL-3+" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=" > dev-libs/chmlib > dev-libs/libzip:= > dev-qt/qtcore:5 > dev-qt/qtdbus:5 > dev-qt/qtgui:5 > dev-qt/qtnetwork:5 > dev-qt/qtprintsupport:5 > dev-qt/qtwebengine:5[widgets] > dev-qt/qtwidgets:5 > dev-qt/qtxml:5 >" >RDEPEND="${DEPEND}" > >src_prepare() { > cmake-utils_src_prepare >} > >src_configure() { > CMAKE_BUILD_TYPE="Release" > > mycmakeargs=(-DUSE_WEBENGINE=ON) > > cmake-utils_src_configure >} > >src_install() { > cmake_src_install >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 823008
: 750252