28 lines
1 KiB
Text
28 lines
1 KiB
Text
# Template file for 'gnome-doc-utils'
|
|
pkgname=gnome-doc-utils
|
|
version=0.20.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-scrollkeeper"
|
|
makedepends="pkg-config intltool libxslt-devel gsettings-desktop-schemas
|
|
docbook-xml docbook-xsl rarian python libxml2-python libxslt"
|
|
short_desc="Documentation utilities for GNOME"
|
|
homepage="https://live.gnome.org/GnomeDocUtils"
|
|
license="GPL-2, LGPL-2.1"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.20/$pkgname-$version.tar.xz"
|
|
checksum=cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6
|
|
long_desc="
|
|
$pkgname is a collection of documentation utilities for the Gnome
|
|
project. Notably, it contains utilities for building documentation and
|
|
all auxiliary files in your source tree, and it contains the DocBook
|
|
XSLT stylesheets that were once distributed with Yelp."
|
|
|
|
gnome-doc-utils_package() {
|
|
noarch="yes"
|
|
pycompile_module="xml2po"
|
|
depends="libxslt docbook-xml docbook-xsl rarian python libxml2-python"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|