Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 164072 | Differences between
and this patch

Collapse All | Expand All

(-)mail-notification-4.0.ebuild (-4 / +1 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit eutils gnome2 multilib flag-o-matic
5
inherit eutils gnome2 multilib flag-o-matic versionator
6
6
7
DESCRIPTION="A GNOME trayicon which checks for email. Supports mbox, MH,
7
DESCRIPTION="A GNOME trayicon which checks for email. Supports mbox, MH,
8
Maildir, IMAP, Sylpheed, POP3, Gmail and Evolution.  Authenticates via
8
Maildir, IMAP, Sylpheed, POP3, Gmail and Evolution.  Authenticates via
Lines 55-64 Link Here
55
}
55
}
56
56
57
src_unpack() {
57
src_unpack() {
58
	S=${WORKDIR}/${PN}-${MY_PV}
59
	gnome2_src_unpack
58
	gnome2_src_unpack
60
	gnome2_omf_fix
61
62
	sed -i -e 's:gtk-update-icon-cache:true:' ./art/Makefile.in
59
	sed -i -e 's:gtk-update-icon-cache:true:' ./art/Makefile.in
63
}
60
}
64
61

Return to bug 164072