An emergency mandatory, 5.3.0.0-mandatory became available 2021-03-16 !
Search Criteria
Package Details: gridcoinresearch-qt 5.3.1.0-1
Git Clone URL: | https://aur.archlinux.org/gridcoinresearch.git (read-only, click to copy) |
---|---|
Package Base: | gridcoinresearch |
Description: | A cryptocurrency that rewards users for participating on the BOINC network (Qt GUI) |
Upstream URL: | https://gridcoin.us |
Licenses: | |
Submitter: | Tahvok |
Maintainer: | Tahvok |
Last Packager: | Tahvok |
Votes: | 11 |
Popularity: | 1.51 |
First Submitted: | 2018-05-30 08:58 |
Last Updated: | 2021-04-04 22:16 |
Dependencies (11)
- boost-libs (boost171, boost-libs-git)
- miniupnpc (miniupnpc-git)
- qrencode (qrencode-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-charts (qt5-charts-git)
- qt5-svg (qt5-svg-git)
- boost (boost-git) (make)
- qrencode (qrencode-git) (make)
- qt5-charts (qt5-charts-git) (make)
- qt5-tools (qt5-tools-git) (make)
- boinc (boinc-nox) (optional) – to earn Gridcoin rewards by doing computational research
Required by (0)
Sources (1)
kwacorn commented on 2021-03-17 07:31
satcom886 commented on 2021-03-04 13:53
Patch for update to the new version:
--- PKGBUILD.orig 2021-03-04 14:51:48.138774503 +0100
+++ PKGBUILD 2021-03-04 14:41:10.722887115 +0100
@@ -3,8 +3,8 @@
pkgbase=gridcoinresearch
pkgname=(gridcoinresearch-qt gridcoinresearchd)
-pkgver=5.1.0.0
-pkgrel=3
+pkgver=5.2.0.0
+pkgrel=1
pkgdesc="A cryptocurrency that rewards users for participating on the BOINC network"
makedepends=('boost' 'qt5-charts' 'qt5-tools' 'qrencode')
depends=('db' 'libzip')
@@ -17,7 +17,7 @@
source=("$pkgbase-$pkgver.tar.gz::https://github.com/gridcoin/Gridcoin-Research/archive/$pkgver.tar.gz")
-sha256sums=('a4c84664ca199de0a07c94b79030d13eafc7ee8ab9ef7a05a5de8f62fb82190b')
+sha256sums=('a2759f93599526115eb90f6892296479d0379968f4e6e7d5836699ffb2025a0f')
# leaving in case needed for future patches
#prepare() {
nathanielcwm commented on 2021-03-02 16:04
New mandatory.
franck.stauffer commented on 2021-01-20 10:55
It lacks libzip as runtime dependency at least for the qt version:
gridcoinresearch: error while loading shared libraries: libzip.so.5: cannot open shared object file: No such file or directory
Aladar commented on 2020-12-26 23:09
This needs to be rebuilt against new boost version, but currently its throwing build errors when attempted.
mrypsilon commented on 2020-10-11 11:16
It seems that it became impossible to install both packages at the same time due to a file conflict with the man pages. I guess they changed the Makefile to install the man pages into DESTDIR automatically, so instead of copying the correct file into the $pkgdir again, the wrong one has to be deleted actually.
kwacorn commented on 2020-06-23 11:10
@Tahvok Thank you, that change resulted in a successful build, install and run.
Tahvok commented on 2020-06-21 18:55
@kwacorn Thanks for reporting, I've pushed an update with a patch
kwacorn commented on 2020-06-17 10:56
Following recent updates of QT to version 5.15.0 I tried to rebuild gridcoinresearch-qt 4.0.6.0-1
however it now gives errors relating to trafficgraphwidget.cpp
and the build aborts. Here is the latter part of the build output:
../../src/qt/trafficgraphwidget.cpp:55:9: error: invalid use of incomplete type ‘class QPainterPath’
55 | path.lineTo(x, YMARGIN + h);
| ^~~~
In file included from /usr/include/qt/QtGui/qbrush.h:49,
from /usr/include/qt/QtGui/qpalette.h:46,
from /usr/include/qt/QtWidgets/qwidget.h:48,
from /usr/include/qt/QtWidgets/QWidget:1,
from ../../src/qt/trafficgraphwidget.h:4,
from ../../src/qt/trafficgraphwidget.cpp:1:
/usr/include/qt/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
54 | class QPainterPath;
| ^~~~~~~~~~~~
../../src/qt/trafficgraphwidget.cpp: In member function ‘virtual void TrafficGraphWidget::paintEvent(QPaintEvent*)’:
../../src/qt/trafficgraphwidget.cpp:99:22: error: aggregate ‘QPainterPath p’ has incomplete type and cannot be defined
99 | QPainterPath p;
| ^
../../src/qt/trafficgraphwidget.cpp:106:22: error: aggregate ‘QPainterPath p’ has incomplete type and cannot be defined
106 | QPainterPath p;
| ^
make[2]: *** [Makefile:5631: qt/libgridcoinqt_a-trafficgraphwidget.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/pamac-build-kw/gridcoinresearch/src/Gridcoin-Research-4.0.6.0/build/src'
make[1]: *** [Makefile:7808: install-recursive] Error 1
make[1]: Leaving directory '/var/tmp/pamac-build-kw/gridcoinresearch/src/Gridcoin-Research-4.0.6.0/build/src'
make: *** [Makefile:746: install-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Prior to this QT update the builds were successful. As a test I tried building gridcoinresearch-qt-git 4.0.6.22
and that was a successful build (though I had not realised that was a testnet wallet and does not stake).
Hope that info' is sensible. If of relevance I using Manjaro version of Arch.
Tahvok commented on 2019-05-14 06:48
You were right, sorry about that. Fix pushed.
Pinned Comments
Tahvok commented on 2018-05-30 09:00
Take a notice, this is now a split package - meaning it will build both the gui and the daemon - you need to install only one of them (unless you really need both).