From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
Date: Mon, 12 Apr 2021 09:30:15 +0000 (UTC) [thread overview]
Message-ID: <1618210742.2ddebf8a5164614f39ecca2804ff8968c9d36d95.andrewammerlaan@gentoo> (raw)
commit: 2ddebf8a5164614f39ecca2804ff8968c9d36d95
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Mon Apr 12 06:59:02 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 12 06:59:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ddebf8a
x11-terms/terminus-bin: various changes
Move to -bin version
Bump to new version
Closes: https://bugs.gentoo.org/781833
Closes: https://bugs.gentoo.org/781836
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
x11-terms/terminus-bin/Manifest | 2 +
x11-terms/terminus-bin/metadata.xml | 12 ++++
x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild | 64 ++++++++++++++++++++++
3 files changed, 78 insertions(+)
diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest
new file mode 100644
index 000000000..481f4ebf0
--- /dev/null
+++ b/x11-terms/terminus-bin/Manifest
@@ -0,0 +1,2 @@
+DIST terminus-bin-1.0.136.tar.gz 98170177 BLAKE2B 71c8ae6db336c2ea5eaf463ff877941865f46bc502f50a98cf32243ae73000bc25a598fbadcf03b5dbf04bf4ea5da02356770c6cb7e7d210c7eaa2c3370026b8 SHA512 24e9cdcb0c0cb573796ae95318c2baa8a3b0fdd5f46aab4239b8a6d48885507f43e32c97615487f8e94f8007302d1d79a8363da83bd71ed8f3f5eac5065cf016
+DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26
diff --git a/x11-terms/terminus-bin/metadata.xml b/x11-terms/terminus-bin/metadata.xml
new file mode 100644
index 000000000..ca63cb8f9
--- /dev/null
+++ b/x11-terms/terminus-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marco@scardovi.com</email>
+ <name>Marco Scardovi</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Eugeny/terminus</remote-id>
+ <remote-id type="github">scardracs/icons</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild
new file mode 100644
index 000000000..cc6480460
--- /dev/null
+++ b/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+MY_P="terminus-${PV}"
+
+DESCRIPTION="A terminal for a more modern age"
+HOMEPAGE="https://eugeny.github.io/terminus/"
+SRC_URI="
+ https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_P}-linux.tar.gz -> ${P}.tar.gz
+ https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="alsa cups X"
+
+S="${WORKDIR}/${MY_P}-linux"
+
+DEPEND="
+ app-accessibility/at-spi2-atk
+ app-accessibility/at-spi2-core
+ dev-libs/atk
+ dev-libs/nss
+ alsa? ( media-libs/alsa-lib )
+ cups? ( net-print/cups )
+ X? (
+ media-libs/mesa
+ x11-libs/gdk-pixbuf
+ x11-libs/gtk+
+ x11-libs/libdrm
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ x11-libs/libxkbcommon
+ x11-libs/libXrandr
+ x11-libs/libxshmfence
+ x11-libs/pango
+ )
+"
+
+QA_PREBUILT="/opt/terminus/*"
+
+src_prepare(){
+ default
+}
+
+src_install(){
+ insinto /opt/"${PN}"
+ doins -r "${S}"/*
+ dosym ../../opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
+ fperms +x /opt/"${PN}"/terminus
+ make_desktop_entry /opt/${PN}/terminus Terminus terminus Utility
+ doicon ../terminus.svg
+ doicon ../terminus.ico
+ for i in {16,24,32,48,64,72,96,128,512}; do
+ doicon -s "${i}" ../terminus-"${i}".png
+ done
+}
next reply other threads:[~2021-04-12 9:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-12 9:30 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-14 9:07 [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/ Andrew Ammerlaan
2021-04-14 9:07 Andrew Ammerlaan
2021-04-16 18:48 Andrew Ammerlaan
2021-04-17 20:00 Andrew Ammerlaan
2021-04-17 20:00 Andrew Ammerlaan
2021-04-18 15:44 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-18 16:01 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-04 16:12 Haelwenn Monnier
2021-06-30 19:39 Florian Schmaus
2021-07-05 15:48 Haelwenn Monnier
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=1618210742.2ddebf8a5164614f39ecca2804ff8968c9d36d95.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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