diff options
Diffstat (limited to 'xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild')
-rw-r--r-- | xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild index 718a9241544d..7f4b45ab80d5 100644 --- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild +++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild,v 1.6 2011/03/29 13:17:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild,v 1.7 2011/05/19 20:09:22 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Wireless monitor panel plugin" @@ -14,20 +14,14 @@ SLOT="0" KEYWORDS="amd64 ~arm hppa ppc ppc64 x86" IUSE="" -RDEPEND=">=xfce-base/xfce4-panel-4.3.20 - >=xfce-base/libxfcegui4-4.3.20 - >=xfce-base/libxfce4util-4.3.20 +RDEPEND=">=xfce-base/xfce4-panel-4.8 + >=xfce-base/libxfcegui4-4.8 + >=xfce-base/libxfce4util-4.8 >=x11-libs/gtk+-2.6:2" DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool" + dev-util/intltool + dev-util/pkgconfig" pkg_setup() { - # $(xfconf_use_debug) removed because the package is still using - # libxfcegui4. restore when ported to libxfce4ui. - XFCONF=( - --disable-dependency-tracking - ) - - DOCS="AUTHORS ChangeLog NEWS README THANKS" + DOCS=( AUTHORS ChangeLog NEWS README THANKS ) } |