From 9c3eb3c77279905998cc237eaa9b1c9b4acee696 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 22 Oct 2016 20:42:42 +0200 Subject: [PATCH] Add burner tools --- install/apps/multimedia/burnertools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/apps/multimedia/burnertools b/install/apps/multimedia/burnertools index d78a905..4f02021 100644 --- a/install/apps/multimedia/burnertools +++ b/install/apps/multimedia/burnertools @@ -4,7 +4,7 @@ options=() options+=("k3b" "" off) options+=("xfburn" "" off) -options+=("libisoburn" "(xorriso-tcltk)" off) +options+=("xorriso-tcltk" "libisoburn tk bwidget" off) options+=("gnomebaker" "(AUR)" off) sel=$(whiptail --backtitle "$apptitle" --title "Burner applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \ @@ -17,6 +17,7 @@ fi for itm in $sel; do case $itm in '"gnomebaker"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";; + '"xorriso-tcltk"') pkg="$pkg libisoburn tk bwidget";; *) pkg="$pkg $(echo $itm | sed 's/"//g')";; esac done