public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/screen-message/
Date: Fri, 26 Feb 2021 17:07:59 +0000 (UTC)	[thread overview]
Message-ID: <1614359235.7a2fe44522378555c700f412c4827b4979459812.sping@gentoo> (raw)

commit:     7a2fe44522378555c700f412c4827b4979459812
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 16:49:16 2021 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 17:07:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2fe445

x11-misc/screen-message: 0.26 + EAPI 7 + xdg

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.14, Repoman-3.0.2

 x11-misc/screen-message/Manifest                   |  1 +
 x11-misc/screen-message/screen-message-0.26.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/x11-misc/screen-message/Manifest b/x11-misc/screen-message/Manifest
index 64f754605dd..78d252bfe7d 100644
--- a/x11-misc/screen-message/Manifest
+++ b/x11-misc/screen-message/Manifest
@@ -1,2 +1,3 @@
 DIST screen-message_0.24.orig.tar.gz 348147 BLAKE2B f8973c1af5165fa21061c8202788061a78100c94325f9e3dcc9628ef0e02cef43017a58439cf1ebb49378b84182ca5a3b6650306e38f691c87e0ced3992f1173 SHA512 0553c43fc4357c756d2a6ce6dab7e8d3fa880faf90a4bee68b706a0cd8b2a0b92a2e77bd3930e473deaeca75afadcadd946cd3d5c9d116786a4bd0f5cee80506
 DIST screen-message_0.25.orig.tar.gz 348684 BLAKE2B 04d067b71b5d23862a8750a3f403938e2ec243bd25c79f601770b89f86ddcf066e05a3550c26be8479707d5571e67f187d5d556af6662682099f35e45704f1ba SHA512 30fb47fa0d0707c7219517df5384f559c4a56b5b259d2d1940b50e05834052142d97c8c776d9b22d52f2fe502b7bfe15ee5667f7d2aaa8dc3a29f5677560be41
+DIST screen-message_0.26.orig.tar.gz 347704 BLAKE2B 5ba40db417fbb391aa3e3be44dc5cf78cdff4117df4d22f5d790906a90f7a5a338ae7c20fb31bd60fdffd4ee6d332a5fb87643a4906a2b59ebadc3f4237e41b3 SHA512 3364c4b2cedbadc40c0f885b2810dfbb3b57a067288b8c5bacc62f76c68a5293a4d5215fc31717310526e0ae3fb8b791ceeacf958587dbeef14debfe9bd346eb

diff --git a/x11-misc/screen-message/screen-message-0.26.ebuild b/x11-misc/screen-message/screen-message-0.26.ebuild
new file mode 100644
index 00000000000..a68ba782d88
--- /dev/null
+++ b/x11-misc/screen-message/screen-message-0.26.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit xdg
+
+DESCRIPTION="Display a multi-line message large, fullscreen, black on white"
+HOMEPAGE="http://www.joachim-breitner.de/projects#screen-message"
+SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/gtk+:3
+	x11-libs/cairo
+	>=x11-libs/pango-1.16"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	default
+
+	# It's not a game so let's make it *not* end up /usr/games
+	dodir /usr/bin
+	mv "${D}"/usr/{games,bin}/sm || die
+	rmdir "${D}"/usr/games || die
+	sed 's|^Exec=/usr/games/sm|Exec=/usr/bin/sm|' \
+		-i "${D}"/usr/share/applications/sm.desktop || die
+}


             reply	other threads:[~2021-02-26 17:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26 17:07 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-21 13:00 [gentoo-commits] repo/gentoo:master commit in: x11-misc/screen-message/ Sebastian Pipping
2023-12-15 15:45 Sebastian Pipping
2022-03-09 19:15 Sebastian Pipping
2017-05-14 17:19 Sebastian Pipping
2017-03-07  9:14 David Seifert
2016-09-16 19:26 Sebastian Pipping

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=1614359235.7a2fe44522378555c700f412c4827b4979459812.sping@gentoo \
    --to=sping@gentoo.org \
    --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