diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-11 22:42:31 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-11 22:42:31 +0300 |
commit | 7ebd90f84b9832fdf66413ee05e424e50f7a80ea (patch) | |
tree | 5b05eb945a8a34f592350058d2dd51f8f0f9ecfc /x11-terms | |
parent | dev-db/mongodb: bump to 3.6.5 (diff) | |
download | gentoo-7ebd90f84b9832fdf66413ee05e424e50f7a80ea.tar.gz gentoo-7ebd90f84b9832fdf66413ee05e424e50f7a80ea.tar.bz2 gentoo-7ebd90f84b9832fdf66413ee05e424e50f7a80ea.zip |
x11-terms/tilda: Version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/tilda/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/tilda/tilda-1.4.1.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/x11-terms/tilda/Manifest b/x11-terms/tilda/Manifest index 02a8777cd8c2..35cd826bf93d 100644 --- a/x11-terms/tilda/Manifest +++ b/x11-terms/tilda/Manifest @@ -1 +1,2 @@ DIST tilda-0.9.6.tar.gz 307517 BLAKE2B dba49f28cf92a514977da5f8099e7f19366723b89785c9d9897138500eac7281a97d3ea3365acb08f17edb0a71ffe3a63d631987aaf39aa6e0058290f037e9dc SHA512 7d0ddaf289de2c3f9f48f5cce3ee71534b9fdd91f79a4e56a32a301fd8fc82c4a3d760cfcd16d8d2e2d9f0d963b8130547720563ab15c2bb2220ff546ea562b0 +DIST tilda-1.4.1.tar.gz 471340 BLAKE2B a84d125bf81e384706347401ebbf7b11813bf5ed422e6b374e918ed564b9bfe168ebf3fef163b91a15350b49166b0040e90afdef716cc1762ecc410710f72c29 SHA512 d16878e762d94f94c219e8e711223a771a2ab816f02573f693cfbcfa0eee5aafff8a274898a65df168c0bf78258aa16e5a3be6b0c3dee418af61c68f43ed74c6 diff --git a/x11-terms/tilda/tilda-1.4.1.ebuild b/x11-terms/tilda/tilda-1.4.1.ebuild new file mode 100644 index 000000000000..ad1b85bd86f2 --- /dev/null +++ b/x11-terms/tilda/tilda-1.4.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/vte:0 + >=dev-libs/glib-2.8.4:2 + dev-libs/confuse + gnome-base/libglade + x11-libs/libX11" +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/gettext" + +S="${WORKDIR}/${PN}-${P}" + +src_prepare() { + default + append-cflags -std=c99 + eautoreconf +} |