| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.0.ebuild,v 1.1 2012/07/23 10:37:32 angelos Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
inherit multilib xfconf
|
| 7 |
|
| 8 |
DESCRIPTION="A weather plug-in for the Xfce desktop environment"
|
| 9 |
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
|
| 10 |
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
|
| 11 |
|
| 12 |
LICENSE="GPL-2"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="~amd64 ~x86"
|
| 15 |
IUSE="debug"
|
| 16 |
|
| 17 |
RDEPEND="x11-libs/gtk+:2
|
| 18 |
>=xfce-base/libxfce4util-4.8
|
| 19 |
>=xfce-base/libxfce4ui-4.8
|
| 20 |
>=xfce-base/xfce4-panel-4.8
|
| 21 |
dev-libs/libxml2"
|
| 22 |
DEPEND="${RDEPEND}
|
| 23 |
dev-util/intltool
|
| 24 |
virtual/pkgconfig"
|
| 25 |
|
| 26 |
pkg_setup() {
|
| 27 |
XFCONF=(
|
| 28 |
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
|
| 29 |
$(xfconf_use_debug)
|
| 30 |
)
|
| 31 |
|
| 32 |
DOCS=( AUTHORS ChangeLog NEWS README TODO )
|
| 33 |
}
|