# Copyright 1999-2012 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-9999.ebuild,v 1.13 2012/11/28 12:25:19 ssuominen Exp $ EAPI=5 inherit xfconf DESCRIPTION="Xfce4 panel sticky notes plugin" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" EGIT_REPO_URI="git://git.xfce.org/panel-plugins/xfce4-notes-plugin" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" # xfce4-vala and xfce4-dev-tools (xdt-autogen) required to build from git # xfce4-dev-tools is pulled in by xfconf eclass for a live build RDEPEND=">=dev-libs/glib-2.20:2 >=x11-libs/gtk+-2.20:2 >=xfce-base/libxfce4ui-4.10 >=xfce-base/libxfce4util-4.10 >=xfce-base/xfce4-panel-4.10 >=xfce-extra/xfce4-vala-4.10 >=xfce-base/xfconf-4.10 dev-libs/libunique:1" DEPEND="${RDEPEND} virtual/pkgconfig dev-util/intltool" # patch is for compile time issue upstream bug 9715 PATCHES=( "${FILESDIR}"/main-panel-plugin-cast.patch ) pkg_setup() { export VALAC="$(type -P valac-0.16)" XFCONF=( --disable-static ) DOCS=( AUTHORS ChangeLog NEWS README ) }