| 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.8 2012/05/22 20:58:28 ranger Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
inherit gnome2-utils
|
| 7 |
|
| 8 |
DESCRIPTION="A GTK+ based xmessage clone"
|
| 9 |
HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
|
| 10 |
SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz"
|
| 11 |
|
| 12 |
LICENSE="GPL-3 public-domain"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
RDEPEND=">=x11-libs/gtk+-2.12:2"
|
| 18 |
DEPEND="${RDEPEND}
|
| 19 |
virtual/pkgconfig
|
| 20 |
>=dev-util/intltool-0.40
|
| 21 |
sys-devel/gettext"
|
| 22 |
|
| 23 |
DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
|
| 24 |
|
| 25 |
src_install() {
|
| 26 |
default
|
| 27 |
|
| 28 |
docinto examples
|
| 29 |
dodoc examples/*
|
| 30 |
}
|
| 31 |
|
| 32 |
pkg_preinst() { gnome2_icon_savelist; }
|
| 33 |
pkg_postinst() { gnome2_icon_cache_update; }
|
| 34 |
pkg_postrm() { gnome2_icon_cache_update; }
|