mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 15:44:39 +01:00
support all silverlight versions
This commit is contained in:
parent
de3d209dd5
commit
29eaf16f96
2 changed files with 12 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = wine-browser-installer
|
||||
pkgdesc = Browser installer for wine-silverlight, shared between netflix-desktop and pipelight
|
||||
pkgver = 1
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = https://launchpad.net/netflix-desktop
|
||||
arch = any
|
||||
license = LGPL2.1
|
||||
|
|
|
|||
12
PKGBUILD
12
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Anish Bhatt <anish [at] gatech [dot] edu>
|
||||
pkgname=wine-browser-installer
|
||||
pkgver=1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
epoch=
|
||||
pkgdesc="Browser installer for wine-silverlight, shared between netflix-desktop and pipelight"
|
||||
arch=('any')
|
||||
|
|
@ -33,6 +33,14 @@ prepare() {
|
|||
sed -i '4s|^|WINEARCH=win32 |g' wine-silverlight4-installer.install-script
|
||||
sed -i '6s|^|WINEARCH=win32 |g' wine-silverlight4-installer.install-script
|
||||
sed -i '6s|@@PACKAGE@@|SilverlightSetup|g' wine-silverlight4-installer.install-script
|
||||
|
||||
sed -i '4s|^|WINEARCH=win32 |g' wine-silverlight5.1-installer.install-script
|
||||
sed -i '6s|^|WINEARCH=win32 |g' wine-silverlight5.1-installer.install-script
|
||||
sed -i '6s|@@PACKAGE@@|wine-silverlight5.1-installer.exe|g' wine-silverlight5.1-installer.install-script
|
||||
|
||||
sed -i '4s|^|WINEARCH=win32 |g' wine-silverlight5.0-installer.install-script
|
||||
sed -i '6s|^|WINEARCH=win32 |g' wine-silverlight5.0-installer.install-script
|
||||
sed -i '6s|@@PACKAGE@@|wine-silverlight5.0-installer.exe|g' wine-silverlight5.0-installer.install-script
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
@ -46,6 +54,8 @@ package() {
|
|||
popd
|
||||
pushd debian
|
||||
install -Dm755 wine-silverlight4-installer.install-script "${pkgdir}"/usr/share/wine-silverlight/.
|
||||
install -Dm755 wine-silverlight5.1-installer.install-script "${pkgdir}"/usr/share/wine-silverlight/.
|
||||
install -Dm755 wine-silverlight5.0-installer.install-script "${pkgdir}"/usr/share/wine-silverlight/.
|
||||
popd
|
||||
# Install MIT license
|
||||
install -Dm644 "debian/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue