summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2022-12-25 14:56:10 +0700
committerAndrey Grozin <grozin@gentoo.org>2022-12-25 14:56:10 +0700
commitbf65fdcb79604c0d8da262a6917fb2911ac20184 (patch)
tree95f6ec479009265759153b6cbc9091727348464c /app-text
parentmail-mta/opensmtpd: stabilize 6.8.0_p2-r2 for arm64 (diff)
downloadgentoo-bf65fdcb79604c0d8da262a6917fb2911ac20184.tar.gz
gentoo-bf65fdcb79604c0d8da262a6917fb2911ac20184.tar.bz2
gentoo-bf65fdcb79604c0d8da262a6917fb2911ac20184.zip
app-text/crwx-ng: minor improvement
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild
new file mode 100644
index 000000000000..c3c0174eacf2
--- /dev/null
+++ b/app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+WX_GTK_VER="3.0-gtk3"
+inherit cmake wxwidgets
+
+DESCRIPTION="Cross-platform e-book reader"
+HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-ng"
+SRC_URI="https://gitlab.com/coolreader-ng/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+gif +svg +chm +harfbuzz +libunibreak +fribidi +zstd +libutf8proc"
+
+CDEPEND=">=app-text/crengine-ng-0.9.3[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
+ x11-libs/wxGTK:${WX_GTK_VER}"
+BDEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+ virtual/ttf-fonts"