Adding GPG signature check as per @egrupled's comment. You will need to run:
`gpg --recv-keys 5F96A606C4F72905`
Search Criteria
Package Details: sirikali 1.7.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sirikali.git (read-only, click to copy) |
---|---|
Package Base: | sirikali |
Description: | A Qt/C++ GUI front end to sshfs, ecryptfs-simple, cryfs, gocryptfs, securefs, fscrypt and encfs |
Upstream URL: | https://mhogomchungu.github.io/sirikali/ |
Licenses: | GPL |
Conflicts: | sirikali-git |
Submitter: | None |
Maintainer: | mhogomchungu |
Last Packager: | mhogomchungu |
Votes: | 34 |
Popularity: | 2.04 |
First Submitted: | 2016-12-26 21:50 (UTC) |
Last Updated: | 2024-11-20 17:38 (UTC) |
Dependencies (16)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpwquality
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- cmake (cmake-gitAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR) (make)
- libgcrypt (make)
- cryfs (cryfs-gitAUR) (optional) – for CryFS backend
- ecryptfs-simpleAUR (optional) – for eCryptfs backend
- encfs (optional) – for EncFS backend
- fscrypt (fscrypt-gitAUR) (optional) – for fscrypt backend
- gocryptfs (gocryptfs-gitAUR) (optional) – for gocryptfs backend
- kwallet (kwallet-gitAUR) (optional) – support for KDE wallet storage (must recompile)
- libsecret (optional) – support for Gnome libsecret password storage (must recompile)
- lxqt_walletAUR (lxqt_wallet-gitAUR) (optional) – use an external lxqt_wallet (must recompile)
- securefsAUR (securefs-binAUR) (optional) – for securefs backend
- sshfs (optional) – for SSHFS backend
Required by (0)
Sources (2)
<deleted-account> commented on 2017-05-17 15:52 (UTC)
egrupled commented on 2017-05-14 18:30 (UTC) (edited on 2017-05-14 18:32 (UTC) by egrupled)
You can add PGP check like this:
source=("https://github.com/mhogomchungu/${pkgname}/releases/download/${pkgver}/${_name}-${pkgver}.tar.xz"{,.asc})
sha256sums=('7d2cece25bf9bbb5d7104d645ef1334bce815446f182284627ec008c0656276f'
'SKIP')
validpgpkeys=('3AD67A14194FE8E7AEFCA19C3E1F380427A5D3CA')
avamk commented on 2017-04-14 16:05 (UTC)
@ConorIA Thank you yes it works now!! Appreciate your fast response. :)
<deleted-account> commented on 2017-04-11 20:15 (UTC)
Thanks, @mhogomchungu! Yes, I guess this is a version mismatch problem. I cannot reproduce the issue on Manjaro, which lags behind Arch slightly. My guess is that it should work itself out in a couple of days, but for now, @avamk, please change line 46 to read ` -DNOKDESUPPORT=true \`.
mhogomchungu commented on 2017-04-11 18:38 (UTC)
Those look like build problems in KF5Wallet showing up in SiriKali.
Was Qt5 updated recently? If yes,a solution could be a rebuild of KF5Wallet against updated Qt5.
A quicker solution is to disable KWallet functionality.
<deleted-account> commented on 2017-04-11 18:26 (UTC)
@avamk, I'm not sure! I wonder if I am missing a makedep somewhere. I think the first couple of steps would be:
1) Can you build using makepkg? yaourt -G sirikali will help you clone this repo
2) If not, can you build from source? (https://mhogomchungu.github.io/sirikali/)
I'm hoping @mhogomchungu might have some input.
avamk commented on 2017-04-11 14:58 (UTC)
@ConorIA
I get this error when building which didn't happen before:
...
[ 91%] Building CXX object CMakeFiles/sirikali.dir/qrc_icon.cpp.o
[ 92%] Linking CXX executable sirikali
/usr/lib/libKF5Wallet.so.5.32.0: undefined reference to `qt_version_tag@Qt_5.8'
/usr/lib/libKF5Wallet.so.5.32.0: undefined reference to `QIODevice::isTransactionStarted() const@Qt_5'
/usr/lib/libKF5ConfigCore.so.5: undefined reference to `QDateTime::QDateTime(QDateTime&&)@Qt_5'
/usr/lib/libKF5WindowSystem.so.5: undefined reference to `QJsonValue::toString() const@Qt_5'
collect2: error: ld returned 1 exit status
How do I troubleshoot this? Thanks.
mhogomchungu commented on 2017-03-03 13:15 (UTC)
@ConorIA
My arch install went belly up a while ago and i currently dont have any arch based system and i think it'll be hard to maintain a package on a system i do not use.
I do not know anything about maintaining a PKGBUILD but knowing how is in my todo list.
I would have already picked up recently orphaned git version[1] If i knew how to maintain a PKGBUILD.
I am very happy that you are maintaining it and please continue :-)
[1] https://aur.archlinux.org/packages/sirikali-git
<deleted-account> commented on 2017-03-03 04:02 (UTC)
@mhogomchungu, I hope I'm not stepping on your toes by maintaining this PKGBUILD of your application. If you would like to co-maintain, or would like me to orphan the package, please send me a message. I'm happy to transfer ownership to you if you would like that.
mhogomchungu commented on 2016-10-29 09:35 (UTC)
@Fallback,
Sirikali 1.2.1 was just released and it should build fine with Qt4.
Pinned Comments
mhogomchungu commented on 2024-10-31 10:20 (UTC) (edited on 2024-11-07 15:57 (UTC) by mhogomchungu)
Those who are experiencing error in source verification, please run the following command first before building.
gpg --keyserver hkps://pgp.surf.nl --recv-keys 16E2E1ACC6F51242
<deleted-account> commented on 2017-05-17 15:52 (UTC)