| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 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: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/Attic/xfce4-panel-4.9.2.ebuild,v 1.2 2012/04/24 05:59:15 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/Attic/xfce4-panel-4.9.2.ebuild,v 1.3 2012/05/05 09:12:18 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | inherit xfconf |
6 | inherit xfconf |
| 7 | |
7 | |
| 8 | DESCRIPTION="Panel for the Xfce desktop environment" |
8 | DESCRIPTION="Panel for the Xfce desktop environment" |
| … | |
… | |
| 26 | >=xfce-base/libxfce4util-4.9.1 |
26 | >=xfce-base/libxfce4util-4.9.1 |
| 27 | >=xfce-base/xfconf-4.9.1" |
27 | >=xfce-base/xfconf-4.9.1" |
| 28 | DEPEND="${RDEPEND} |
28 | DEPEND="${RDEPEND} |
| 29 | dev-lang/perl |
29 | dev-lang/perl |
| 30 | dev-util/intltool |
30 | dev-util/intltool |
| 31 | dev-util/pkgconfig |
|
|
| 32 | sys-devel/gettext" |
31 | sys-devel/gettext |
|
|
32 | virtual/pkgconfig" |
| 33 | |
33 | |
| 34 | pkg_setup() { |
34 | pkg_setup() { |
| 35 | XFCONF=( |
35 | XFCONF=( |
| 36 | --docdir="${EPREFIX}"/usr/share/doc/${PF} |
36 | --docdir="${EPREFIX}"/usr/share/doc/${PF} |
| 37 | $(xfconf_use_debug) |
37 | $(xfconf_use_debug) |