9,22 → 9,6 |
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) |
######################################################################## |
|
git clone http://code.qt.io/qt/qtstyleplugins.git |
cd qtstyleplugins |
qmake |
make -j$(nproc) |
make install |
cd - |
|
######################################################################## |
# Build Scribus and install to appdir/ |
######################################################################## |
|
124,5 → 108,4 |
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/python3.6 \ |
-executable=appdir/usr/lib/python3.6/lib-dynload/_tkinter.cpython-36m-x86_64-linux-gnu.so \ |
-extra-plugins=platformthemes/libqgtk2.so,styles/libqgtk2style.so |
-executable=appdir/usr/lib/python3.6/lib-dynload/_tkinter.cpython-36m-x86_64-linux-gnu.so |