mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-29 20:34:34 +01:00
add a BUILD tag at the end of the VERSION appearing in the title to the info_item menu
This commit is contained in:
parent
64495f7c87
commit
aeccdfee75
1 changed files with 6 additions and 5 deletions
|
@ -500,19 +500,20 @@ else
|
|||
IPACKAGE=""
|
||||
fi
|
||||
if [ "$IPACKAGE" = "" ]; then
|
||||
JPACKAGE=""
|
||||
JPACKAGE=""
|
||||
else
|
||||
JPACKAGE="Install $IPACKAGE"
|
||||
JPACKAGE="Install $IPACKAGE"
|
||||
fi
|
||||
KPACKAGE="$(basename $(ls -1t /var/log/packages/* | grep -hZm1 $APP))"
|
||||
if [ "$KPACKAGE" = "" ]; then
|
||||
LPACKAGE="$APP (Not Installed)"
|
||||
LPACKAGE="$APP (Not Installed)"
|
||||
else
|
||||
LPACKAGE="$APP (Installed: $KPACKAGE)"
|
||||
LPACKAGE="$APP (Installed: $KPACKAGE)"
|
||||
fi
|
||||
CATEGORY="$(cat $TMP/sbopkg_category_selection)"
|
||||
RVERSION=$(grep VERSION $LOCALREPO/$SLACKVER/$CATEGORY/$APP/$APP.info | cut -d= -f2 | sed s/\"//g)
|
||||
dialog --default-item "$U" --title "$APP ($RVERSION)" \
|
||||
RBUILD=$(egrep -m1 "^BUILD" $LOCALREPO/$SLACKVER/$CATEGORY/$APP/$APP.SlackBuild | sed -e 's/^.*[=-]//;s/\"//;s/[ #}\t].*$//g;s/\"//g')
|
||||
dialog --default-item "$U" --title "$APP ($RVERSION-$RBUILD)" \
|
||||
--backtitle "$LPACKAGE" --extra-button --extra-label "Back" --cancel-label \
|
||||
"Main Menu" --menu \
|
||||
"Please choose an item or press <Back> to go back or press \
|
||||
|
|
Loading…
Add table
Reference in a new issue