# 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-1.8.0_alpha.ebuild,v 1.13 2012/11/28 12:25:19 ssuominen Exp $ EAPI=5 inherit xfconf #requires xfce4-dev-tools to generate configure files w/ xdt-autogen on unpacked directory # git-snapshot-tarball MY_P=xfce4-notes-plugin-65eca0836c259510e1eca9480b58009c49541328 DESCRIPTION="Xfce4 panel sticky notes plugin" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" SRC_URI="http://git.xfce.org/panel-plugins/xfce4-notes-plugin/snapshot/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 " IUSE="" # xfce4-dev-tools and xfce4-vala needed to build this from git-snapshot-tarball # xfce4-dev-tools is not pulled in by xfconf eclass except for a live ebuild 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-base/xfconf-4.10 >=xfce-extra/xfce4-vala-4.10 dev-libs/libunique:1" DEPEND="${RDEPEND} virtual/pkgconfig >=dev-util/xfce4-dev-tools-4.10 dev-util/intltool" S=${WORKDIR}/${MY_P} # patch is for compile time issue upstream bug 9715 pkg_setup() { PATCHES=( "${FILESDIR}"/main-panel-plugin-cast.patch ) XFCONF=( --disable-static ) DOCS=( AUTHORS ChangeLog NEWS README ) } src_configure() { xdt-autogen }