| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.12.4.ebuild,v 1.6 2012/05/08 15:07:15 ago Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
inherit gnome2-utils |
| 7 |
|
| 8 |
DESCRIPTION="A GTK+ based xmessage clone" |
| 9 |
HOMEPAGE="http://savannah.gnu.org/projects/gxmessage/ http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage" |
| 10 |
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz |
| 11 |
http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz" |
| 12 |
|
| 13 |
LICENSE="GPL-3 public-domain" |
| 14 |
SLOT="0" |
| 15 |
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" |
| 16 |
IUSE="" |
| 17 |
|
| 18 |
RDEPEND=">=x11-libs/gtk+-2.20:2" |
| 19 |
DEPEND="${RDEPEND} |
| 20 |
virtual/pkgconfig |
| 21 |
>=dev-util/intltool-0.40.1 |
| 22 |
sys-devel/gettext" |
| 23 |
|
| 24 |
DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" |
| 25 |
|
| 26 |
src_install() { |
| 27 |
default |
| 28 |
|
| 29 |
docinto examples |
| 30 |
dodoc examples/* |
| 31 |
} |
| 32 |
|
| 33 |
pkg_preinst() { gnome2_icon_savelist; } |
| 34 |
pkg_postinst() { gnome2_icon_cache_update; } |
| 35 |
pkg_postrm() { gnome2_icon_cache_update; } |