blob: 4d6c16ae90b7c480abdbbcb13deaf950ae10ff72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=1
GPE_TARBALL_SUFFIX="bz2"
GPE_MIRROR="http://gpe.linuxtogo.org/download/source"
inherit eutils gpe
DESCRIPTION="GPE application for taking screenshots of your mobile device"
LICENSE="GPL-2"
SLOT="0"
IUSE="${IUSE}"
KEYWORDS="~arm ~amd64 ~x86"
RDEPEND="gpe-base/libgpewidget
dev-libs/atk
dev-libs/glib:2
dev-libs/libxml2
gnome-base/libglade
net-libs/libsoup
x11-libs/cairo
x11-libs/gtk+
x11-libs/libX11
x11-libs/pango
"
|