diff options
Diffstat (limited to 'x11-terms/qterminal/qterminal-0.4.0.ebuild')
-rw-r--r-- | x11-terms/qterminal/qterminal-0.4.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-terms/qterminal/qterminal-0.4.0.ebuild b/x11-terms/qterminal/qterminal-0.4.0.ebuild new file mode 100644 index 000000000000..f62ddbe34d3a --- /dev/null +++ b/x11-terms/qterminal/qterminal-0.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/qterminal/qterminal-0.4.0.ebuild,v 1.1 2012/07/06 13:43:29 yngwin Exp $ + +EAPI="4" + +inherit cmake-utils + +DESCRIPTION="Qt4-based multitab terminal emulator" +HOMEPAGE="https://gitorious.org/qterminal/pages/Home" +SRC_URI="mirror://gentoo/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="x11-libs/qt-gui:4 + x11-libs/qtermwidget" +RDEPEND="${DEPEND}" + +#todo: translations |