gtk-doc: Fix dependencies
This commit is contained in:
@@ -3,27 +3,24 @@
|
||||
pkgname=gtk-doc
|
||||
pkgver=1.26
|
||||
pkgrel=1
|
||||
pkgdesc="Documentation tool for public library API (mingw-w64)"
|
||||
pkgdesc="Documentation tool for public library API"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gtk.org/gtk-doc/"
|
||||
license=("GPL" "FDL")
|
||||
options=(staticlibs strip)
|
||||
depends=("docbook-xsl"
|
||||
"glib2"
|
||||
"gnome-doc-utils"
|
||||
"perl"
|
||||
"libxml2-python"
|
||||
"python2"
|
||||
"vim"
|
||||
"yelp-tools"
|
||||
)
|
||||
makedepends=("pkg-config"
|
||||
#'jade'
|
||||
"libxml2-python"
|
||||
"glib2-devel"
|
||||
"python2"
|
||||
'itstool'
|
||||
#'dblatex'
|
||||
)
|
||||
optdepends=(#"jade: SGML support"
|
||||
#"dblatex: PDF support"
|
||||
)
|
||||
source=(https://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
|
||||
sha256sums=('bff3f44467b1d39775e94fad545f050faa7e8d68dc6a31aef5024ba3c2d7f2b7')
|
||||
|
||||
@@ -49,5 +46,5 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/build-${CHOST}"
|
||||
make DESTDIR="$pkgdir" install
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user