summaryrefslogtreecommitdiff
path: root/extra/seahorse/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-17 11:32:40 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-17 11:32:40 +0200
commitf82f89398d1f66131d8ff22c17d0353635cac405 (patch)
tree3361f99bc56ecd8455083dae5a232061364328b5 /extra/seahorse/PKGBUILD
parent53babe5dd7052f275ddebd9916b97df316ba7beb (diff)
Fix seahorse build.
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 \