# 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 autotools #requires xfce4-dev-tools to generate configure files w/ xdt-autogen on unpacked directory #MY_P=xfce4-notes-plugin-00e6df9fcdb4ef3b23dd4eca33d0d94d9a2a18a4 # later missing stuff ??? MY_P=xfce4-notes-plugin-65eca0836c259510e1eca9480b58009c49541328 #http://git.xfce.org/panel-plugins/xfce4-notes-plugin/snapshot/xfce4-notes-plugin-65eca0836c259510e1eca9480b58009c49541328.tar.bz2 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="" 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} pkg_setup() { XFCONF=( --disable-static ) DOCS=( AUTHORS ChangeLog NEWS README ) } src_configure() { xdt-autogen }