diff options
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild index da84d654bcb3..4140daee81fe 100644 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild +++ b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.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-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild,v 1.10 2011/04/23 17:41:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild,v 1.11 2011/05/19 20:48:10 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Xfce4 panel sticky notes plugin" @@ -16,23 +16,16 @@ IUSE="" RDEPEND=">=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.18:2 - >=xfce-base/libxfcegui4-4.4 - >=xfce-base/libxfce4util-4.4 - >=xfce-base/xfce4-panel-4.4 - >=xfce-base/xfconf-4.6 + >=xfce-base/libxfcegui4-4.8 + >=xfce-base/libxfce4util-4.8 + >=xfce-base/xfce4-panel-4.8 + >=xfce-base/xfconf-4.8 dev-libs/libunique:1" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool" pkg_setup() { - # $(xfconf_use_debug) removed because the package is still using - # deprecated libxfcegui4 functions. restore when the package has - # been migrated to libxfce4ui. - XFCONF=( - --disable-dependency-tracking - --disable-static - ) - - DOCS="AUTHORS ChangeLog NEWS README" + XFCONF=( --disable-static ) + DOCS=( AUTHORS ChangeLog NEWS README ) } |