This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# Copyright 1999-2009 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: $ |
| 4 |
|
| 5 |
EAPI="2" |
| 6 |
|
| 7 |
inherit distutils |
| 8 |
|
| 9 |
DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed |
| 10 |
with Python and GTK." |
| 11 |
HOMEPAGE="https://launchpad.net/gwibber" |
| 12 |
SRC_URI="http://dev.gentooexperimental.org/~zerox/${P}.tar.gz" |
| 13 |
|
| 14 |
LICENSE="GPL-2" |
| 15 |
SLOT="0" |
| 16 |
KEYWORDS="~amd64 ~x86" |
| 17 |
IUSE="" |
| 18 |
|
| 19 |
DEPEND=">=dev-python/python-distutils-extra-1.92_pre69 |
| 20 |
>=dev-python/dbus-python-0.82.4 |
| 21 |
>=dev-python/pywebkitgtk-1.1.4 |
| 22 |
>=dev-python/notify-python-0.1.1 |
| 23 |
>=dev-python/imaging-1.1.6 |
| 24 |
>=dev-python/simplejson-2.0.4 |
| 25 |
>=dev-python/egenix-mx-base-2.0.5 |
| 26 |
>=dev-python/feedparser-4.1 |
| 27 |
>=dev-python/gconf-python-2.2.23 |
| 28 |
>=dev-python/pyxdg-0.15 |
| 29 |
>=dev-python/mako-0.2.4 |
| 30 |
>=gnome-base/librsvg-2.22.3" |
| 31 |
RDEPEND="virtual/python" |
| 32 |
|
| 33 |
S="${WORKDIR}"/"${PN}" |
| 34 |
|
| 35 |
src_prepare() { |
| 36 |
epatch "${FILESDIR}"/${P}-prefix.patch |
| 37 |
epatch "${FILESDIR}"/${P}-locale.patch |
| 38 |
} |