mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
parent
a6b2b65642
commit
0d5058172e
2 changed files with 12 additions and 1 deletions
11
srcpkgs/gtk-doc/patches/pkg-config-hack.patch
Normal file
11
srcpkgs/gtk-doc/patches/pkg-config-hack.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- gtkdoc/config.py.in.orig 2017-04-16 13:04:44.000000000 +0000
|
||||||
|
+++ gtkdoc/config.py.in 2017-10-08 19:32:23.350518442 +0000
|
||||||
|
@@ -5,7 +5,7 @@
|
||||||
|
fop = '@FOP@'
|
||||||
|
highlight = '@HIGHLIGHT@'
|
||||||
|
highlight_options = '@HIGHLIGHT_OPTIONS@'
|
||||||
|
-pkg_config = '@PKG_CONFIG@'
|
||||||
|
+pkg_config = 'pkg-config'
|
||||||
|
xsltproc = '@XSLTPROC@'
|
||||||
|
|
||||||
|
# configured directories
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gtk-doc'
|
# Template file for 'gtk-doc'
|
||||||
pkgname=gtk-doc
|
pkgname=gtk-doc
|
||||||
version=1.26
|
version=1.26
|
||||||
revision=1
|
revision=2
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config itstool python docbook-xsl gnome-doc-utils perl"
|
hostmakedepends="pkg-config itstool python docbook-xsl gnome-doc-utils perl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue