r23151 by jghali - #15775: set the default name tag for the AppImage to "nightly"

scribus-commit scribus-commit at lists.scribus.net
Fri Aug 23 06:50:04 UTC 2019


Author: jghali
Date: Fri Aug 23 06:50:04 2019
New Revision: 23151

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23151
Log:
#15775: set the default name tag for the AppImage to "nightly"

Modified:
    trunk/Scribus/AppImage-package/bundle.sh

Modified: trunk/Scribus/AppImage-package/bundle.sh
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23151&path=/trunk/Scribus/AppImage-package/bundle.sh
==============================================================================
--- trunk/Scribus/AppImage-package/bundle.sh	(original)
+++ trunk/Scribus/AppImage-package/bundle.sh	Fri Aug 23 06:50:04 2019
@@ -5,6 +5,8 @@
 # for docker images:
 # if qt is not in the standard path, load its environment variables
 . /opt/qt*/bin/qt*-env.sh || true
+
+SCRIBUS_VERSION=nightly
 
 ########################################################################
 # Build Plaform Theme for Gtk+
@@ -120,6 +122,6 @@
 # Finalize AppDir but do not turn into AppImage just yet
 wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
 chmod a+x linuxdeployqt-continuous-x86_64.AppImage
-ARCH=x86_64 VERSION=nightly ./linuxdeployqt-continuous-x86_64.AppImage --appimage-extract-and-run appdir/usr/share/applications/scribus.desktop \
+ARCH=x86_64 VERSION=$SCRIBUS_VERSION ./linuxdeployqt-continuous-x86_64.AppImage --appimage-extract-and-run appdir/usr/share/applications/scribus.desktop \
 -appimage -unsupported-bundle-everything \
 -executable=appdir/usr/bin/python2.7 -executable=appdir/usr/_tkinter.so -extra-plugins=platformthemes/libqgtk2.so,styles/libqgtk2style.so




More information about the scribus-commit mailing list