2014-06-09 10:48:27 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-07-07 22:50:25 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-06-09 10:48:27 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-terms/qterminal/qterminal-0.4.0.ebuild,v 1.4 2014/06/08 12:42:02 mrueg Exp $
|
2012-07-07 22:50:25 +04:00
|
|
|
|
|
|
|
EAPI="4"
|
|
|
|
|
|
|
|
inherit cmake-utils
|
|
|
|
|
|
|
|
DESCRIPTION="Qt4-based multitab terminal emulator"
|
2012-07-09 11:14:04 +04:00
|
|
|
HOMEPAGE="https://github.com/qterminal/"
|
2012-07-07 22:50:25 +04:00
|
|
|
SRC_URI="mirror://gentoo/${P}.tar.xz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2014-06-09 10:48:27 +04:00
|
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
2012-07-07 22:50:25 +04:00
|
|
|
IUSE="debug"
|
|
|
|
|
2013-03-04 02:16:24 +04:00
|
|
|
DEPEND="dev-qt/qtgui:4
|
2012-07-07 22:50:25 +04:00
|
|
|
x11-libs/qtermwidget"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
#todo: translations
|