Skip to content

Commit

Permalink
rio: new, 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mouyase committed Dec 13, 2024
1 parent 654c69d commit 97cc860
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-utils/rio/autobuild/beyond
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
abinfo "Installing .desktop file ..."
install -Dm644 "$SRCDIR"/misc/rio.desktop "$PKGDIR"/usr/share/applications/rio.desktop
9 changes: 9 additions & 0 deletions app-utils/rio/autobuild/defines
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
PKGNAME=rio
PKGSEC=utils
BUILDDEP="rustc llvm"
PKGDES="A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers."
USECLANG=1

# FIXME: ld.lld is not yet available.
NOLTO__LOONGSON3=1
NOLTO__MIPS64R6EL=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
diff --git a/teletypewriter/src/unix/mod.rs b/teletypewriter/src/unix/mod.rs
index 18336b263..bbd6baedf 100644
--- a/teletypewriter/src/unix/mod.rs
+++ b/teletypewriter/src/unix/mod.rs
@@ -278,14 +278,6 @@ pub fn create_termp(utf8: bool) -> libc::termios {
| libc::ECHOKE
| libc::ECHOCTL,
c_cc: Default::default(),
- #[cfg(not(target_env = "musl"))]
- c_ispeed: Default::default(),
- #[cfg(not(target_env = "musl"))]
- c_ospeed: Default::default(),
- #[cfg(target_env = "musl")]
- __c_ispeed: Default::default(),
- #[cfg(target_env = "musl")]
- __c_ospeed: Default::default(),
c_line: 0,
};

4 changes: 4 additions & 0 deletions app-utils/rio/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VER=0.2.2
SRCS="git::commit=tags/v$VER::https://github.com/raphamorim/rio"
CHKSUMS="SKIP"
CHKUPDATE="anitya::id=375035"

0 comments on commit 97cc860

Please sign in to comment.