[arch-commits] Commit in flashplugin/repos/extra-x86_64 (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Nov 10 11:42:32 UTC 2020
Date: Tuesday, November 10, 2020 @ 11:42:32
Author: foutrelis
Revision: 400060
archrelease: copy trunk to extra-x86_64
Added:
flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 400059, flashplugin/trunk/PKGBUILD)
flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 400059, flashplugin/trunk/flashplugin.install)
Deleted:
flashplugin/repos/extra-x86_64/PKGBUILD
flashplugin/repos/extra-x86_64/flashplugin.install
---------------------+
PKGBUILD | 106 +++++++++++++++++++++++++-------------------------
flashplugin.install | 24 +++++------
2 files changed, 65 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-10 11:42:27 UTC (rev 400059)
+++ PKGBUILD 2020-11-10 11:42:32 UTC (rev 400060)
@@ -1,53 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.445
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('x86_64')
-url="https://get.adobe.com/flashplayer/"
-license=('custom' 'LGPL')
-options=('!strip')
-install=flashplugin.install
-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
- flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source[@]%::*})
-sha256sums=('56420bed16ad33d33ecc6f62775f1a1917659946023f81f269c10d6aa115a5b5'
- '69d7543928274805c8bd1e541032fdb301a3e1c52b25805e483a4fb05447c6a1')
-
-prepare() {
- local _dir
- for f in *.tar.gz; do
- _dir=$(grep -Eo '([np]papi)' <<< $f)
- mkdir -p $_dir
- tar xfC $f $_dir
- done
-}
-
-package_flashplugin() {
- pkgdesc+=" NPAPI"
- depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
- optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
- cd npapi
- install -Dm644 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
- install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf LGPL/notice.txt
-
- install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
- cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
- pkgdesc+=" PPAPI"
- depends=('gcc-libs')
- optdepends=('flashplugin: settings utility')
-
- cd ppapi
- install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json libpepflashplayer.so
- install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:
Copied: flashplugin/repos/extra-x86_64/PKGBUILD (from rev 400059, flashplugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-10 11:42:32 UTC (rev 400060)
@@ -0,0 +1,53 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=(flashplugin pepper-flash)
+pkgver=32.0.0.453
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('x86_64')
+url="https://get.adobe.com/flashplayer/"
+license=('custom' 'LGPL')
+options=('!strip')
+install=flashplugin.install
+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
+ flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source[@]%::*})
+sha256sums=('587fe7027ef410e6833a9428b61ea28d4047bce6e8ed4bff3127cb9e08723e37'
+ 'cab3d2b3a02b1348d991259a7602ffb1d12ec1912984a68bcab0f7ccdf27a9f7')
+
+prepare() {
+ local _dir
+ for f in *.tar.gz; do
+ _dir=$(grep -Eo '([np]papi)' <<< $f)
+ mkdir -p $_dir
+ tar xfC $f $_dir
+ done
+}
+
+package_flashplugin() {
+ pkgdesc+=" NPAPI"
+ depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+ optdepends=('libvdpau: GPU acceleration on Nvidia cards')
+
+ cd npapi
+ install -Dm644 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf LGPL/notice.txt
+
+ install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
+ cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
+
+}
+
+package_pepper-flash() {
+ pkgdesc+=" PPAPI"
+ depends=('gcc-libs')
+ optdepends=('flashplugin: settings utility')
+
+ cd ppapi
+ install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json libpepflashplayer.so
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf LGPL/notice.txt
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: flashplugin.install
===================================================================
--- flashplugin.install 2020-11-10 11:42:27 UTC (rev 400059)
+++ flashplugin.install 2020-11-10 11:42:32 UTC (rev 400060)
@@ -1,12 +0,0 @@
-post_install() {
- echo ':: Flash Player reaches end-of-life on December 31, 2020. After this date,'
- echo ' it will be removed from the Arch repos since it is no longer supported.'
-}
-
-post_upgrade() {
- if (( $(vercmp $2 32.0.0.433-1) < 0 )); then
- post_install
- fi
-}
-
-# vim:set ts=2 sw=2 et:
Copied: flashplugin/repos/extra-x86_64/flashplugin.install (from rev 400059, flashplugin/trunk/flashplugin.install)
===================================================================
--- flashplugin.install (rev 0)
+++ flashplugin.install 2020-11-10 11:42:32 UTC (rev 400060)
@@ -0,0 +1,12 @@
+post_install() {
+ echo ':: Flash Player reaches end-of-life on December 31, 2020. After this date,'
+ echo ' it will be removed from the Arch repos since it is no longer supported.'
+}
+
+post_upgrade() {
+ if (( $(vercmp $2 32.0.0.433-1) < 0 )); then
+ post_install
+ fi
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list