From d85d9f7232f942542e0ef7c1d4f4851168050c5f Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Tue, 25 Jan 2022 10:07:40 +0100 Subject: [PATCH] tilda-version with WAYLAND / dbus support. --- x11-terms/tilda/Manifest | 1 + x11-terms/tilda/metadata.xml | 8 ++++++ x11-terms/tilda/tilda-1.5.4-r9999.ebuild | 32 ++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 x11-terms/tilda/Manifest create mode 100644 x11-terms/tilda/metadata.xml create mode 100644 x11-terms/tilda/tilda-1.5.4-r9999.ebuild diff --git a/x11-terms/tilda/Manifest b/x11-terms/tilda/Manifest new file mode 100644 index 0000000..a2ed9c1 --- /dev/null +++ b/x11-terms/tilda/Manifest @@ -0,0 +1 @@ +DIST a8f70a8b9300992dc13185112a251b90850fd96e.zip 621226 BLAKE2B c574dc0838787855006d0f0f9570a28a0595c3189dcb2e2a505860cce78e079c94a95e3e35c7f7b5c7875a2a95c764fb283e5f888666bcfc2e69eea90ada421a SHA512 f3842156beca2cfeb763fc68ffba5689e7f7094607e36b4c26e2cc72fba5135b7f48faf0ecf7c7832101e783a69858671d7b71105715804ce2d103fc3e374b4a diff --git a/x11-terms/tilda/metadata.xml b/x11-terms/tilda/metadata.xml new file mode 100644 index 0000000..a08f471 --- /dev/null +++ b/x11-terms/tilda/metadata.xml @@ -0,0 +1,8 @@ + + + + + + tilda + + diff --git a/x11-terms/tilda/tilda-1.5.4-r9999.ebuild b/x11-terms/tilda/tilda-1.5.4-r9999.ebuild new file mode 100644 index 0000000..d3cf3c6 --- /dev/null +++ b/x11-terms/tilda/tilda-1.5.4-r9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 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/a8f70a8b9300992dc13185112a251b90850fd96e.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~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" + +S="${WORKDIR}/${PN}-a8f70a8b9300992dc13185112a251b90850fd96e" + +src_prepare() { + default + append-cflags -std=c99 + eautoreconf +}