mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-cpp/wt: drop 4.11.4
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/guru/pull/339 Closes: https://github.com/gentoo/guru/pull/339 Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
committed by
David Roman
parent
b173e7a623
commit
6506aef920
@@ -1,60 +0,0 @@
|
|||||||
# Copyright 2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit cmake
|
|
||||||
|
|
||||||
DESCRIPTION="Wt, C++ Web Toolkit"
|
|
||||||
HOMEPAGE="https://www.webtoolkit.eu/wt https://github.com/emweb/wt"
|
|
||||||
SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0/${PV}"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="doc mysql opengl +pango pdf postgres ssl"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
mysql? ( virtual/mysql )
|
|
||||||
opengl? ( virtual/opengl )
|
|
||||||
pango? ( x11-libs/pango )
|
|
||||||
postgres? ( dev-db/postgresql )
|
|
||||||
ssl? ( dev-libs/openssl )
|
|
||||||
<=dev-libs/boost-1.86.0:=
|
|
||||||
media-libs/libharu
|
|
||||||
media-gfx/graphicsmagick[jpeg,png]
|
|
||||||
sys-libs/zlib
|
|
||||||
"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
BDEPEND="
|
|
||||||
doc? (
|
|
||||||
app-text/doxygen[dot]
|
|
||||||
dev-qt/qttools[qdoc]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
PATCHES=( "${FILESDIR}/wt-no-rundir.patch")
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs=(
|
|
||||||
-DLIB_INSTALL_DIR=$(get_libdir)
|
|
||||||
-DBUILD_EXAMPLES=OFF
|
|
||||||
-DINSTALL_DOCUMENTATION=$(usex doc)
|
|
||||||
-DDOCUMENTATION_DESTINATION="share/doc/${PF}"
|
|
||||||
-DENABLE_SSL=$(usex ssl)
|
|
||||||
-DENABLE_HARU=$(usex pdf)
|
|
||||||
-DENABLE_PANGO=$(usex pango)
|
|
||||||
-DENABLE_SQLITE=ON
|
|
||||||
-DENABLE_POSTGRES=$(usex postgres)
|
|
||||||
-DENABLE_MYSQL=$(usex mysql)
|
|
||||||
-DENABLE_FIREBIRD=OFF
|
|
||||||
-DENABLE_QT4=OFF
|
|
||||||
-DENABLE_QT5=OFF
|
|
||||||
-DENABLE_QT6=ON
|
|
||||||
-DENABLE_SAML=ON
|
|
||||||
-DENABLE_OPENGL=$(usex opengl)
|
|
||||||
)
|
|
||||||
|
|
||||||
cmake_src_configure
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user