pacstall-programs icon indicating copy to clipboard operation
pacstall-programs copied to clipboard

add: `monero-gui-git`

Open WRM-42 opened this issue 3 years ago • 12 comments

WRM-42 avatar Jul 28 '22 16:07 WRM-42

CI fails

Elsie19 avatar Aug 01 '22 17:08 Elsie19

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: @.***>

Elsie19 avatar Aug 03 '22 23:08 Elsie19

It uses the latest git commit

ghost avatar Aug 03 '22 23:08 ghost

Yes I know, I meant what does devmode do? Does it produce a dev binary, or a release binary?

Elsie19 avatar Aug 03 '22 23:08 Elsie19

Because it appears that you can replace devmode with release.

Elsie19 avatar Aug 03 '22 23:08 Elsie19

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

ghost avatar Aug 04 '22 00:08 ghost

Ok then replace devmode with release.

Elsie19 avatar Aug 04 '22 00:08 Elsie19

Doesn't work

cmake

ghost avatar Aug 04 '22 15:08 ghost

Then update the submodules as it instructs.

Elsie19 avatar Aug 04 '22 16:08 Elsie19

CI fails again

Elsie19 avatar Aug 06 '22 13:08 Elsie19

make install needs to be replaced by make release https://github.com/monero-project/monero-gui#building-on-linux

cat-master21 avatar Aug 28 '22 20:08 cat-master21

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.

github-actions[bot] avatar Oct 18 '22 04:10 github-actions[bot]