summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Reifschneider <tranquility@gentoo.org>2015-09-13 18:14:07 +0200
committerOle Reifschneider <tranquility@gentoo.org>2015-09-13 18:14:07 +0200
commit9f86f0b380fba4089bbadcefc4b101c61d690432 (patch)
tree97392d41f362a9fb7f79fa536fc08020ca5efa2b /x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild
parentdev-java/istack-commons-buildtools: Stable for amd64+x86. (diff)
downloadgentoo-9f86f0b380fba4089bbadcefc4b101c61d690432.tar.gz
gentoo-9f86f0b380fba4089bbadcefc4b101c61d690432.tar.bz2
gentoo-9f86f0b380fba4089bbadcefc4b101c61d690432.zip
x11-terms/pangoterm: Update version and relax libvterm dep
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild')
-rw-r--r--x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild b/x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild
new file mode 100644
index 000000000000..d2ef7aabf5e5
--- /dev/null
+++ b/x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation"
+HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/"
+SRC_URI="https://dev.gentoo.org/~tranquility/distfiles/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/libvterm-neovim"
+RDEPEND="${DEPEND}
+ dev-libs/glib:2
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:2
+ x11-libs/pango
+"
+
+S=${WORKDIR}/pangoterm-0
+
+src_install() {
+ emake PREFIX="/usr" DESTDIR="${D}" install
+}