summaryrefslogtreecommitdiff
path: root/community/seahorse-nautilus/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/seahorse-nautilus/PKGBUILD')
-rw-r--r--community/seahorse-nautilus/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/community/seahorse-nautilus/PKGBUILD b/community/seahorse-nautilus/PKGBUILD
index 884840d1f..92f94c6dd 100644
--- a/community/seahorse-nautilus/PKGBUILD
+++ b/community/seahorse-nautilus/PKGBUILD
@@ -1,26 +1,29 @@
-# $Id: PKGBUILD 69331 2012-04-14 01:17:42Z bgyorgy $
+# $Id: PKGBUILD 77770 2012-10-14 16:18:22Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=seahorse-nautilus
-pkgver=3.4.0
+pkgver=3.6.0
pkgrel=1
pkgdesc="PGP encryption and signing for nautilus"
arch=('i686' 'x86_64')
url="http://git.gnome.org/browse/seahorse-nautilus/"
license=('GPL')
-depends=('gconf' 'libcryptui' 'nautilus')
+depends=('libcryptui' 'gcr' 'nautilus')
makedepends=('intltool')
replaces=('seahorse-plugins')
options=('!libtool')
install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4724438b8c09d5c25c30a304cbc398950d5a2fdd1e2ef3f6389ffbf18ac01480')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+ fix-schema.patch)
+sha256sums=('edae97cf7bab38ed928e25a7805913977f892ec9b9120783d874cda07912519d'
+ '3c5a3fe557fc56d5d5cda12d4b4909f513260da9b439d8bbaca2bf42b4fd114c')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ patch -Np1 -i "$srcdir/fix-schema.patch"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static
+ --disable-static --disable-schemas-compile
make
}