Github messages for voidlinux
 help / color / mirror / Atom feed
From: phossil <phossil@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: Terminal.app-0.9.9
Date: Fri, 18 Dec 2020 02:02:46 +0100	[thread overview]
Message-ID: <20201218010246.HPZIV2I-72kYqUHQqZfjoefjizpCTrib39qRH1XqP6U@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27184@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

There is an updated pull request by phossil against master on the void-packages repository

https://github.com/phossil/void-packages Terminal.app
https://github.com/void-linux/void-packages/pull/27184

New package: Terminal.app-0.9.9
Terminal emulator for GNUstep

A patch file from https://github.com/void-linux/void-packages/pull/27184.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Terminal.app-27184.patch --]
[-- Type: text/x-diff, Size: 1924 bytes --]

From 66011b21e0967eb3d4899a4bce9546c959fbdd07 Mon Sep 17 00:00:00 2001
From: Phosu Parsons <38191182+phossil@users.noreply.github.com>
Date: Tue, 15 Dec 2020 04:33:01 -0500
Subject: [PATCH] New package: Terminal.app-0.9.9

---
 .../Terminal/patches/x86_64-musl-termios_h.patch |  9 +++++++++
 srcpkgs/Terminal/template                        | 16 ++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/Terminal/patches/x86_64-musl-termios_h.patch
 create mode 100644 srcpkgs/Terminal/template

diff --git a/srcpkgs/Terminal/patches/x86_64-musl-termios_h.patch b/srcpkgs/Terminal/patches/x86_64-musl-termios_h.patch
new file mode 100644
index 00000000000..0e6c14d8f93
--- /dev/null
+++ b/srcpkgs/Terminal/patches/x86_64-musl-termios_h.patch
@@ -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>
diff --git a/srcpkgs/Terminal/template b/srcpkgs/Terminal/template
new file mode 100644
index 00000000000..adef5edb6cc
--- /dev/null
+++ b/srcpkgs/Terminal/template
@@ -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)"

  parent reply	other threads:[~2020-12-18  1:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-15 16:59 [PR PATCH] " phossil
2020-12-15 17:21 ` [PR PATCH] [Updated] " phossil
2020-12-15 17:48 ` phossil
2020-12-15 17:57 ` phossil
2020-12-15 22:45 ` phossil
2020-12-16 23:30 ` [PR PATCH] [Updated] " phossil
2020-12-17  7:35 ` [PR PATCH] [Updated] [WIP] " phossil
2020-12-17 18:35 ` [PR REVIEW] " ahesford
2020-12-17 18:35 ` ahesford
2020-12-17 18:35 ` ahesford
2020-12-17 18:35 ` ahesford
2020-12-17 18:41 ` abenson
2020-12-18  1:02 ` phossil [this message]
2020-12-18  1:18 ` [PR REVIEW] New package: Terminal-0.9.9 phossil
2020-12-18  6:38 ` abenson
2020-12-18  8:53 ` [PR PATCH] [Updated] " phossil
2020-12-18 17:09 ` [PR PATCH] [Merged]: " abenson

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=20201218010246.HPZIV2I-72kYqUHQqZfjoefjizpCTrib39qRH1XqP6U@z \
    --to=phossil@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).