add: `monero-gui-git`
CI fails
So is devmode the compiled release version?
Sent from Proton Mail mobile
-------- Original Message -------- On Aug 3, 2022, 19:08, Béné wrote:
@WRM-42 commented on this pull request.
In packages/monero-gui-git/monero-gui-git.pacscript:
+depends="qtbase5-dev qtdeclarative5-dev qml-module-qtqml-models2 qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-dialogs qml-module-qtquick-xmllistmodel qml-module-qt-labs-settings qml-module-qt-labs-platform qml-module-qt-labs-folderlistmodel qttools5-dev-tools qml-module-qtquick-templates2 libqt5svg5-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev libssl-dev libzmq3-dev libsodium-dev libhidapi-dev libnorm-dev libusb-1.0-0-dev libpgm-dev libgcrypt20-dev" +breaks="${pkgname}-bin" +description="Open-source graphical user interface (GUI) wallet developed by the Monero community" +maintainer="WRM-42 @.***>"
+pkgver() {
- git ls-remote "${url}" master | cut -f1 | cut -c1-8 +} +version="$(pkgver)"
+prepare() {
- true +}
+build() {
- make devmode -j"$(nproc)"
Yes, otherwise it won't compile
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
It uses the latest git commit
Yes I know, I meant what does devmode do? Does it produce a dev binary, or a release binary?
Because it appears that you can replace devmode with release.
Yes I know, I meant what does devmode do? Does it produce a dev binary, or a release binary?
It produces a dev binary: https://github.com/monero-project/monero#on-linux-and-macos
Ok then replace devmode with release.
Doesn't work

Then update the submodules as it instructs.
CI fails again
make install needs to be replaced by make release https://github.com/monero-project/monero-gui#building-on-linux
This pull request has been automatically marked as stale because it has not had any recent activity. Remove stale label or comment or this will be closed in 7 days. Thank you for your contributions.