mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-cpp/wt: add pango useflag, enabled by default
Allows to reduce dependencies. Pango may not be necessary for some use cases of wt. Signed-off-by: PPN-SD <nicolas.parlant@parhuet.fr> Closes: https://github.com/gentoo/guru/pull/250 Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
<email>davidroman96@gmail.com</email>
|
<email>davidroman96@gmail.com</email>
|
||||||
<name>David Roman</name>
|
<name>David Roman</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
<use>
|
||||||
|
<flag name="pango">Enable <pkg>x11-libs/pango</pkg>, wich is used for improved font support (WPdfImage and WRasterImage)</flag>
|
||||||
|
</use>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">emweb/wt</remote-id>
|
<remote-id type="github">emweb/wt</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
|
|||||||
@@ -12,18 +12,18 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.
|
|||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="doc firebird mysql opengl pdf postgres ssl"
|
IUSE="doc firebird mysql opengl +pango pdf postgres ssl"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
firebird? ( dev-db/firebird )
|
firebird? ( dev-db/firebird )
|
||||||
mysql? ( virtual/mysql )
|
mysql? ( virtual/mysql )
|
||||||
opengl? ( virtual/opengl )
|
opengl? ( virtual/opengl )
|
||||||
|
pango? ( x11-libs/pango )
|
||||||
postgres? ( dev-db/postgresql )
|
postgres? ( dev-db/postgresql )
|
||||||
ssl? ( dev-libs/openssl )
|
ssl? ( dev-libs/openssl )
|
||||||
dev-libs/boost:=
|
dev-libs/boost:=
|
||||||
media-libs/libharu
|
media-libs/libharu
|
||||||
media-gfx/graphicsmagick[jpeg,png]
|
media-gfx/graphicsmagick[jpeg,png]
|
||||||
x11-libs/pango
|
|
||||||
sys-libs/zlib
|
sys-libs/zlib
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
@@ -50,7 +50,7 @@ src_configure() {
|
|||||||
-DDOCUMENTATION_DESTINATION="share/doc/${PF}"
|
-DDOCUMENTATION_DESTINATION="share/doc/${PF}"
|
||||||
-DENABLE_SSL=$(usex ssl)
|
-DENABLE_SSL=$(usex ssl)
|
||||||
-DENABLE_HARU=$(usex pdf)
|
-DENABLE_HARU=$(usex pdf)
|
||||||
-DENABLE_PANGO=ON
|
-DENABLE_PANGO=$(usex pango)
|
||||||
-DENABLE_SQLITE=ON
|
-DENABLE_SQLITE=ON
|
||||||
-DENABLE_POSTGRES=$(usex postgres)
|
-DENABLE_POSTGRES=$(usex postgres)
|
||||||
-DENABLE_FIREBIRD=$(usex firebird)
|
-DENABLE_FIREBIRD=$(usex firebird)
|
||||||
|
|||||||
Reference in New Issue
Block a user