mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
webkitgtk: update to 2.1.92.
This commit is contained in:
parent
3416c63536
commit
0195759567
2 changed files with 5 additions and 5 deletions
|
@ -484,7 +484,7 @@ libwebkitgtk-1.0.so.0 webkit-gtk-1.3.12_1
|
||||||
libwebkitgtk-3.0.so.0 webkitgtk-2.0.0_1
|
libwebkitgtk-3.0.so.0 webkitgtk-2.0.0_1
|
||||||
libjavascriptcoregtk-1.0.so.0 webkit-gtk-1.3.12_1
|
libjavascriptcoregtk-1.0.so.0 webkit-gtk-1.3.12_1
|
||||||
libjavascriptcoregtk-3.0.so.0 webkitgtk-2.0.0_1
|
libjavascriptcoregtk-3.0.so.0 webkitgtk-2.0.0_1
|
||||||
libwebkit2gtk-3.0.so.25 webkitgtk-2.0.0._1
|
libwebkit2gtk-3.0.so.25 webkitgtk-2.0.0_1
|
||||||
libgimp-2.0.so.0 gimp-2.6.6_1
|
libgimp-2.0.so.0 gimp-2.6.6_1
|
||||||
libgimpwidgets-2.0.so.0 gimp-2.6.6_1
|
libgimpwidgets-2.0.so.0 gimp-2.6.6_1
|
||||||
libgimpui-2.0.so.0 gimp-2.6.6_1
|
libgimpui-2.0.so.0 gimp-2.6.6_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'webkitgtk'
|
# Template file for 'webkitgtk'
|
||||||
pkgname=webkitgtk
|
pkgname=webkitgtk
|
||||||
version=2.0.4
|
version=2.1.92
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=3.0 --enable-introspection"
|
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"
|
||||||
|
@ -9,7 +9,7 @@ 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=bd1550b7f6e1a55f803efe7d64438163ff6c04f02186002cb81d0c090aac734f
|
checksum=38ba86249bc5fc5c27bfc05405a1966737eecaf0ac7c7f93ce5fc0c0be8ee0ce
|
||||||
|
|
||||||
hostmakedepends="perl pkg-config intltool which gperf
|
hostmakedepends="perl pkg-config intltool which gperf
|
||||||
flex ruby gobject-introspection"
|
flex ruby gobject-introspection"
|
||||||
|
@ -22,7 +22,7 @@ makedepends="libjpeg-turbo-devel libpng-devel>=1.6 sqlite-devel harfbuzz-devel>=
|
||||||
webkitgtk-devel_package() {
|
webkitgtk-devel_package() {
|
||||||
replaces="webkit-gtk3-devel>=0"
|
replaces="webkit-gtk3-devel>=0"
|
||||||
provides="webkit-gtk3-devel-${version}"
|
provides="webkit-gtk3-devel-${version}"
|
||||||
depends="gtk+3-devel>=3.8 libsoup-devel>=2.42 ${sourcepkg}-${version}_${revision}"
|
depends="gtk+3-devel libsoup-devel>=2.44 ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue