* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/terminal-simulator/
@ 2024-11-18 2:15 Seth Price
0 siblings, 0 replies; 2+ messages in thread
From: Seth Price @ 2024-11-18 2:15 UTC (permalink / raw
To: gentoo-commits
commit: d3a0ab9822f1887e2082b3be75231250ddcf566d
Author: Seth M. Price <sprice623 <AT> aol <DOT> com>
AuthorDate: Mon Nov 18 02:13:15 2024 +0000
Commit: Seth Price <sprice623 <AT> aol <DOT> com>
CommitDate: Mon Nov 18 02:13:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3a0ab98
x11-terms/terminal-simulator: fix 9999 ebuild bug
Fixed bug in ebuild in which some necessary files for vt52
were not installed. Originally noted by @pastalian:
<https://github.com/gentoo/guru/commit/a192ac0#commitcomment-147622636>
Signed-off-by: Seth M. Price <sprice623 <AT> aol.com>
...terminal-simulator-9999.ebuild => terminal-simulator-9999-r1.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/x11-terms/terminal-simulator/terminal-simulator-9999.ebuild b/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild
similarity index 94%
rename from x11-terms/terminal-simulator/terminal-simulator-9999.ebuild
rename to x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild
index d7cf7141e..682004aad 100644
--- a/x11-terms/terminal-simulator/terminal-simulator-9999.ebuild
+++ b/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild
@@ -40,6 +40,8 @@ src_install() {
doins common/*.shader
insinto "/usr/share/terminal-simulator/vt52"
doins common/*.shader
+ insinto "/usr/share/terminal-simulator/vt52/rom"
+ doins vt52/rom/*
dodoc README.md
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/terminal-simulator/
@ 2024-11-29 17:38 Seth Price
0 siblings, 0 replies; 2+ messages in thread
From: Seth Price @ 2024-11-29 17:38 UTC (permalink / raw
To: gentoo-commits
commit: dbdaebe4086c17c5260a2b579f64d1b24ca65c58
Author: Seth M. Price <sprice623 <AT> aol <DOT> com>
AuthorDate: Fri Nov 29 17:35:04 2024 +0000
Commit: Seth Price <sprice623 <AT> aol <DOT> com>
CommitDate: Fri Nov 29 17:37:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbdaebe4
x11-terms/terminal-simulator: require OpenGL SDL2
SDL2 needs to be built with OpenGL support. Some systems don’t
have this USE flag enabled by default, so this now requires it.
Revision not bumped; if it compiled correctly already, it’s safe to
assume the opengl flag was already enabled.
Fixes: https://bugs.gentoo.org/941152
Signed-off-by: Seth M. Price <sprice623 <AT> aol.com>
x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild | 2 +-
x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild b/x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild
index 1e7358c13..7312b648f 100644
--- a/x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild
+++ b/x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND="media-libs/libsdl2 media-libs/sdl2-image virtual/opengl"
+DEPEND="media-libs/libsdl2[opengl] media-libs/sdl2-image virtual/opengl"
RDEPEND="${DEPEND}"
src_compile() {
diff --git a/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild b/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild
index 682004aad..e1f25fbbd 100644
--- a/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild
+++ b/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/larsbrinkhoff/terminal-simulator.git"
LICENSE="GPL-3"
SLOT="0"
-DEPEND="media-libs/libsdl2 media-libs/sdl2-image virtual/opengl"
+DEPEND="media-libs/libsdl2[opengl] media-libs/sdl2-image virtual/opengl"
RDEPEND="${DEPEND}"
src_compile() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-29 17:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-29 17:38 [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/terminal-simulator/ Seth Price
-- strict thread matches above, loose matches on Subject: below --
2024-11-18 2:15 Seth Price
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox