Mercurial > hg > portage
view x11-libs/qtermwidget/qtermwidget-0.6.0.ebuild @ 445:7e560a7c788b
add the necessary ebuilds to make blink work
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 21 Jul 2017 11:00:48 +0200 |
parents | e41fbfc68c4f |
children |
line wrap: on
line source
# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/qtermwidget-0.4.0.37.ebuild,v 1.3 2014/09/13 16:36:24 kensington Exp $ EAPI="5" inherit vcs-snapshot cmake-utils DESCRIPTION="Qt4 terminal emulator widget" HOMEPAGE="https://github.com/qterminal/" SRC_URI="https://github.com/qterminal/qtermwidget/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="debug" # todo: python DEPEND="dev-qt/qtcore:4 dev-qt/qtgui:4" RDEPEND="${DEPEND}"