blob: 05b622a00b8061deb981dcf4dfa0390387b08e41 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
HOMEPAGE="https://code.google.com/p/ardesia/"
SRC_URI="https://ardesia.googlecode.com/files/${P}.tar.bz2"
DESCRIPTION="Color, record and share free-hand annotations on screen and on network"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cwiid"
RDEPEND="dev-libs/atk
dev-libs/libsigsegv
media-libs/fontconfig
media-libs/libpng
sci-libs/gsl
sys-devel/gettext
x11-libs/cairo
x11-libs/gtk+:2
gnome-extra/libgsf
cwiid? ( app-misc/cwiid )"
DEPEND="${RDEPEND}
x11-misc/xdg-utils"
src_install() {
emake DESTDIR="${D}" ardesiadocdir="/usr/share/doc/${P}" install || die "make install ardesia failed"
}
pkg_postinst() {
elog "Ardesia requires a Composite Manager, such as Compiz"
elog "Metacity with compositing, Kwin, etc in order to run"
echo
}