valadoc-git: update to 20130328 (requires vala>=0.20).
This commit is contained in:
parent
30f45b54b7
commit
ad6926b596
1 changed files with 3 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'valadoc-git'
|
# Template file for 'valadoc-git'
|
||||||
pkgname=valadoc-git
|
pkgname=valadoc-git
|
||||||
version=20130128
|
version=20130328
|
||||||
revision=1
|
revision=1
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
provides="valadoc-${version}"
|
provides="valadoc-${version}"
|
||||||
replaces="valadoc>=0"
|
replaces="valadoc>=0"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config glib-devel vala-devel>=0.18
|
hostmakedepends="pkg-config libtool automake which"
|
||||||
automake libgee08-devel which graphviz-devel"
|
makedepends="libglib-devel vala-devel>=0.20 libgee08-devel graphviz-devel"
|
||||||
short_desc="Documentation tool for the vala project"
|
short_desc="Documentation tool for the vala project"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
|
@ -18,7 +18,6 @@ do_fetch() {
|
||||||
local url="git://git.gnome.org/valadoc"
|
local url="git://git.gnome.org/valadoc"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
cd ${pkgname}-${version} && git checkout df9357f508feeff9e7730a7124b7d700829a5951
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue