mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
webkitgtk: update to 2.0.1; disabled webaudio/gamepad options for now.
This commit is contained in:
parent
556b89f09d
commit
ac3c682908
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'webkitgtk'
|
# Template file for 'webkitgtk'
|
||||||
pkgname=webkitgtk
|
pkgname=webkitgtk
|
||||||
version=2.0.0
|
version=2.0.1
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="GTK+3 port of the WebKit browser engine"
|
short_desc="GTK+3 port of the WebKit browser engine"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://webkitgtk.org/"
|
homepage="http://webkitgtk.org/"
|
||||||
license="LGPL-2.1, Simplified BSD (2 clause)"
|
license="LGPL-2.1, Simplified BSD (2 clause)"
|
||||||
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
||||||
checksum=454cdc4beffc2010f83661059178e33b6d9a07bcd60d09eabdf5d7cda17b88e4
|
checksum=6303552a39d7912725d75bc55f530cdb99171fb873e299798d0bb932d6ea76cb
|
||||||
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=3.0 --enable-web-audio
|
configure_args="--with-gtk=3.0 --enable-introspection"
|
||||||
--enable-introspection --enable-gamepad"
|
|
||||||
|
|
||||||
hostmakedepends="perl pkg-config intltool which gperf
|
hostmakedepends="perl pkg-config intltool which gperf
|
||||||
flex ruby gobject-introspection"
|
flex ruby gobject-introspection"
|
||||||
|
@ -36,6 +35,6 @@ webkitgtk-devel_package() {
|
||||||
|
|
||||||
webkitgtk_package() {
|
webkitgtk_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue