x11-terms/tilda: Version bump
authorMikle Kolyada <zlogene@gentoo.org>
Mon, 11 Jun 2018 19:42:31 +0000 (22:42 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 11 Jun 2018 19:42:31 +0000 (22:42 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-terms/tilda/Manifest
x11-terms/tilda/tilda-1.4.1.ebuild [new file with mode: 0644]

index 02a8777cd8c255b638836ca8098c3227c5a4e2bc..35cd826bf93da34775165900c500a4282a6f0412 100644 (file)
@@ -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 (file)
index 0000000..ad1b85b
--- /dev/null
@@ -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
+}