revert back to deb pkg for xnviewmp

This commit is contained in:
Francois B. (Makoto) 2020-07-31 18:44:38 +02:00
parent e5843eed42
commit 8e2fbd6a98
8 changed files with 47 additions and 3 deletions

View file

@ -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
#

View file

@ -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
#

View file

@ -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
;;

View file

@ -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
;;

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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