- Makedeb: https://www.makedeb.org/
- Currently a manual bug fix is required: remove
--depth 1from lines 69 and 75 of/usr/share/makedeb/source/git.sh.
- Currently a manual bug fix is required: remove
git clone https://github.com/isf63/lxqt-makedeb
-
To build and install all git packages, run
./install.sh all. -
To build and install only individual packages run, for example,
./install.sh lximage-qt-git.- Note: Installing individual packages may fail as the packages depend on one another. Refer to the build order here: https://github.com/lxqt/lxqt/wiki/Building-from-source#compiling .
-
To update all installed packages to their latest commits, run
./update.sh. -
To clean all build files (except for PKGBUILDs), run
./clean.sh.- To remove unneeded make dependencies, run
apt autopurge.
- To remove unneeded make dependencies, run
- Re-add PyQt6 bindings to QTermWidget