Package Details: gridcoinresearch-qt 5.4.9.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: MIT
Submitter: Tahvok
Maintainer: Tahvok
Last Packager: Tahvok
Votes: 20
Popularity: 0.36
First Submitted: 2018-05-30 08:58 (UTC)
Last Updated: 2025-02-18 03:11 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Pinned Comments

Tahvok commented on 2018-05-30 09:00 (UTC)

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).

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

div72 commented on 2022-02-27 23:57 (UTC)

@Tahvok Why is the license is defined as custom? It should be MIT.

Also could you use the correct repository for the source file? While there's a redirect to gridcoin-community/Gridcoin-Research from gridcoin/Gridcoin-Research, it'd be better if the PKGBUILD directly used the correct repo.

GridcoinUser commented on 2022-02-01 16:51 (UTC)

@Tahvok I use i3 with rofi and there is no icon shown for Gridcoin in rofi. Do you have an idea why this is the case?

Tahvok commented on 2022-01-30 00:19 (UTC)

@GridcoinUser the icon and the desktop file are already there. Check out the following path: /usr/share/applications/gridcoinresearch.desktop /usr/share/icons/hicolor/

Don't you see them for some reason?

GridcoinUser commented on 2022-01-25 17:45 (UTC)

Thank you for maintaining this package! Could you add an icon and a desktop file to the package as well?

nachfuellbar commented on 2022-01-04 11:29 (UTC)

@Tahvok: the gui doesn't start without libzip gridcoinresearch: error while loading shared libraries: libzip.so.5: cannot open shared object file: No such file or directory

Even when you usually don't need both - shouldn't it be possible to install both? The package isn't cleanly split, especially since the qt package includes the man page of the daemon package (error from previous message)

Don't get me wrong, I'm thankful for this maintained package. I just wanted to point out some errors ;)

Tahvok commented on 2022-01-04 11:05 (UTC)

@nachfuellbar you usually do not need to install both. The daemon is for terminal use only. If you need a gui, then you want the qt package. libzip is needed for building the package, but not for running. Libzip is needed to run the package, but not to build it. You're saying that pacman didn't ask you to install libzip as dependency? This is weird, as I have verified it, and it actually does ask me for libzip as dependency. At what point did you need to install libzip?

nachfuellbar commented on 2022-01-02 16:52 (UTC)

When trying to install both gridcoinresearch-qt und gridcoinresearchd i get following error

gridcoinresearchd: /usr/share/man/man1/gridcoinresearchd.1.gz exists in filesystem (owned by gridcoinresearch-qt)

Another issue is - i had to install libzip manually even though it's in PKGBUILD as depend :/

axzxc1236 commented on 2021-12-25 08:16 (UTC)

gridcoinresearch-qt doesn't work with LTO flag (at least on my computer), if you have core dump problem, add the following line to PKGBUILD and compile again.

options=('!lto')

(below depends=.... is fine)

kwacorn commented on 2021-03-17 07:31 (UTC)

An emergency mandatory, 5.3.0.0-mandatory became available 2021-03-16 !

k8ie commented on 2021-03-04 13:53 (UTC)

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() {