Package Details: gpgfrontend 2.1.4-2

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: 4
Popularity: 0.51
First Submitted: 2022-01-31 17:43 (UTC)
Last Updated: 2024-09-14 18:55 (UTC)

Pinned Comments

yochananmarqos commented on 2024-03-05 02:22 (UTC)

PSA: This is currently a WIP and may or may not work. Feel free to suggest any improvements.

Latest Comments

1 2 Next › Last »

Yakui420 commented on 2024-08-14 23:25 (UTC)

Error when building/installing new version 2.1.4-1

yochananmarqos commented on 2024-03-05 02:22 (UTC)

PSA: This is currently a WIP and may or may not work. Feel free to suggest any improvements.

darky commented on 2023-07-20 19:38 (UTC) (edited on 2023-07-20 19:40 (UTC) by darky)

I always met error: fatal: fetch-pack: invalid index-pack output

Workaround:

git clone --depth 1 https://git.bktus.com/GpgFrontend/json.git ~/.cache/yay/gpgfrontend/json

cd ~/.cache/yay/gpgfrontend/json/

git fetch --unshallow

git pull --all

yay -S gpgfrontend

konsonanz commented on 2023-06-08 11:50 (UTC) (edited on 2023-06-08 11:50 (UTC) by konsonanz)

Please be aware:

For version gpgfrontend-2.1.0-2 the build may fail during checkout because of git-lfs errors if the git-lfs filters are set in user ~/.gitconfig which is done by running git lfs install. Unfortunately, for release 2.1.0 there is nothing to be done on the PKGBUILD side.

Known workarounds are:

  • disable lfs filters by running git lfs uninstall before build, and restore with git lfs install afterwards

  • build package in a clean chroot

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.

$ pacman -Ql gpgfrontend | grep '/lib'
gpgfrontend /usr/lib/
gpgfrontend /usr/lib/libgpgfrontend_core.so
gpgfrontend /usr/lib/libgpgfrontend_ui.so

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!