From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
Date: Sat, 4 Jul 2020 12:58:53 +0000 (UTC) [thread overview]
Message-ID: <1593867531.75d1d012b2c465e8c8a0768cc4be9962c0df3b34.jer@gentoo> (raw)
commit: 75d1d012b2c465e8c8a0768cc4be9962c0df3b34
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 4 12:56:24 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jul 4 12:58:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d1d012
app-misc/cmatrix: Add USE=unicode
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Bug: https://github.com/abishekvashok/cmatrix/issues/57
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
.../{cmatrix-2.0-r1.ebuild => cmatrix-2.0-r2.ebuild} | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/app-misc/cmatrix/cmatrix-2.0-r1.ebuild b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
similarity index 84%
rename from app-misc/cmatrix/cmatrix-2.0-r1.ebuild
rename to app-misc/cmatrix/cmatrix-2.0-r2.ebuild
index c691bbc100c..e25ae2c50b2 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r1.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
@@ -14,17 +14,25 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X"
+IUSE="X +unicode"
DEPEND="
- sys-libs/ncurses:0=
+ sys-libs/ncurses:0=[unicode?]
+"
+BDEPEND="
X? ( >=x11-apps/mkfontscale-1.2.0 )
"
-
RDEPEND="
${DEPEND}
"
+src_configure() {
+ mycmakeargs=(
+ -DCURSES_NEED_WIDE=$(usex unicode)
+ )
+ cmake_src_configure
+}
+
src_install() {
cmake_src_install
font_src_install
next reply other threads:[~2020-07-04 12:58 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-04 12:58 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-30 17:40 [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/ Arthur Zamarin
2024-08-30 17:39 Arthur Zamarin
2024-08-30 14:42 Arthur Zamarin
2024-08-30 14:42 Arthur Zamarin
2024-08-30 14:31 Arthur Zamarin
2024-08-30 14:23 Arthur Zamarin
2024-05-30 19:17 Florian Schmaus
2024-05-30 19:17 Florian Schmaus
2024-04-05 15:27 Arthur Zamarin
2021-06-05 7:34 Georgy Yakovlev
2021-03-26 11:34 Sam James
2021-03-26 7:45 Agostino Sarubbo
2021-03-26 0:04 Sam James
2021-03-25 18:12 Agostino Sarubbo
2021-03-23 21:43 Georgy Yakovlev
2020-11-03 22:05 Georgy Yakovlev
2020-04-24 23:35 Thomas Deutschmann
2020-04-24 13:44 Jeroen Roovers
2018-09-20 22:10 Sebastian Pipping
2018-05-27 16:11 Aaron Bauman
2017-01-17 22:52 Patrice Clement
2017-01-17 22:52 Patrice Clement
2017-01-04 17:09 Agostino Sarubbo
2016-12-21 9:57 Tobias Klausmann
2016-10-22 8:08 Tobias Klausmann
2016-10-20 14:55 Jeroen Roovers
2016-10-20 14:55 Jeroen Roovers
2016-06-30 14:40 Patrice Clement
2016-05-31 7:37 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1593867531.75d1d012b2c465e8c8a0768cc4be9962c0df3b34.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox