gnome-doc-utils: update to 0.20.1
--HG-- extra : convert_revision : c698ca05c625443b591f8be30e17144f2db469ea
This commit is contained in:
parent
c96a7c7232
commit
dba2094dad
1 changed files with 6 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gnome-doc-utils'
|
# Template file for 'gnome-doc-utils'
|
||||||
pkgname=gnome-doc-utils
|
pkgname=gnome-doc-utils
|
||||||
version=0.20.0
|
version=0.20.1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.20/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.20/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-scrollkeeper --localstatedir=/var"
|
configure_args="--disable-scrollkeeper --localstatedir=/var"
|
||||||
short_desc="Documentation utilities for GNOME"
|
short_desc="Documentation utilities for GNOME"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=627bca223df8e128e7e5e6c745932b678156f9a92652b8f91f4cbf01b56b872d
|
checksum=2a744dc0561fc9e2d8b1fc1c2dcf6e5dd07663affb3e908cd1fe5b1dd3cca26b
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname is a collection of documentation utilities for the Gnome
|
$pkgname is a collection of documentation utilities for the Gnome
|
||||||
project. Notably, it contains utilities for building documentation and
|
project. Notably, it contains utilities for building documentation and
|
||||||
|
@ -14,13 +14,16 @@ long_desc="
|
||||||
XSLT stylesheets that were once distributed with Yelp."
|
XSLT stylesheets that were once distributed with Yelp."
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
Add_dependency run libxslt
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gettext
|
Add_dependency build gettext
|
||||||
|
Add_dependency build libxslt-devel
|
||||||
Add_dependency full docbook-xml
|
Add_dependency full docbook-xml
|
||||||
|
Add_dependency full docbook-xsl
|
||||||
Add_dependency full rarian
|
Add_dependency full rarian
|
||||||
Add_dependency full python
|
Add_dependency full python
|
||||||
Add_dependency full libxslt
|
Add_dependency full libxml2-python
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue