Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP 2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View file

@ -5,12 +5,13 @@ revision=1
build_style=gnu-configure
hostmakedepends="pkg-config libtool automake which"
makedepends="libglib-devel vala-devel>=0.20 libgee08-devel graphviz-devel"
replaces="valadoc>=0"
provides="valadoc-20130328"
short_desc="Documentation tool for the vala project"
maintainer="pancake <pancake@nopcode.org>"
license="LGPL-3"
homepage="https://live.gnome.org/Valadoc"
do_fetch() {
local url="git://git.gnome.org/valadoc"
msg_normal "Fetching source from $url ...\n"
@ -20,11 +21,3 @@ do_fetch() {
pre_configure() {
./autogen.sh
}
valadoc-git_package() {
replaces="valadoc>=0"
provides="valadoc-20130328"
pkg_install() {
vmove usr
}
}