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