logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: e429598a42466aceca885695bc2a3adb57d8750d
parent: ac45cc918188827c94b5c8d986c16a7f7456886c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 18 Mar 2020 20:49:08 +0100

x11-terms/pangoterm: New package, 0.0_pre616

Diffstat:

Ax11-terms/pangoterm/Manifest1+
Ax11-terms/pangoterm/pangoterm-0.0_pre616.ebuild27+++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/x11-terms/pangoterm/Manifest b/x11-terms/pangoterm/Manifest @@ -0,0 +1 @@ +DIST pangoterm-0.0_pre616.tar.gz 24356 BLAKE2B 3a3e4351bc2d426fd4ddd60c4a7186ecb5854becce9a01247dd25d2cabb2ead97959bb7d7cfb83e62647dfe7c31b60aa83589968e65f984f08d297403c671d43 SHA512 c6e340377bc9224b92a4f5b9cb0a83a4120662e2d06240956a0c2e2a01290ddc65077139b6686cfa4965242f4d8061946e1715cd80716bf82f97f069c0bf42d8 diff --git a/x11-terms/pangoterm/pangoterm-0.0_pre616.ebuild b/x11-terms/pangoterm/pangoterm-0.0_pre616.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation" +HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/" +SRC_URI="https://bazaar.launchpad.net/~leonerd/pangoterm/trunk/tarball/616 -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-libs/libvterm-0.1.3 + x11-libs/cairo:= + x11-libs/gtk+:2= +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/~leonerd/pangoterm/trunk/" + +src_install() { + emake PREFIX="/usr" DESTDIR="${D}" install + dodoc pangoterm.cfg +}