summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gwibber/Manifest2
-rw-r--r--net-misc/gwibber/gwibber-9999.ebuild22
2 files changed, 10 insertions, 14 deletions
diff --git a/net-misc/gwibber/Manifest b/net-misc/gwibber/Manifest
index b8608cd..51dd191 100644
--- a/net-misc/gwibber/Manifest
+++ b/net-misc/gwibber/Manifest
@@ -1 +1 @@
-EBUILD gwibber-9999.ebuild 1073 RMD160 65b4b3a435e125688270789003e11d6fa7895f73 SHA1 2dbbd0faa36e8a18832c2fa18d611f696fb5901d SHA256 e819d8b8f9f70c2138e9b5d0169c6a990ff229ceeb427dcdd7173fb392d5010c
+EBUILD gwibber-9999.ebuild 1000 RMD160 5b2142534955682f973b513bd904cfb03ba07116 SHA1 dea7cb4aba1ffd26e21048cc1e02f47ea08ca356 SHA256 b030e85b0fb82b437a4d6416d95e0f0437db06a16012beefe5ce55170c574036
diff --git a/net-misc/gwibber/gwibber-9999.ebuild b/net-misc/gwibber/gwibber-9999.ebuild
index 256b452..42b9fca 100644
--- a/net-misc/gwibber/gwibber-9999.ebuild
+++ b/net-misc/gwibber/gwibber-9999.ebuild
@@ -5,7 +5,7 @@
EBZR_REPO_URI="https://code.launchpad.net/~gwibber-committers/gwibber/trunk"
inherit bzr
-DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed with Python and GTK. It supports Twitter, Jaiku, Identi.ca, Facebook, and Digg."
+DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed with Python and GTK."
HOMEPAGE="https://launchpad.net/gwibber"
SRC_URI=""
@@ -18,25 +18,21 @@ DEPEND=">=dev-python/dbus-python-0.80.2
>=dev-python/gconf-python-2.18.0
>=dev-python/pygtk-2.10.4
>=dev-python/notify-python-0.1.1
- >=dev-python/mako-0.2
- dev-python/egenix-mx-base
- dev-python/feedparser
+ >=dev-python/mako-0.2.2
+ >=dev-python/egenix-mx-base-3.0.0
+ >=dev-python/feedparser-4.1
dev-python/pycurl
- >=dev-python/simplejson-1.7.3
+ >=dev-python/simplejson-1.9.1
>=dev-python/python-distutils-extra-1.91
net-libs/webkit-gtk
- >=dev-python/pywebkitgtk-1.0.2"
+ >=dev-python/pywebkitgtk-1.0.2
+ >=dev-python/pyxdg-0.15
+ >=dev-python/imaging-1.1.6
+ gnome-extra/desktopcouch"
RDEPEND="${DEPEND}"
-src_compile() {
- cd "${S}"
- python setup.py config
- python setup.py build || die "setup.py build failed"
-}
-
src_install () {
python setup.py install --prefix=/usr --root="${D}"
assert "setup.py install failed"
}
-