From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A72A1581EE for ; Sat, 22 Mar 2025 16:07:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 616D23430A3 for ; Sat, 22 Mar 2025 16:07:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6812D1103B8; Sat, 22 Mar 2025 16:07:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5CDE61103B8 for ; Sat, 22 Mar 2025 16:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AD173430A3 for ; Sat, 22 Mar 2025 16:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96A0A1C96 for ; Sat, 22 Mar 2025 16:06:58 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1742659610.0873845bc2cde07de4134eb44d09ee4dfa98649a.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/tilda/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/tilda/Manifest x11-terms/tilda/tilda-2.0.0.ebuild X-VCS-Directories: x11-terms/tilda/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 0873845bc2cde07de4134eb44d09ee4dfa98649a X-VCS-Branch: master Date: Sat, 22 Mar 2025 16:06:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 45927236-11ff-413b-8e1f-5326ba9d18a7 X-Archives-Hash: 187c0234f04bafad8f589d003eaed51d commit: 0873845bc2cde07de4134eb44d09ee4dfa98649a Author: Marc Schiffbauer gentoo org> AuthorDate: Sat Mar 22 16:06:32 2025 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Sat Mar 22 16:06:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0873845b x11-terms/tilda: add 2.0.0 Signed-off-by: Marc Schiffbauer gentoo.org> x11-terms/tilda/Manifest | 1 + x11-terms/tilda/tilda-2.0.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/x11-terms/tilda/Manifest b/x11-terms/tilda/Manifest index 8778e6b51b6a..a20f69f849c9 100644 --- a/x11-terms/tilda/Manifest +++ b/x11-terms/tilda/Manifest @@ -1 +1,2 @@ DIST tilda-1.5.4.tar.gz 485611 BLAKE2B beced68e0712fdc3f4f46a1d839a87e91ecf7e84dec500908efa510d7b43d0c0bf6b5e296c3df255ea462cf08f5107aa324d5a0a6abb134917a054366912a068 SHA512 6982a14a89d148c04e08df0c7566ea7b3e340252fa1a3e434450443f7464e6805caee46afda9b385633a4b9c22d2f2d283641082a1e009f301c3a1bf508c3b29 +DIST tilda-2.0.0.tar.gz 532550 BLAKE2B a445b180ba921dbea3441b82c60350e9cfefcc40464258db91d361b9815533af864eb27cc7de35512415faf495d7303daddfe84378ed8002aef8fc3605a6508f SHA512 e68c04e1c8dd862ab850a06036d67544a910ccd3143eb9d33171d551f34ef47445d6b387bf087ada6f3deddcf115ba928f3bb0497b8a3d2305b202b3b84fd476 diff --git a/x11-terms/tilda/tilda-2.0.0.ebuild b/x11-terms/tilda/tilda-2.0.0.ebuild new file mode 100644 index 000000000000..3bd733e380dd --- /dev/null +++ b/x11-terms/tilda/tilda-2.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters" +HOMEPAGE="https://github.com/lanoxx/tilda" +SRC_URI="https://github.com/lanoxx/tilda/archive/${P}.tar.gz" + +S="${WORKDIR}/${PN}-${P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="x11-libs/vte:2.91 + >=dev-libs/glib-2.8.4:2 + dev-libs/confuse:= + gnome-base/libglade + x11-libs/gtk+:3 + x11-libs/libX11" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig + sys-devel/gettext" + +src_prepare() { + default + append-cflags -std=c99 + eautoreconf +}