public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ryan Fox" <flewkey@2a03.party>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot-terminfo/
Date: Sun, 14 Nov 2021 18:45:13 +0000 (UTC)	[thread overview]
Message-ID: <1636915470.88ef5b750edf9ecb11f160467e252d1b86d67cbd.flewkey@gentoo> (raw)

commit:     88ef5b750edf9ecb11f160467e252d1b86d67cbd
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Sun Nov 14 18:44:30 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Sun Nov 14 18:44:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88ef5b75

gui-apps/foot-terminfo: Bump to 1.10.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot-terminfo/Manifest                    |  1 +
 gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/gui-apps/foot-terminfo/Manifest b/gui-apps/foot-terminfo/Manifest
index eaae9028c..42008cacc 100644
--- a/gui-apps/foot-terminfo/Manifest
+++ b/gui-apps/foot-terminfo/Manifest
@@ -1,3 +1,4 @@
+DIST foot-1.10.0.tar.gz 442267 BLAKE2B 3038b25a51c1084f5b80bb12a393b53f9c8036654a665d3ca06ca2b918a2152d27db523b5fa10f3c509a32dca9f95492d42cada6b76131cd23f84ec7b88dae0c SHA512 8578eaee5d6889cc2d76c09cb58b1848bd35064c82d18af46237cc3fe4b5d0b7f4236ee51ef6c91105910e85fb8739919b6f8b10016ae1bd5c642c85634be1e8
 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
 DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
 DIST foot-1.8.1.tar.gz 428685 BLAKE2B 10ad1adf67e3e7171cc60db3dd90a8bdb676f3df61c518f33150c893ee0a552e28b9647cbae03861b85bf4c8501785eaf8a984726a814da2866a06d1a71b3891 SHA512 62a4cc018e49e270b8d806ea5b5c17965428a0f943b814608c25eb674db6130bfedae2431ac0c61f9c8de6bd227859cedb032f0f573a1e0885938d11efbda4e4

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild
new file mode 100644
index 000000000..d72edcdf7
--- /dev/null
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/foot"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="sys-libs/ncurses"
+
+src_prepare() {
+	default
+	sed -i 's/@default_terminfo@/foot/g' "${S}/foot.info" || die "Failed to pre-process terminfo"
+}
+
+src_compile() {
+	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
+}
+
+src_install() {
+	dodir /usr/share/terminfo/f/
+	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
+	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
+}


             reply	other threads:[~2021-11-14 18:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-14 18:45 Ryan Fox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-07 20:37 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot-terminfo/ Arthur Zamarin
2021-11-21  9:45 Ryan Fox
2021-10-01 21:04 Haelwenn Monnier
2021-08-30  0:15 Ryan Fox
2021-08-28  2:19 Ryan Fox
2021-08-28  2:19 Ryan Fox
2021-07-02  3:40 Ryan Fox
2021-07-01 19:30 Ryan Fox
2021-04-18 20:20 Ryan Fox
2021-04-14 22:39 Ryan Fox

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=1636915470.88ef5b750edf9ecb11f160467e252d1b86d67cbd.flewkey@gentoo \
    --to=flewkey@2a03.party \
    --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