2013-04-30 05:13:21 +08:00
|
|
|
pkgname=flashplugin
|
2018-12-06 19:48:13 +08:00
|
|
|
pkgver=32.0.0.101
|
2016-04-08 07:55:58 +08:00
|
|
|
pkgrel=1
|
2013-04-30 05:13:21 +08:00
|
|
|
pkgdesc='Adobe Flash Player'
|
2016-12-14 12:14:47 +08:00
|
|
|
url='https://get.adobe.com/flashplayer/'
|
2013-04-30 05:13:21 +08:00
|
|
|
arch=('x86_64')
|
2015-02-06 10:33:33 +08:00
|
|
|
depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
|
2016-12-14 12:14:47 +08:00
|
|
|
makedepends=('chrpath')
|
2013-04-30 05:13:21 +08:00
|
|
|
optdepends=('libvdpau: GPU acceleration on Nvidia card')
|
|
|
|
provides=('flashplayer')
|
|
|
|
license=('custom')
|
|
|
|
options=(!strip)
|
|
|
|
install='flashplugin.install'
|
2014-05-14 23:27:54 +08:00
|
|
|
backup=('etc/adobe/mms.cfg')
|
2016-12-14 12:14:47 +08:00
|
|
|
source=("flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz"
|
2018-11-14 07:17:12 +08:00
|
|
|
'mms.cfg')
|
2018-12-06 19:48:13 +08:00
|
|
|
md5sums=('dce1cb23cf104e8e9aaba6d217efe884'
|
2018-11-14 07:17:12 +08:00
|
|
|
'f34aae6279b40e0bd2abfb0d9963d7b8')
|
2013-04-30 05:13:21 +08:00
|
|
|
|
|
|
|
package () {
|
|
|
|
cd ${srcdir}
|
2013-04-30 06:38:05 +08:00
|
|
|
|
2014-05-14 23:27:54 +08:00
|
|
|
msg "Plugin installation"
|
2013-11-11 02:40:09 +08:00
|
|
|
install -Dm755 libflashplayer.so "${pkgdir}/usr/lib/mozilla/plugins/libflashplayer.so"
|
2016-12-14 12:14:47 +08:00
|
|
|
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf LGPL/*.txt
|
2013-12-21 17:08:57 +08:00
|
|
|
install -Dm644 mms.cfg "${pkgdir}/etc/adobe/mms.cfg"
|
2013-11-11 02:40:09 +08:00
|
|
|
install -Dm755 usr/bin/flash-player-properties "${pkgdir}/usr/bin/flash-player-properties"
|
|
|
|
install -Dm644 usr/share/applications/flash-player-properties.desktop "${pkgdir}/usr/share/applications/flash-player-properties.desktop"
|
2013-05-01 02:50:59 +08:00
|
|
|
for i in 16x16 22x22 24x24 32x32 48x48; do
|
|
|
|
install -Dm644 usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
|
2013-11-11 02:40:09 +08:00
|
|
|
"${pkgdir}/usr/share/icons/hicolor/${i}/apps/flash-player-properties.png"
|
2013-05-01 02:50:59 +08:00
|
|
|
done
|
2013-04-30 05:13:21 +08:00
|
|
|
}
|