r24673 by jghali - #16594: issues with the encoding in AppImage-package/bundle.sh <ale>
scribus-commit
scribus-commit at lists.scribus.net
Thu Jun 17 19:51:11 UTC 2021
Author: jghali
Date: Thu Jun 17 19:51:11 2021
New Revision: 24673
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24673
Log:
#16594: issues with the encoding in AppImage-package/bundle.sh <ale>
Modified:
trunk/Scribus/AppImage-package/bundle.sh
Modified: trunk/Scribus/AppImage-package/bundle.sh
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24673&path=/trunk/Scribus/AppImage-package/bundle.sh
==============================================================================
--- trunk/Scribus/AppImage-package/bundle.sh (original)
+++ trunk/Scribus/AppImage-package/bundle.sh Thu Jun 17 19:51:11 2021
@@ -6,13 +6,13 @@
# if qt is not in the standard path, load its environment variables
. /opt/qt*/bin/qt*-env.sh || true
-SCRIBUS_VERSION=nightly
-
-########################################################################
-# Build Platform Theme for Gtk+
-# https://askubuntu.com/a/910143
-# https://askubuntu.com/a/748186
-# Deploy with linuxdeployqt using
+SCRIBUS_VERSION=nightly
+
+########################################################################
+# Build Platform Theme for Gtk+
+# https://askubuntu.com/a/910143
+# https://askubuntu.com/a/748186
+# Deploy with linuxdeployqt using
# -extra-plugins=platformthemes/libqgtk2.so,styles/libqgtk2style.so
# At runtime, export QT_QPA_PLATFORMTHEME=gtk2 (Xfce does this itself)
########################################################################
More information about the scribus-commit
mailing list