From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C080715806E for ; Mon, 29 May 2023 15:11:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09B8FE07EC; Mon, 29 May 2023 15:11:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBC47E07EC for ; Mon, 29 May 2023 15:11:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBFC3340EB9 for ; Mon, 29 May 2023 15:11:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A34AA72 for ; Mon, 29 May 2023 15:11:49 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1685373094.913499bdc8f25e75bc3bac9a7be0fc50bbf1750c.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild X-VCS-Directories: app-text/crwx-ng/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 913499bdc8f25e75bc3bac9a7be0fc50bbf1750c X-VCS-Branch: master Date: Mon, 29 May 2023 15:11:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 45a9314f-6ad0-4157-b75f-2956bd2f7ebc X-Archives-Hash: 31adaffc0604fa2fa97e8865ec2de3ea commit: 913499bdc8f25e75bc3bac9a7be0fc50bbf1750c Author: Andrey Grozin gentoo org> AuthorDate: Mon May 29 15:11:34 2023 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Mon May 29 15:11:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913499bd app-text/crwx-ng: DEPEND on wxGTk:3.2-gtk3 Signed-off-by: Andrey Grozin gentoo.org> app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild new file mode 100644 index 000000000000..1042a5a774a0 --- /dev/null +++ b/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +WX_GTK_VER="3.2-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.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" + +PATCHES=( "${FILESDIR}"/${P}.patch )