revert back to deb pkg for xnviewmp
This commit is contained in:
parent
e5843eed42
commit
8e2fbd6a98
8 changed files with 47 additions and 3 deletions
|
@ -52,6 +52,24 @@ function installSlackMenu () {
|
|||
yes
|
||||
}
|
||||
|
||||
#
|
||||
# XnViewMP (headless)
|
||||
#
|
||||
function installXnViewMP () {
|
||||
installPackageDpkg https://download.xnview.com/XnViewMP-linux-x64.deb \
|
||||
xnviewmp.deb \
|
||||
no
|
||||
}
|
||||
|
||||
#
|
||||
# XnViewMP (Menu)
|
||||
#
|
||||
function installXnViewMPMenu () {
|
||||
installPackageDpkg https://download.xnview.com/XnViewMP-linux-x64.deb \
|
||||
xnviewmp.deb \
|
||||
yes
|
||||
}
|
||||
|
||||
#
|
||||
# update AMD/Intel CPU Microcode
|
||||
#
|
||||
|
|
|
@ -52,6 +52,24 @@ function installSlackMenu () {
|
|||
yes
|
||||
}
|
||||
|
||||
#
|
||||
# XnViewMP (headless)
|
||||
#
|
||||
function installXnViewMP () {
|
||||
installPackageDpkg https://download.xnview.com/XnViewMP-linux-x64.deb \
|
||||
xnviewmp.deb \
|
||||
no
|
||||
}
|
||||
|
||||
#
|
||||
# XnViewMP (Menu)
|
||||
#
|
||||
function installXnViewMPMenu () {
|
||||
installPackageDpkg https://download.xnview.com/XnViewMP-linux-x64.deb \
|
||||
xnviewmp.deb \
|
||||
yes
|
||||
}
|
||||
|
||||
#
|
||||
# update AMD/Intel CPU Microcode
|
||||
#
|
||||
|
|
|
@ -307,6 +307,7 @@ function showAppInstallMenu () {
|
|||
"viber" "Viber IM desktop app" \
|
||||
"slack" "Slack App" \
|
||||
"appimagelauncher" "AppImage Launcher" \
|
||||
"xnviewmp" "XNView MP" \
|
||||
"Back" "Back" 3>&1 1>&2 2>&3)
|
||||
|
||||
case $appsInstallMenuOptions in
|
||||
|
@ -376,6 +377,9 @@ function showAppInstallMenu () {
|
|||
"appimagelauncher")
|
||||
installAppImageLauncherMenu
|
||||
;;
|
||||
"xnviewmp")
|
||||
installXnViewMPMenu
|
||||
;;
|
||||
"Back")
|
||||
break
|
||||
;;
|
||||
|
|
|
@ -303,6 +303,7 @@ function showAppInstallMenu () {
|
|||
"viber" "Viber IM desktop app" \
|
||||
"slack" "Slack App" \
|
||||
"appimagelauncher" "AppImage Launcher" \
|
||||
"xnviewmp" "XNView MP" \
|
||||
"Back" "Back" 3>&1 1>&2 2>&3)
|
||||
|
||||
case $appsInstallMenuOptions in
|
||||
|
@ -372,6 +373,9 @@ function showAppInstallMenu () {
|
|||
"appimagelauncher")
|
||||
installAppImageLauncherMenu
|
||||
;;
|
||||
"xnviewmp")
|
||||
installXnViewMPMenu
|
||||
;;
|
||||
"Back")
|
||||
break
|
||||
;;
|
||||
|
|
|
@ -120,7 +120,6 @@ peek;apt;multimedia;peek
|
|||
bino;apt;multimedia;bino
|
||||
kdenlive;apt;multimedia;kdenlive
|
||||
com.github.huluti.ImCompressor;flatpak;multimedia;ImCompressor
|
||||
com.xnview.XnViewMP;flatpak;multimedia;xnviewmp
|
||||
syncthing;apt;internet;syncthing
|
||||
syncthing-gtk;apt;internet;syncthinggtk
|
||||
insync;apt;internet;insync
|
||||
|
|
|
@ -108,7 +108,6 @@ flacon;apt;multimedia;flacon
|
|||
simplescreenrecorder;apt;multimedia;simplescreenrecorder
|
||||
com.ozmartians.VidCutter;flatpak;multimedia;vidcutter
|
||||
com.orama_interactive.Pixelorama;flatpak;multimedia;pixelorama
|
||||
com.xnview.XnViewMP;flatpak;multimedia;xnviewmp
|
||||
syncthing;apt;internet;syncthing
|
||||
syncthing-gtk;apt;internet;syncthinggtk
|
||||
insync;apt;internet;insync
|
||||
|
|
2
vars.sh
2
vars.sh
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
# app version number
|
||||
#
|
||||
version="0.6.1-b5"
|
||||
version="0.6.1-b6"
|
||||
|
||||
#
|
||||
# myHomedir is used in full paths to the homedir
|
||||
|
|
|
@ -106,6 +106,7 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,w,g,j,k,p" option; do
|
|||
installBoostnotes
|
||||
installTeamViewer13
|
||||
installAppImageLauncher
|
||||
installXnViewMP
|
||||
;;
|
||||
f) # full install
|
||||
if [ $ygginitCount = false ]; then
|
||||
|
@ -149,6 +150,7 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,w,g,j,k,p" option; do
|
|||
installBoostnotes
|
||||
installTeamViewer13
|
||||
installAppImageLauncher
|
||||
installXnViewMP
|
||||
;;
|
||||
c) # install themes and icons
|
||||
if [ $ygginitCount = false ]; then
|
||||
|
|
Loading…
Reference in a new issue