gtk-doc: uses lxml and not libxml2 bindings (#5678)
This commit is contained in:
parent
2241fad1b5
commit
283f6b5112
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=gtk-doc
|
pkgname=gtk-doc
|
||||||
pkgver=1.34.0
|
pkgver=1.34.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Documentation tool for public library API"
|
pkgdesc="Documentation tool for public library API"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://gitlab.gnome.org/GNOME/gtk-doc"
|
url="https://gitlab.gnome.org/GNOME/gtk-doc"
|
||||||
@ -10,9 +10,9 @@ license=("GPL" "FDL")
|
|||||||
options=(staticlibs strip)
|
options=(staticlibs strip)
|
||||||
depends=("docbook-xsl"
|
depends=("docbook-xsl"
|
||||||
"glib2"
|
"glib2"
|
||||||
"libxml2-python"
|
|
||||||
"python"
|
"python"
|
||||||
"python-pygments"
|
"python-pygments"
|
||||||
|
"python-lxml"
|
||||||
"vim"
|
"vim"
|
||||||
"yelp-tools"
|
"yelp-tools"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user