summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Pouria Rezaei <Pouria.rz@outlook.com>2024-07-22 09:45:24 +0330
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-22 14:11:34 +0700
commit4189623ada501998fa7dbdcda66e8f3a1a9e33ca (patch)
tree11d124edf9c4f8ea86e7b164160e2a7d0294f894
parent87d324a1b65ad819f7bcfe6bf3d0965bf159a828 (diff)
downloadslackbuilds-4189623ada501998fa7dbdcda66e8f3a1a9e33ca.tar.gz
slackbuilds-4189623ada501998fa7dbdcda66e8f3a1a9e33ca.tar.xz
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 <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/tauonmb/config/fix-tauon-options.patch13
-rw-r--r--audio/tauonmb/tauonmb.SlackBuild1
2 files changed, 14 insertions, 0 deletions
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?