mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
devhelp: update to 3.10.2.
This commit is contained in:
parent
850f2abf83
commit
a084c56863
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'devhelp'
|
# Template file for 'devhelp'
|
||||||
pkgname=devhelp
|
pkgname=devhelp
|
||||||
version=3.10.0
|
version=3.10.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://wiki.gnome.org/devhelp"
|
homepage="https://wiki.gnome.org/devhelp"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=4d28d21a0331c67086607b737147947b288416ab38c8a0b0264f7a63bd4fce9b
|
checksum=498cc367b9cb7924dd4905e9c3e7d9738f572e4735a769fc5de6e2f06bebf793
|
||||||
long_desc="
|
long_desc="
|
||||||
Devhelp is an API documentation browser for GTK+ and GNOME. It works natively
|
Devhelp is an API documentation browser for GTK+ and GNOME. It works natively
|
||||||
with gtk-doc (the API reference framework developed for GTK+ and used
|
with gtk-doc (the API reference framework developed for GTK+ and used
|
||||||
|
@ -19,7 +19,7 @@ long_desc="
|
||||||
|
|
||||||
devhelp-devel_package() {
|
devhelp-devel_package() {
|
||||||
short_desc+=" - Development files"
|
short_desc+=" - Development files"
|
||||||
depends="webkitgtk-devel>=2.1 devhelp-libs-${version}_${revision}"
|
depends="webkitgtk-devel>=2.1 devhelp-libs>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue