mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 21:18:09 -07:00
x11-terms/tilda: add 2.0.0
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
32
x11-terms/tilda/tilda-2.0.0.ebuild
Normal file
32
x11-terms/tilda/tilda-2.0.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user