Browse Source

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>
pull/230/head
Pouria Rezaei 1 year ago
committed by Willy Sudiarto Raharjo
parent
commit
4189623ada
  1. 13
      audio/tauonmb/config/fix-tauon-options.patch
  2. 1
      audio/tauonmb/tauonmb.SlackBuild

13
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

1
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?

Loading…
Cancel
Save