mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
webkitgtk: update to 2.4.7.
This commit is contained in:
parent
dda171b4b3
commit
ba5482f3fc
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'webkitgtk'
|
# Template file for 'webkitgtk'
|
||||||
pkgname=webkitgtk
|
pkgname=webkitgtk
|
||||||
version=2.4.6
|
version=2.4.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gtk-doc --with-gtk=3.0 --disable-schemas-compile --enable-accelerated-compositing"
|
configure_args="--disable-gtk-doc --with-gtk=3.0 --disable-schemas-compile --enable-accelerated-compositing"
|
||||||
short_desc="GTK+3 port of the WebKit browser engine"
|
short_desc="GTK+3 port of the WebKit browser engine"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://webkitgtk.org/"
|
homepage="http://webkitgtk.org/"
|
||||||
license="LGPL-2.1, 2-clause-BSD"
|
license="LGPL-2.1, 2-clause-BSD"
|
||||||
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
||||||
checksum=6fef4aa8d4a2668e03ea15472a71396ea7b776bbe56ad9459a4124b823c11457
|
checksum=f5cf26e39abf1d6b2d25f1398348fef6bbe6c03fb4f99e11c569091c05197d38
|
||||||
|
|
||||||
# ETOOHUGE
|
# ETOOHUGE
|
||||||
disable_debug=1
|
disable_debug=1
|
||||||
|
@ -65,5 +65,6 @@ webkitgtk-devel_package() {
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
fi
|
fi
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue