Package Details: ark-desktop 2.5.1-1

Git Clone URL: https://aur.archlinux.org/ark-desktop.git (read-only, click to copy)
Package Base: ark-desktop
Description: Multi Platform Ark Desktop Wallet
Upstream URL: https://github.com/ArkEcosystem/desktop-wallet
Keywords: blockchain wallet
Licenses: MIT
Submitter: luciorubeens
Maintainer: marmai
Last Packager: luciorubeens
Votes: 6
Popularity: 0.000033
First Submitted: 2017-05-28 19:06 (UTC)
Last Updated: 2019-07-12 16:17 (UTC)

Latest Comments

1 2 Next › Last »

marmai commented on 2020-08-05 13:33 (UTC) (edited on 2020-08-05 13:46 (UTC) by marmai)

Please replace the PKGBUILD with this version for the latest ark-desktop wallet.

#Maintainer: 
_npmname=ark-desktop-wallet-linux-x64
_appname=ark-desktop-wallet
pkgname=ark-desktop
pkgver=2.9.3
pkgrel=1
pkgdesc="Multi Platform Ark Desktop Wallet"
arch=(x86_64)
url="https://github.com/ArkEcosystem/desktop-wallet"
license=(MIT)
depends=('gtk3' 'alsa-lib' 'nss' 'libxtst' 'gconf' 'libxss')

source=(
    "https://github.com/ArkEcosystem/${pkgname}/releases/download/${pkgver}/${_npmname}-${pkgver}.tar.gz"
    "https://raw.githubusercontent.com/ArkEcosystem/${pkgname}/${pkgver}/LICENSE"
    "${pkgname}.desktop"
    "${pkgname}.svg"
)

sha256sums=(
    "1f1e53a0a3700edbf77dd79408e95b86bbb213e01fb66f716b2d346ad8ee1523"
    "d8cbf62914f8ca53cce3d6405d19f138f00fa83ba7dee8863dbb3bd741d83e85"
    "7b7647a8d2cb18eb40e4f31751bf022ec9a9fd8865213e913fbb98521d415a65"
    "8ca038afc96c8d1604711fd22f7fc3f75bb7004eac1090e109af843554c9a31e"
)

package() {
cd "${srcdir}/${_npmname}-${pkgver}"

install -d ${pkgdir}/{opt/${pkgname},usr/bin}
cp -a * ${pkgdir}/opt/${pkgname}
rm ${pkgdir}/opt/${pkgname}/LICENSE*
ln -s /opt/${pkgname}/${_appname} ${pkgdir}/usr/bin/${_appname}

install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${_appname}.desktop"
install -Dm644 "${srcdir}/${pkgname}.svg" "${pkgdir}/usr/share/pixmaps/${_appname}.svg"
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}"/usr/share/licenses/${_appname}/LICENSE

chmod -R ugo+rX "${pkgdir}/opt"
}

then you do makepkg -si pacman -U ark-desktop-2.9.3-1-x86_64.pkg.tar.zst

done! ;-)

mexican commented on 2019-01-28 19:05 (UTC) (edited on 2019-01-28 19:10 (UTC) by mexican)

Trying to update today got this error:

==> Iniciando package()...
/tmp/pamac-build/ark-desktop/PKGBUILD: línea 28: cd: /tmp/pamac-build/ark-desktop/src/ark-desktop-wallet-2.2.0: No existe el fichero o el directorio
==> ERROR: Se produjo un fallo en package().
Cancelando...

For a successful install had to change Line 28 from PKGBUILD to:

cd "${srcdir}/${_npmname}-${pkgver}"

Saludos.

nCrazed commented on 2018-02-05 09:38 (UTC)

Please switch to using sha256sums instead of sha1sums so that they can be compared against the official release hashes.

wshuman3 commented on 2018-02-01 21:01 (UTC) (edited on 2018-02-01 21:07 (UTC) by wshuman3)

There is an error in your desktop file. The line MimeType: x-scheme-handler/ark; It should be MimeType=x-scheme-handler/ark;

Also consider adding Office to the categories to make more compliant Categories=Office;Finance;

luciorubeens commented on 2018-01-26 18:58 (UTC)

@Trollwut Thank you for reporting, fixed!

Trollwut commented on 2018-01-26 12:44 (UTC)

==> ERROR: One or more files did not pass the validity check!
:: failed to verify ark-desktop integrity

Aaaand, do your magic! :)

fabiscafe commented on 2017-12-06 13:16 (UTC) (edited on 2017-12-06 13:41 (UTC) by fabiscafe)

@luciorubeens based on your work i've done some changes (at the time, when the package was not updates anymore). Would be cool if you could integrate them. :)

+ svg icon instead of a png one
+ jumplist entry to the ark.io homepage (*.desktop file)
+ jumplist entry to litebit.eu to buy ARK (*.desktop file)
+ Better naming for the Ark Desktop entry (Ark Desktop instead of "ArkClient")

https://github.com/Tids/arkclient_pkg

DescartesHorse commented on 2017-12-02 11:02 (UTC)

@luciorubeens - no worries, just figured I'd help out if it actually was abandoned. Didn't realise you were also on the Github team for the project, else I would have reached out there first (as per https://github.com/ArkEcosystem/ark-desktop/issues/433 ). Thanks!

luciorubeens commented on 2017-12-01 13:49 (UTC)

@DescartesHorse @Trollwut Sorry for my late return guys, I updated to the latest version