diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-11 15:05:02 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-11 15:05:02 +0000 |
commit | da9e38236f66050e87d8bd2c8f05f2326282aa58 (patch) | |
tree | b9bfd64e913f7d98403f7105f43a7ba6bf5f8469 /balsa | |
parent | eaf972b286b334de7e24cf399de92627f89f3175 (diff) |
More section fixes
BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ
Diffstat (limited to 'balsa')
-rw-r--r-- | balsa/balsa_2.0.17.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/balsa/balsa_2.0.17.oe b/balsa/balsa_2.0.17.oe index ad7e4319ca..585a656293 100644 --- a/balsa/balsa_2.0.17.oe +++ b/balsa/balsa_2.0.17.oe @@ -1,10 +1,13 @@ DESCRIPTION = "Balsa is an e-mail client for GNOME, highly configurable and \ incorporating all the features you would expect in a robust mail client." HOMEPAGE = "http://balsa.gnome.org" +SECTION = "x11/network" + DEPENDS = "libesmtp glib-2.0 libgnome libgnomeui gtk+ gnome-vfs libbonobo aspell pcre libtool openssl gtkhtml-3.0" RDEPENDS = "gdk-pixbuf-loader-xpm" PR = "r3" + SRC_URI = "http://balsa.gnome.org/balsa-2.0.17.tar.bz2 \ file://libmutt-cross.patch;patch=1 \ file://desktop-file-fix.patch;patch=1" |