Skip to content

Add adobe-flash-player#2338

Merged
ivan-hc merged 1 commit intoivan-hc:mainfrom
fiftydinar:flash-player
May 9, 2026
Merged

Add adobe-flash-player#2338
ivan-hc merged 1 commit intoivan-hc:mainfrom
fiftydinar:flash-player

Conversation

@fiftydinar
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread programs/x86_64-apps
@@ -1,3 +1,4 @@
◆ adobe-flash-player : Unofficial. Over 67 billion devices use adobe flash player!
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the best description for this program?

At least, add keywords that may complete enough a page on the catalogue, and that can made the app searchable in -q and that can add the app to categories pages in the catalogue (maybe video, audio... games... I don't know, I'm not part of those 67 billion of people lol)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Samueru-sama what do you think?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for more context, these are the commands that will add applications to the categories pages (according with their descriptions):

AM/tools/am2pla-site

Lines 274 to 314 in 67a287f

for category in $CATEGORIES; do
if [ "$category" = android ]; then
grep -i "$category\| adb \|fastboot\|phone\|platform-tools" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = audio ]; then
grep -i "$category\|music\|midi\|mp3\|sound" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = comic ]; then
grep -i "$category\|manga\|epub\|anime" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = command-line ]; then
grep -i "$category\|command line\| cli \|terminal\|fastboot\| npm \| bash \| shell \| dash \| zsh \|am-utils" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = communication ]; then
grep -i "$category\|voip\|facebook\|messenger\|whatsapp\|mastodon\|skype\|chat\|social network\|zoom\|conferenc\|discord\|email" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = disk ]; then
grep -i "$category\|partition\|usb" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = education ]; then
grep -i "$category\| edu\|science\|learn\|study\|teach\|translat\|geo\|child\| book\|ebook\|space simulator\|planet\|astronom" ./"$arch"-apps | grep -vi "game\|manga\|anime" >> "$arch-$category"
elif [ "$category" = file-manager ]; then
grep -i "$category\|file manager\|file browse\|browse.*file\|file explore" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = finance ]; then
grep -i "$category\|wallet\|money\|economy\|economic" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = game ]; then
grep -i "$category\|arcade\|steam\|wine\|strateg\|solitaire\|poker\|chess\|puzzle\|pinball\|adventure\|playstation\|xbox\|nintendo\|minecraft\|doom" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = graphic ]; then
grep -i "$category\|picture\|screensh\|gimp\|photo\|svg\|png\|autocad\|blender\|modeling\|paint\|pixel\|wallpaper" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = internet ]; then
grep -i "$category\|web browser\|browser web\|firefox\|chrome\|youtube\|torrent\|p2p\|chat\|whatsapp\|mastodon\|telegram\|skype\|email" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = office ]; then
grep -i "$category\|document\|book\|pdf\|docx\|reader\|spreadsheet\| word \| excel " ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = password ]; then
grep -i "$category" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = system-monitor ]; then
grep -i "$category\|system monitor\|task manager\|system resource" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = video ]; then
grep -i "$category\|stream\|media player\|film\|movie\|netflix\|youtube\|iptv" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = web-app ]; then
grep -i "$category\|webapp\|web app\|ffwa" ./"$arch"-apps >> "$arch-$category"
elif [ "$category" = web-browser ]; then
grep -i "$category\|web browser\|browser web\|browser.*web\|browser.*chrome\|brave.*browser\|chrome.*browser\|chromium.*browser\|chromium fork\|firefox.*web browser\|firefox fork\|librewolf\|vivaldi" ./"$arch"-apps >> "$arch-$category"
else
grep -i "$category" ./"$arch"-apps >> "$arch-$category"
fi
echo -e "$(sort -u ./"$arch-$category" | awk -v FS="(◆ | : )" '{print $2}')" > args

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kek

@ivan-hc
Copy link
Copy Markdown
Owner

ivan-hc commented May 9, 2026

I will improve the description myself, using the wikipedia reference.

Adobe Flash (formerly Macromedia Flash and FutureSplash) is a mostly discontinued[note 1] multimedia software platform used for production of animations, rich internet applications, desktop applications, mobile apps, mobile games, and embedded web browser video players.

Not so much long, but similar.

@ivan-hc ivan-hc merged commit 5f39063 into ivan-hc:main May 9, 2026
@fiftydinar fiftydinar deleted the flash-player branch May 9, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants