summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2024-02-13 17:53:09 +0700
committerAndrey Grozin <grozin@gentoo.org>2024-02-13 17:53:09 +0700
commitc599348d81deb0b396bde97287021e34d4c9e95f (patch)
treee31c760b2a00a1047b26c427e11ff716a3bde862 /app-text
parentapp-text/crqt-ng: current snapshot (diff)
downloadgentoo-c599348d81deb0b396bde97287021e34d4c9e95f.tar.gz
gentoo-c599348d81deb0b396bde97287021e34d4c9e95f.tar.bz2
gentoo-c599348d81deb0b396bde97287021e34d4c9e95f.zip
app-text/crwx-ng: bump to 0.3.1
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/crwx-ng/Manifest1
-rw-r--r--app-text/crwx-ng/crwx-ng-0.3.1.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/app-text/crwx-ng/Manifest b/app-text/crwx-ng/Manifest
index 3120086dcfd6..945d1e30f34a 100644
--- a/app-text/crwx-ng/Manifest
+++ b/app-text/crwx-ng/Manifest
@@ -1 +1,2 @@
DIST crwx-ng-0.2.0.tar.bz2 364917 BLAKE2B f8d541fa479fe3102d495ba43ce51d256f55b9724844d26b89db8396f2cbf90680dd312ecc0c816ee50fb498c8b69ba69d0db73f9ee5dcefc9991e8077754171 SHA512 0890a6066fca7178b483749e946659a6e4304f13694601024fe500e9b79351f7170403b136407a831abe7a040f775dd34c02d9411814c136da68ee6b69e00a99
+DIST crwx-ng-0.3.1.tar.bz2 363898 BLAKE2B f44434014ec773c603f2497fd78236897e7988b46dc7697b2aaad7da6eb0a6334723bf6fd73b95960d835b762562fb809bc3aee6aa5ee06557b9fb442ef7aa07 SHA512 7f4c5de17ed32dc18aa7ef58f56090753c6fd4e87d3be6072ecb225f3339f1dacde8b54ec5b79bf031e3082067a00eb66008842248a819fe8c6af9eb6d080662
diff --git a/app-text/crwx-ng/crwx-ng-0.3.1.ebuild b/app-text/crwx-ng/crwx-ng-0.3.1.ebuild
new file mode 100644
index 000000000000..9e0780ab87c9
--- /dev/null
+++ b/app-text/crwx-ng/crwx-ng-0.3.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+WX_GTK_VER="3.2-gtk3"
+inherit cmake wxwidgets xdg
+
+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.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
+ x11-libs/wxGTK:${WX_GTK_VER}[X]"
+BDEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+ virtual/ttf-fonts"