diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-07-03 08:05:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-07-03 08:05:42 +0100 |
commit | 8435c842b9e8fbb2bcc80397ab3aa655000459e2 (patch) | |
tree | b74558e80643a8f074c501e8b4bf7f50f7155455 /app-text/crwx-ng | |
parent | 5c5e9714c851027611cb726a76ebb8be6d48cbdc (diff) |
gentoo auto-resync : 03:07:2024 - 08:05:42
Diffstat (limited to 'app-text/crwx-ng')
-rw-r--r-- | app-text/crwx-ng/Manifest | 1 | ||||
-rw-r--r-- | app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-text/crwx-ng/Manifest b/app-text/crwx-ng/Manifest index 04a2ec83fbe5..e9c379e81e01 100644 --- a/app-text/crwx-ng/Manifest +++ b/app-text/crwx-ng/Manifest @@ -1,3 +1,4 @@ DIST crwx-ng-0.3.1.tar.bz2 363898 BLAKE2B f44434014ec773c603f2497fd78236897e7988b46dc7697b2aaad7da6eb0a6334723bf6fd73b95960d835b762562fb809bc3aee6aa5ee06557b9fb442ef7aa07 SHA512 7f4c5de17ed32dc18aa7ef58f56090753c6fd4e87d3be6072ecb225f3339f1dacde8b54ec5b79bf031e3082067a00eb66008842248a819fe8c6af9eb6d080662 EBUILD crwx-ng-0.3.1-r1.ebuild 706 BLAKE2B 144284d72ae2a5146167a44f397add28eb6aea5b0c3ab5537b153e32dbb4877f7d489203ce3d377611f18586bdf79effeb9835086d4def80768a6a4530dd0beb SHA512 c6240280f385f413e23e20c229ce365201af1f1defa7de3fb25ffa960869042c44c32cff0209c79e224986585f87cffedd463206933ba75e70f9cb8f49f2f561 +EBUILD crwx-ng-0.3.1-r2.ebuild 728 BLAKE2B 48930a5730b8df3a505b46de9c6c20742f25cff662d372cd88b8637c5383791b33ce49f4e7d7f0a9053d74de5b801cc3485cb704e06594ae803500c4b565474b SHA512 c05dee0977451eb0064617601ddc5ab94a4e479de565d0393ca2566b0ef01487e6bad877d4afcea5b368a3bc9a9fa07d20865a7af7e041fe746683d3e28c6b91 MISC metadata.xml 1181 BLAKE2B 9f05cbf93f1167001904baba1b735343748397b467cfee05a967ce69624ae7524a8d08c0e70233df0bce6aabf1bcfbed41b49fb27600849f2ac462564eddb773 SHA512 7a00f86acd4bcb2af383859b41bc438b5b68e2c668798958c5c180ff2411d12c6f3439f023a4415f86725513cbc8901bea9b26c93ebcfbd9f3f027fc9fcfa6fc diff --git a/app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild b/app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild new file mode 100644 index 000000000000..b92868a5f3c6 --- /dev/null +++ b/app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild @@ -0,0 +1,26 @@ +# 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]" +DEPEND="${CDEPEND}" +RDEPEND="${CDEPEND} + virtual/ttf-fonts" + +src_configure() { + setup-wxwidgets + cmake_src_configure +} |