mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 01:42:15 +08:00
updated wine_gecko to version 1.2.0
This commit is contained in:
parent
8c6ad66799
commit
11999a2a45
@ -4,19 +4,19 @@
|
||||
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=wine_gecko
|
||||
pkgver=1.1.0
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
|
||||
arch=(i686 x86_64)
|
||||
url="http://wiki.winehq.org/Gecko"
|
||||
license=(MPL)
|
||||
depends=('wine>=1.3.2')
|
||||
source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/${pkgver}/${pkgname}-${pkgver}-x86{,_64}.cab)
|
||||
md5sums=('7217cb91106f2efd85d6d1a84f5ee305'
|
||||
'6005df85ed436aa8b1132414aff8ce8e')
|
||||
depends=('wine>=1.3.16')
|
||||
source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/${pkgver}/${pkgname}-${pkgver}-x86{,_64}.msi)
|
||||
md5sums=('f2ed548494c86c511892b1c02491c8c4'
|
||||
'26489d8d1dfa34b5783b3e567edcaa9f')
|
||||
|
||||
if [[ $CARCH == i686 ]]; then
|
||||
# Strip x86_64 cab
|
||||
# Strip x86_64 msi
|
||||
source=(${source[0]})
|
||||
md5sums=(${md5sums[0]})
|
||||
fi
|
||||
@ -25,11 +25,10 @@ package() {
|
||||
cd "$srcdir"
|
||||
|
||||
# Install 32-bit
|
||||
install -Dm644 $pkgname-$pkgver-x86.cab \
|
||||
"$pkgdir/usr/share/wine/gecko/$pkgname-$pkgver-x86.cab"
|
||||
install -Dm644 $pkgname-$pkgver-x86.msi "$pkgdir/usr/share/wine/gecko/$pkgname-$pkgver-x86.msi"
|
||||
|
||||
if [[ $CARCH == x86_64 ]]; then
|
||||
# Install 64-bit
|
||||
install -m644 $pkgname-$pkgver-x86_64.cab "$pkgdir/usr/share/wine/gecko/"
|
||||
install -m644 $pkgname-$pkgver-x86_64.msi "$pkgdir/usr/share/wine/gecko/"
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user