Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] adobe-flash-plugin: remove package.
@ 2022-08-30  0:10 classabbyamp
  2022-09-03  4:35 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2022-08-30  0:10 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: adobe-flash-plugin: remove package.
  2022-08-30  0:10 [PR PATCH] adobe-flash-plugin: remove package classabbyamp
@ 2022-09-03  4:35 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-09-03  4:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

There's a merged pull request on the void-packages repository

adobe-flash-plugin: remove package.
https://github.com/void-linux/void-packages/pull/38974

Description:
flash is very EOL, distfiles no longer exist upstream nor on sources.voidlinux.org


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-03  4:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30  0:10 [PR PATCH] adobe-flash-plugin: remove package classabbyamp
2022-09-03  4:35 ` [PR PATCH] [Merged]: " classabbyamp

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).