webkitgtk: update to 2.0.4.
This commit is contained in:
parent
145fcc0c23
commit
06bdd51a66
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'webkitgtk'
|
# Template file for 'webkitgtk'
|
||||||
pkgname=webkitgtk
|
pkgname=webkitgtk
|
||||||
version=2.0.3
|
version=2.0.4
|
||||||
revision=2
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-gtk=3.0 --enable-introspection"
|
||||||
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=9bf8a32afbf087c4fc2c652b193a52c44b180735ba9c7c8db88137904d458e1b
|
checksum=bd1550b7f6e1a55f803efe7d64438163ff6c04f02186002cb81d0c090aac734f
|
||||||
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--with-gtk=3.0 --enable-introspection"
|
|
||||||
|
|
||||||
hostmakedepends="perl pkg-config intltool which gperf
|
hostmakedepends="perl pkg-config intltool which gperf
|
||||||
flex ruby gobject-introspection"
|
flex ruby gobject-introspection"
|
||||||
|
@ -30,6 +29,7 @@ webkitgtk-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue