diff options
Diffstat (limited to 'extra/seahorse/PKGBUILD')
-rw-r--r-- | extra/seahorse/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/seahorse/PKGBUILD b/extra/seahorse/PKGBUILD index b671685ce..cadce200e 100644 --- a/extra/seahorse/PKGBUILD +++ b/extra/seahorse/PKGBUILD @@ -7,7 +7,7 @@ pkgname=seahorse pkgver=3.6.3 pkgrel=1 pkgdesc="GNOME application for managing PGP keys." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=(GPL) url="http://projects.gnome.org/seahorse/" depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils hicolor-icon-theme dconf) @@ -24,6 +24,10 @@ sha256sums=('9b712da1989725547a8093e638725ee6de74d7870661545a15374c7ebf335cc1' 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 \ |