Search Criteria
Package Details: gpgfrontend 2.1.9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpgfrontend.git (read-only, click to copy) |
---|---|
Package Base: | gpgfrontend |
Description: | An exceptional GUI frontend for the modern GnuPG (gpg) |
Upstream URL: | https://gpgfrontend.bktus.com |
Licenses: | GPL-3.0-or-later |
Submitter: | konsonanz |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 7 |
Popularity: | 0.162027 |
First Submitted: | 2022-01-31 17:43 (UTC) |
Last Updated: | 2025-06-19 17:06 (UTC) |
Dependencies (12)
- gpgme (gpgme-gitAUR)
- gtest (googletest-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- libarchive (libarchive-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-tools (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Required by (0)
Sources (8)
- git+https://git.bktus.com/GpgFrontend/gpgme.git
- git+https://git.bktus.com/GpgFrontend/libassuan.git
- git+https://git.bktus.com/GpgFrontend/libgpg-error.git
- git+https://git.bktus.com/GpgFrontend/Modules.git
- git+https://git.bktus.com/GpgFrontend/vmime.git
- git+https://github.com/openssl/openssl.git
- git+https://github.com/qt/qttranslations.git
- git+https://github.com/saturneric/GpgFrontend#tag=v2.1.9
Latest Comments
« First ‹ Previous 1 2
konsonanz commented on 2023-05-05 14:24 (UTC) (edited on 2023-05-05 14:26 (UTC) by konsonanz)
@dreieck This package does only install its own libs. As far as I can see there are no conflicts with
twaindsm
.dreieck commented on 2023-05-05 12:53 (UTC)
Please add
conflicts=('twaindsm')
.Both packages install the directory
/usr/lib/twain/
.Regards!
konsonanz commented on 2023-04-19 15:17 (UTC)
@firstdorsal Thanks for the heads-up. Build should be fixed now by removing support for git lfs.
firstdorsal commented on 2023-04-19 14:36 (UTC)
Install does not work anymore See: https://github.com/saturneric/GpgFrontend/issues/98
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?
« First ‹ Previous 1 2