gtkdoc: Update to 1.29
This commit is contained in:
parent
b53397c581
commit
f43df29bbe
@ -1,7 +1,7 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname=gtk-doc
|
||||
pkgver=1.28
|
||||
pkgver=1.29
|
||||
pkgrel=1
|
||||
pkgdesc="Documentation tool for public library API"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -12,18 +12,18 @@ depends=("docbook-xsl"
|
||||
"glib2"
|
||||
"gnome-doc-utils"
|
||||
"libxml2-python"
|
||||
"python2"
|
||||
"python3"
|
||||
"vim"
|
||||
"yelp-tools"
|
||||
"python2-six"
|
||||
)
|
||||
makedepends=("pkg-config"
|
||||
"glib2-devel"
|
||||
"python2"
|
||||
"python3"
|
||||
'itstool'
|
||||
)
|
||||
source=(https://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
|
||||
sha256sums=('911e29e302252c96128965ee1f4067d5431a88e00ad1023a8bc1d6b922af5715')
|
||||
sha256sums=('14578e002496567276d310a62c9ffd6c56ee8806ce5079ffb0b81c4111f586b1')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
@ -34,7 +34,7 @@ prepare() {
|
||||
build() {
|
||||
mkdir -p "${srcdir}/build-${CHOST}"
|
||||
cd "${srcdir}/build-${CHOST}"
|
||||
export PYTHON=/usr/bin/python2
|
||||
export PYTHON=/usr/bin/python3
|
||||
../${pkgname}-${pkgver}/configure \
|
||||
--prefix=/usr \
|
||||
--build=${CHOST} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user