summaryrefslogtreecommitdiffstats
path: root/abs/extra/community
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-22 00:11:13 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-22 00:11:13 (GMT)
commit458020c543c50117b41bc40f8db44114d700c06e (patch)
treed5a64830f6a124e033c654a261a49f96c6ac9b53 /abs/extra/community
parent259b3c54db8b59ed70c78e20229b9990fcdb87d3 (diff)
downloadlinhes_pkgbuild-458020c543c50117b41bc40f8db44114d700c06e.zip
linhes_pkgbuild-458020c543c50117b41bc40f8db44114d700c06e.tar.gz
linhes_pkgbuild-458020c543c50117b41bc40f8db44114d700c06e.tar.bz2
flashplugin: 11.2.202.236
Diffstat (limited to 'abs/extra/community')
-rw-r--r--abs/extra/community/flashplugin/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/abs/extra/community/flashplugin/PKGBUILD b/abs/extra/community/flashplugin/PKGBUILD
index 92a7caa..59f78f5 100644
--- a/abs/extra/community/flashplugin/PKGBUILD
+++ b/abs/extra/community/flashplugin/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id$
+# $Id: PKGBUILD 161290 2012-06-08 23:27:45Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=flashplugin
_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.228
+pkgver=11.2.202.236
pkgrel=1
pkgdesc='Adobe Flash Player'
url='http://get.adobe.com/flashplayer'
arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
optdepends=('libvdpau: GPU acceleration on Nvidia card')
provides=('flashplayer')
license=('custom')
@@ -21,20 +21,19 @@ if [ "$CARCH" = "i686" ]; then
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"
"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"
mms.cfg)
- md5sums=('174a9e778a11559d65f66290b16e2088'
+ md5sums=('00b3dd02b9ac600272440ebadda724e1'
'94ca2aecb409abfe36494d1a7ec7591d'
'f34aae6279b40e0bd2abfb0d9963d7b8')
elif [ "$CARCH" = "x86_64" ]; then
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"
"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"
mms.cfg)
- md5sums=('01e4ddb6e87ea8439f4955e83422f82e'
+ md5sums=('f3cec2b9b38bd58f5e20f543d957bc17'
'94ca2aecb409abfe36494d1a7ec7591d'
'f34aae6279b40e0bd2abfb0d9963d7b8')
fi
package () {
- cd "$srcdir"
install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
if [ "$CARCH" = x86_64 ]; then
install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
@@ -51,6 +50,6 @@ package () {
install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
install -Dm644 "$srcdir/mms.cfg" "$pkgdir/etc/adobe/mms.cfg"
}
-md5sums=('174a9e778a11559d65f66290b16e2088'
+md5sums=('f3cec2b9b38bd58f5e20f543d957bc17'
'94ca2aecb409abfe36494d1a7ec7591d'
'f34aae6279b40e0bd2abfb0d9963d7b8')