summaryrefslogtreecommitdiff
path: root/extra/seahorse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/seahorse/PKGBUILD')
-rw-r--r--extra/seahorse/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/extra/seahorse/PKGBUILD b/extra/seahorse/PKGBUILD
index dfd7ff235..20a0148b5 100644
--- a/extra/seahorse/PKGBUILD
+++ b/extra/seahorse/PKGBUILD
@@ -18,12 +18,18 @@ options=('!libtool' '!emptydirs')
groups=('gnome-extra')
install=seahorse.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- seahorse-ssh-askpass.sh)
+ seahorse-ssh-askpass.sh
+ 10_gpgme_keyring_finalize_typo.patch)
sha256sums=('841443ed6d7f865e1c9347867527591287bcc5b2e281c8da11b2cb355d678faa'
- '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
+ '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c'
+ '5bdbe26d89dc256923cd26601a5639e5596ed488a2294618c1754d96de5f7d1c')
build() {
cd "$pkgname-$pkgver"
+
+ # From Debian.
+ patch -p1 -i "$srcdir/10_gpgme_keyring_finalize_typo.patch"
+
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--enable-ldap --enable-hkp \