Skip to content

Commit

Permalink
New package: Terminal-0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
phossil authored and abenson committed Dec 18, 2020
1 parent 538ca4e commit fd9c275
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions srcpkgs/Terminal/patches/x86_64-musl-termios_h.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Building on x86_64-musl fails with:

TerminalView.m:49:12: fatal error: termio.h: No such file or directory

--- TerminalView.m 2017-08-02 13:17:43.000000000 -0400
+++ TerminalView.m 2020-12-17 01:38:16.124286870 -0500
@@ -49 +49 @@ activated */
-# include <termio.h>
+# include <termios.h>
16 changes: 16 additions & 0 deletions srcpkgs/Terminal/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Template file for 'Terminal'
pkgname=Terminal
version=0.9.9
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="gnustep-make gcc-objc"
makedepends="gnustep-base-devel gnustep-gui-devel"
depends="gnustep-base gnustep-gui gnustep-back"
short_desc="Terminal emulator for GNUstep"
maintainer="Phosu Parsons <founderofjp@gmail.com>"
license="GPL-2.0-only"
homepage="http://gap.nongnu.org/terminal/"
distfiles="${NONGNU_SITE}/gap/${pkgname}-${version}.tar.gz"
checksum=27f81bbecdbd10cde8c080012cde4973bec20e551c58c29f353733cf03c220e9
nocross="objc doesn't get cross build at present within gcc (see gnustep-base)"

0 comments on commit fd9c275

Please sign in to comment.