commit: 0873845bc2cde07de4134eb44d09ee4dfa98649a Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Sat Mar 22 16:06:32 2025 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> 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 <mschiff <AT> 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 +}
