mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
wine-gecko: update to 2.24.
This commit is contained in:
parent
9a29095d1e
commit
77b592b745
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'wine-gecko'
|
# Template file for 'wine-gecko'
|
||||||
pkgname=wine-gecko
|
pkgname=wine-gecko
|
||||||
version="1.7"
|
version="2.24"
|
||||||
revision=1
|
revision=1
|
||||||
if [ "$XBPS_MACHINE" = "i686" ]; then
|
if [ "$XBPS_MACHINE" = "i686" ]; then
|
||||||
gecko_arch="x86"
|
gecko_arch="x86"
|
||||||
checksum=2ed524e79cc88137b28430389af19cb032989311921462a29f72d6f121954913
|
checksum=6e38acae87ea66e2c1e8f2f0afe88f89eed3e6e0b431cd3da38dea814b71202c
|
||||||
else
|
else
|
||||||
gecko_arch="$XBPS_MACHINE"
|
gecko_arch="$XBPS_MACHINE"
|
||||||
checksum=19d0364a43621738fa3fd1713ef9590ad0cc61ea4c8858ad3f8703a81b13c927
|
checksum=19d0364a43621738fa3fd1713ef9590ad0cc61ea4c8858ad3f8703a81b13c927
|
||||||
fi
|
fi
|
||||||
distfiles="${SOURCEFORGE_SITE}/wine/${pkgname2}-${version}-${gecko_arch}.msi"
|
distfiles="${SOURCEFORGE_SITE}/wine/wine_gecko-${version}-${gecko_arch}.msi"
|
||||||
homepage="http://wiki.winehq.org/Gecko"
|
homepage="http://wiki.winehq.org/Gecko"
|
||||||
license="MPL-2"
|
license="MPL-2"
|
||||||
short_desc="Mozilla Gecko Layout Engine for WINE to replace Internet Explorer."
|
short_desc="Mozilla Gecko Layout Engine for WINE to replace Internet Explorer."
|
||||||
|
@ -37,7 +37,7 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
wine-gecko_package() {
|
wine-gecko_package() {
|
||||||
depends="wine-unstable"
|
depends="wine"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue