webkit-gtk: update to 1.2.6.
This commit is contained in:
parent
c29bd9011a
commit
bd44e2fcf5
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'webkit-gtk'
|
# Template file for 'webkit-gtk'
|
||||||
pkgname=webkit-gtk
|
pkgname=webkit-gtk
|
||||||
version=1.2.5
|
version=1.2.6
|
||||||
wrksrc=webkit-${version}
|
wrksrc=webkit-${version}
|
||||||
distfiles="http://www.webkitgtk.org/webkit-${version}.tar.gz"
|
distfiles="http://www.webkitgtk.org/webkit-${version}.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-target=x11 --enable-3D-transforms
|
configure_args="--with-target=x11 --enable-3D-transforms
|
||||||
--enable-channel-messaging --with-font-backend=freetype
|
--enable-channel-messaging --with-font-backend=freetype
|
||||||
--enable-jit --enable-introspection"
|
--enable-jit --enable-introspection --enable-video
|
||||||
|
--with-unicode-backend=icu"
|
||||||
short_desc="GTK2 port of the WebKit browser engine"
|
short_desc="GTK2 port of the WebKit browser engine"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b08a69a9ccbd84b2e23a94caf7eb5cfc390bb6cef49a4921b5eb11860b329d41
|
checksum=88a1488ffba8de14f5531ca2e7bf535561170265594a33ff53fb875a9e5d38cf
|
||||||
long_desc="
|
long_desc="
|
||||||
WebKit is an open source web browser engine. WebKit is also the name of
|
WebKit is an open source web browser engine. WebKit is also the name of
|
||||||
the Mac OS X system framework version of the engine that's used by
|
the Mac OS X system framework version of the engine that's used by
|
||||||
|
@ -19,7 +20,6 @@ long_desc="
|
||||||
|
|
||||||
This is the GTK2+ port of the engine."
|
This is the GTK2+ port of the engine."
|
||||||
|
|
||||||
disable_parallel_build=yes
|
|
||||||
subpackages="gir-$pkgname $pkgname-devel"
|
subpackages="gir-$pkgname $pkgname-devel"
|
||||||
|
|
||||||
Add_dependency run libgcc
|
Add_dependency run libgcc
|
||||||
|
|
Loading…
Reference in a new issue