valadoc-9999 updated
This commit is contained in:
parent
4490b99dc4
commit
b7534d7aac
|
@ -1,36 +1,38 @@
|
||||||
# Copyright 1999-2012 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
inherit autotools git-2
|
GCONF_DEBUG="no"
|
||||||
|
|
||||||
DESCRIPTION="a documentation generator for Vala source code"
|
inherit vala gnome2-live
|
||||||
HOMEPAGE="https://live.gnome.org/Valadoc"
|
|
||||||
EGIT_REPO_URI="git://git.gnome.org/valadoc"
|
DESCRIPTION="A documentation generator for generating API documentation from Vala source code"
|
||||||
EGIT_BOOTSTRAP="eautoreconf"
|
HOMEPAGE="http://live.gnome.org/Valadoc"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS=""
|
KEYWORDS=""
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
RDEPEND="dev-lang/vala
|
DEPEND="dev-lang/vala:0.12
|
||||||
>=dev-libs/glib-2.12
|
dev-libs/libgee
|
||||||
>=dev-libs/libgee-0.5
|
media-gfx/graphviz
|
||||||
>=media-gfx/graphviz-2.16
|
dev-libs/glib:2
|
||||||
x11-libs/gdk-pixbuf
|
x11-libs/gtk+:2
|
||||||
>=x11-libs/gtk+-2.10"
|
x11-libs/gdk-pixbuf:2"
|
||||||
DEPEND="${RDEPEND}
|
RDEPEND="${DEPEND}"
|
||||||
virtual/pkgconfig"
|
|
||||||
|
|
||||||
DOCS=( AUTHORS MAINTAINERS THANKS )
|
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README THANKS"
|
||||||
|
|
||||||
src_configure() {
|
VALA_REQUIRED_VERSION="0.12"
|
||||||
VALAC="$(type -p valac)" econf --disable-static
|
|
||||||
|
src_prepare() {
|
||||||
|
vala_src_prepare
|
||||||
|
gnome2-live_src_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
pkg_postinst() {
|
||||||
default
|
vala_pkg_postinst
|
||||||
find "${ED}" -name "*.la" -type f -exec rm -rf {} + || die
|
gnome2-live_pkg_postinst
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue