From 4189623ada501998fa7dbdcda66e8f3a1a9e33ca Mon Sep 17 00:00:00 2001 From: Pouria Rezaei Date: Mon, 22 Jul 2024 09:45:24 +0330 Subject: [PATCH] audio/tauonmb: Maintainer's adjustment. Ctrl + R really enough for rename. F2 key used to be theme changer in tauonmb old days, if you're old user and removed data folder for fresh start, you have probably realized. Now, current data of user won't be compromised; users with new data or those who wish to remove their data Should experience this key like old days :) Signed-off-by: Pouria Rezaei Signed-off-by: Willy Sudiarto Raharjo --- audio/tauonmb/config/fix-tauon-options.patch | 13 +++++++++++++ audio/tauonmb/tauonmb.SlackBuild | 1 + 2 files changed, 14 insertions(+) diff --git a/audio/tauonmb/config/fix-tauon-options.patch b/audio/tauonmb/config/fix-tauon-options.patch index 4b02e04eaf..694a640a90 100644 --- a/audio/tauonmb/config/fix-tauon-options.patch +++ b/audio/tauonmb/config/fix-tauon-options.patch @@ -81,3 +81,16 @@ index 4848b7b2..cc662a74 100644 def use_id3(tags, nt): def natural_get(tag, track, frame, attr): +diff --git a/input.txt b/input.txt +index d3a9268..996727f 100644 +--- a/input.txt ++++ b/input.txt +@@ -58,7 +58,7 @@ pagedown PageDown + delete-playlist W Ctrl + delete-playlist-force W Shift Ctrl + rename-playlist R Ctrl +-rename-playlist F2 ++cycle-theme F2 + new-playlist T Ctrl + + new-generator-playlist E Ctrl Shift diff --git a/audio/tauonmb/tauonmb.SlackBuild b/audio/tauonmb/tauonmb.SlackBuild index 69b056e460..da73e875bd 100644 --- a/audio/tauonmb/tauonmb.SlackBuild +++ b/audio/tauonmb/tauonmb.SlackBuild @@ -68,6 +68,7 @@ cd $SRCNAM-$VERSION # - Replace my own isounidecode with Unidecode. # - Pass libgme. +# - Revert old days theme changer! patch -p1 < $CWD/config/fix-tauon-options.patch # Make libgme optional, isn't this messy already?