From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] adobe-flash-plugin: remove package.
Date: Tue, 30 Aug 2022 02:10:35 +0200 [thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38974@inbox.vuxu.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 431 bytes --]
There is a new pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages remove/adobe-flash-plugin
https://github.com/void-linux/void-packages/pull/38974
adobe-flash-plugin: remove package.
flash is very EOL, distfiles no longer exist upstream nor on sources.voidlinux.org
A patch file from https://github.com/void-linux/void-packages/pull/38974.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remove/adobe-flash-plugin-38974.patch --]
[-- Type: text/x-diff, Size: 4611 bytes --]
From 2db99839a3013e2f3ed5e7847cd68b81cce585cb Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 29 Aug 2022 20:07:10 -0400
Subject: [PATCH] adobe-flash-plugin: remove package.
flash is very EOL, distfiles no longer exist upstream nor on
sources.voidlinux.org
---
srcpkgs/adobe-flash-plugin-ppapi | 1 -
.../files/flash-plugin-ppapi.sh | 1 -
srcpkgs/adobe-flash-plugin/template | 64 -------------------
srcpkgs/removed-packages/template | 2 +
4 files changed, 2 insertions(+), 66 deletions(-)
delete mode 120000 srcpkgs/adobe-flash-plugin-ppapi
delete mode 100644 srcpkgs/adobe-flash-plugin/files/flash-plugin-ppapi.sh
delete mode 100644 srcpkgs/adobe-flash-plugin/template
diff --git a/srcpkgs/adobe-flash-plugin-ppapi b/srcpkgs/adobe-flash-plugin-ppapi
deleted file mode 120000
index b1ab0e7015b2..000000000000
--- a/srcpkgs/adobe-flash-plugin-ppapi
+++ /dev/null
@@ -1 +0,0 @@
-adobe-flash-plugin
\ No newline at end of file
diff --git a/srcpkgs/adobe-flash-plugin/files/flash-plugin-ppapi.sh b/srcpkgs/adobe-flash-plugin/files/flash-plugin-ppapi.sh
deleted file mode 100644
index e4a2566dc316..000000000000
--- a/srcpkgs/adobe-flash-plugin/files/flash-plugin-ppapi.sh
+++ /dev/null
@@ -1 +0,0 @@
-export CHROME_FLAGS="${CHROME_FLAGS}${CHROME_FLAGS:+ }--ppapi-flash-path=/usr/lib/chromium/PepperFlash/libpepflashplayer.so --ppapi-flash-version=@VERSION@"
diff --git a/srcpkgs/adobe-flash-plugin/template b/srcpkgs/adobe-flash-plugin/template
deleted file mode 100644
index df9f3f997a59..000000000000
--- a/srcpkgs/adobe-flash-plugin/template
+++ /dev/null
@@ -1,64 +0,0 @@
-# Template file for 'adobe-flash-plugin'
-pkgname=adobe-flash-plugin
-version=32.0.0.465
-revision=1
-depends="curl hicolor-icon-theme desktop-file-utils"
-short_desc="Adobe Flash Player plugin for Netscape compatible browsers"
-maintainer="mkf <makefile@riseup.net>"
-license="custom:Adobe License (non free)"
-homepage="https://www.adobe.com"
-repository="nonfree"
-
-restricted=yes
-create_wrksrc=yes
-archs="i686 x86_64"
-nopie=yes
-
-# The EULA file
-_eula="https://www.adobe.com/content/dam/Adobe/en/legal/licenses-terms/pdf/PlatformClients_PC_WWEULA-en_US-20150407_1357.pdf"
-_eulacksum=5a0a95eb4082b6db7182188ce119f3829184b238b0a91293322c2a51a2b41fc1
-_url=https://fpdownload.adobe.com/pub/flashplayer/pdc/${version}
-if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
- distfiles="
- ${_url}/flash_player_npapi_linux.x86_64.tar.gz
- ${_url}/flash_player_ppapi_linux.x86_64.tar.gz"
- checksum="
- a90f2edb98231896331c61a81017f390e180015f90193865e3295319cf636c35
- 99fcc780897be55bac7d11c0204ba7a3d5e7dc1f1aed75d5e7b5ad28c0b2ff5d"
-else
- distfiles="
- ${_url}/flash_player_npapi_linux.i386.tar.gz
- ${_url}/flash_player_ppapi_linux.i386.tar.gz"
- checksum="
- 27b7210d09514d661c34752d29cbc0b6c09968b8d197d21fedc14fd3c49a0bd6
- d32ad3eb24f22cd11cb83910a72880c98f69ea1ec0f3ce6beb31812e166f0f62"
-fi
-distfiles+=" ${_eula}"
-checksum+=" ${_eulacksum}"
-skip_extraction="${_eula##*/}"
-
-do_install() {
- vinstall libflashplayer.so 755 usr/lib/mozilla/plugins
- #vinstall usr/lib/kde4/kcm_adobe_flash_player.so 755 usr/lib/kde4
- vbin usr/bin/flash-player-properties
- for i in 16x16 22x22 24x24 32x32 48x48; do
- vinstall usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
- 644 usr/share/icons/hicolor/${i}/apps
- done
- vinstall usr/share/applications/flash-player-properties.desktop 644 \
- usr/share/applications
- vinstall usr/share/kde4/services/kcm_adobe_flash_player.desktop 644 \
- usr/share/kde4/services
- vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_eula##*/}" LICENSE.pdf
-}
-
-adobe-flash-plugin-ppapi_package() {
- short_desc="Adobe Flash Player plugin for Chromium-based browsers"
- pkg_install() {
- vinstall libpepflashplayer.so 755 usr/lib/chromium/PepperFlash
- vinstall manifest.json 644 usr/lib/chromium/PepperFlash
- vinstall ${FILESDIR}/flash-plugin-ppapi.sh 644 etc/profile.d
- vsed -e "s/@VERSION@/${version}/g" -i ${PKGDESTDIR}/etc/profile.d/flash-plugin-ppapi.sh
- vlicense "${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_eula##*/}" LICENSE.pdf
- }
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index b340882305e8..2c99de78e3ce 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -16,6 +16,8 @@ replaces="
SMC<=1.9_9
Venom<=0.5.5_1
XorCurses<=0.2.2_1
+ adobe-flash-plugin<=32.0.0.465_1
+ adobe-flash-plugin-ppapi<=32.0.0.465_1
acme-client<=0.1.16_5
alarm-clock<=1.4.9_1
albert<=0.16.1_4
next reply other threads:[~2022-08-30 0:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-30 0:10 classabbyamp [this message]
2022-09-03 4:35 ` [PR PATCH] [Merged]: " classabbyamp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38974@inbox.vuxu.org \
--to=classabbyamp@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).