Mercurial > hg > portage
annotate x11-terms/qterminal/qterminal-0.6.0.ebuild @ 419:7cc9ca777677
ebuild for latest and greatest dart SDK
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 06 Sep 2016 09:05:12 +0200 |
parents | e41fbfc68c4f |
children |
rev | line source |
---|---|
372
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 # Copyright 1999-2014 Gentoo Foundation |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 # Distributed under the terms of the GNU General Public License v2 |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 # $Header: /var/cvsroot/gentoo-x86/x11-terms/qterminal/qterminal-0.5.0_p20140913.ebuild,v 1.2 2014/09/27 11:38:55 maekke Exp $ |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
5 EAPI=5 |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
6 |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
7 inherit cmake-utils |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
8 |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
9 DESCRIPTION="Qt4-based multitab terminal emulator" |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
10 HOMEPAGE="https://github.com/qterminal/qterminal" |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
11 SRC_URI="https://github.com/qterminal/qterminal/archive/${PV}.tar.gz -> ${P}.tar.gz" |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
12 |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
13 LICENSE="GPL-2" |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
14 SLOT="0" |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
15 KEYWORDS="~amd64 ~arm ~x86" |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
16 IUSE="debug" |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
17 |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
18 DEPEND="dev-qt/qtcore:4 |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
19 dev-qt/qtgui:4 |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
20 x11-libs/libqxt |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
21 >=x11-libs/qtermwidget-0.6.0" |
e41fbfc68c4f
add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
22 RDEPEND="${DEPEND}" |