From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/sakura/
Date: Sun, 21 Jul 2024 15:12:09 +0000 (UTC) [thread overview]
Message-ID: <1721574332.b631378bb4f68c193f08b3184051484081e05d04.conikost@gentoo> (raw)
commit: b631378bb4f68c193f08b3184051484081e05d04
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul 18 16:31:26 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 15:05:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b631378b
x11-terms/sakura: add 3.8.7
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37605
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
x11-terms/sakura/Manifest | 1 +
x11-terms/sakura/sakura-3.8.7.ebuild | 44 ++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/x11-terms/sakura/Manifest b/x11-terms/sakura/Manifest
index 6263e2f6df9c..fb3cfa4d5148 100644
--- a/x11-terms/sakura/Manifest
+++ b/x11-terms/sakura/Manifest
@@ -1 +1,2 @@
DIST sakura-3.8.4.tar.bz2 70492 BLAKE2B 4f53a86813de49d1f76c0a209a825b19601a22b4078744a0e4dfe21afd000e524a3705e8125b275b3615b35e5e7f38934270baa73d190e06dabf4284d4dab536 SHA512 9450f523555a40c66375304cb4134686dddd1b15233a70e488d1220fbdacd46b8e93cb679bbd1c235cc8d08f08551743b4780130d282d94d258247436a84ed61
+DIST sakura-3.8.7.tar.bz2 60003 BLAKE2B 56d0b57dbd5db57662ce9a286bbfde709d86ce41cf6dca3598d0ac095f9fee6e88051214a1092c65126e238719914b4209fbc485b2f97ceda96e4f3f9bb10d58 SHA512 ec606af0ab808e93366a08ef36199ef7e23677e7aac4765573604230c9ea498a14d6f22983ab7285030e6d10f432b7ad924f33660bce8bc05bd76a2c31c1a76b
diff --git a/x11-terms/sakura/sakura-3.8.7.ebuild b/x11-terms/sakura/sakura-3.8.7.ebuild
new file mode 100644
index 000000000000..4cee2fd88724
--- /dev/null
+++ b/x11-terms/sakura/sakura-3.8.7.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="GTK/VTE based terminal emulator"
+HOMEPAGE="https://www.pleyades.net/david/projects/sakura"
+SRC_URI="https://launchpad.net/sakura/trunk/${PV}/+download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86 ~x86-linux"
+
+RDEPEND="
+ dev-libs/glib:2
+ x11-libs/gtk+:3[X]
+ x11-libs/pango
+ x11-libs/vte:2.91"
+DEPEND="
+ ${RDEPEND}
+ x11-base/xorg-proto
+ x11-libs/libX11"
+BDEPEND="
+ sys-devel/gettext
+ virtual/perl-podlators"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.8.4-gentoo.patch
+)
+
+src_prepare() {
+ cmake_src_prepare
+
+ if [[ -v LINGUAS ]]; then
+ local lingua
+ for lingua in po/*.po; do
+ lingua=${lingua#*/}
+ lingua=${lingua%.*}
+ has ${lingua} ${LINGUAS} || rm po/${lingua}.po || die
+ done
+ fi
+}
next reply other threads:[~2024-07-21 15:12 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-21 15:12 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-30 12:53 [gentoo-commits] repo/gentoo:master commit in: x11-terms/sakura/ Petr Vaněk
2025-05-23 4:57 Sam James
2025-05-23 4:57 Sam James
2025-02-25 13:57 Petr Vaněk
2024-11-23 13:02 Arthur Zamarin
2022-08-22 14:30 Jakov Smolić
2022-01-22 0:34 Ionen Wolkens
2021-12-07 6:26 Agostino Sarubbo
2021-12-05 5:06 Sam James
2021-09-19 3:42 Ionen Wolkens
2021-06-30 10:15 Ulrich Müller
2021-06-07 8:33 Joonas Niilola
2021-04-05 11:53 Andreas Sturmlechner
2021-03-30 1:31 Jonas Stein
2021-01-05 20:51 Sam James
2020-12-29 9:58 Sam James
2020-09-03 13:06 Jeroen Roovers
2020-07-03 11:35 Jeroen Roovers
2020-07-03 11:35 Jeroen Roovers
2019-11-30 12:23 Jeroen Roovers
2018-09-11 17:09 Jeroen Roovers
2018-06-07 10:48 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 23:23 Thomas Deutschmann
2018-06-03 13:32 Johannes Huber
2017-09-16 12:36 Jeroen Roovers
2017-01-13 16:42 Jeroen Roovers
2016-10-03 4:03 Jeroen Roovers
2016-10-02 10:58 Jeroen Roovers
2016-10-02 10:48 Pacho Ramos
2016-01-30 13:20 Jeroen Roovers
2015-12-16 7:26 Jeroen Roovers
2015-11-29 7:28 Jeroen Roovers
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=1721574332.b631378bb4f68c193f08b3184051484081e05d04.conikost@gentoo \
--to=conikost@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