Search Criteria
Package Details: gpgfrontend 2.0.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpgfrontend.git (read-only, click to copy) |
---|---|
Package Base: | gpgfrontend |
Description: | OpenPGP crypto tool and gui frontend for modern GnuPG |
Upstream URL: | https://github.com/saturneric/GpgFrontend |
Licenses: | GPL3 |
Submitter: | konsonanz |
Maintainer: | konsonanz |
Last Packager: | konsonanz |
Votes: | 2 |
Popularity: | 0.138694 |
First Submitted: | 2022-01-31 17:43 (UTC) |
Last Updated: | 2023-01-05 19:35 (UTC) |
Dependencies (11)
- gnupg (gnupg-clavator, gnupg-large-rsa, gnupg-large-secmem, gnupg-minimal-git, gnupg-largekeys, gnupg-git, gnupg23)
- gpgme (gpgme-git, gpgme-minimal-git)
- libarchive (libarchive-git)
- libassuan (libassuan-git)
- libconfig (libconfig-git)
- libgpg-error (libgpg-error-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- boost (boost-git, boost174) (make)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-bin, python-ninja, ninja-kitware, ninja-mem) (make)
Latest Comments
benjamb commented on 2022-12-22 12:25 (UTC)
@konsonanz Great! Thanks for the update!
konsonanz commented on 2022-12-22 10:54 (UTC) (edited on 2022-12-22 10:55 (UTC) by konsonanz)
@benjamb Thanks for your input!
I dropped the not needed submodules and changed boost to a makedepend (boost-libs as a depend not required since linked statically). libarchive was an oversight by me (though I believe the system-one got linked in anyways first if found by cmake), so it got added to depends array as well.
benjamb commented on 2022-12-14 17:51 (UTC) (edited on 2022-12-14 17:51 (UTC) by benjamb)
Hey, thanks for packaging. Just a couple of comments on the
PKGBUILD
.boost
ought to be a build dependency (makedepend) only,boost-libs
should be the runtime dependency.vmime
andSmtpClient-for-Qt
were removed from the upstream submodules.Also is there a reason you don't use the system libarchive vs. the submodule?