diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-29 10:37:36 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-29 10:37:36 +0200 |
commit | e7fca19e8659c6c5b6fbb34527b129e655514f1e (patch) | |
tree | c9401e3d97a233417fb9fea6ba36fcaa4b74f2b1 /community/seahorse-nautilus/PKGBUILD | |
parent | 0a1081b50cec0fd8e54282d5f503feb0769eaa4f (diff) | |
parent | bab69e0f720c6f189c4486b7b945079be23f0a4b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/haskell-dataenc/PKGBUILD
community/haskell-haskeline/PKGBUILD
community/haskell-tar/PKGBUILD
community/haskell-terminfo/PKGBUILD
community/haskell-utf8-string/PKGBUILD
community/haskell-x11-xft/PKGBUILD
community/python-pyzmq/PKGBUILD
extra/cabal-install/PKGBUILD
extra/gtk-qt-engine/PKGBUILD
extra/haskell-http/PKGBUILD
extra/haskell-mtl/PKGBUILD
extra/haskell-network/PKGBUILD
extra/haskell-parsec/PKGBUILD
extra/haskell-text/PKGBUILD
extra/haskell-transformers/PKGBUILD
extra/haskell-zlib/PKGBUILD
Diffstat (limited to 'community/seahorse-nautilus/PKGBUILD')
-rw-r--r-- | community/seahorse-nautilus/PKGBUILD | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/community/seahorse-nautilus/PKGBUILD b/community/seahorse-nautilus/PKGBUILD index 5dd7127d8..6f6fc16c1 100644 --- a/community/seahorse-nautilus/PKGBUILD +++ b/community/seahorse-nautilus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 87367 2013-03-30 11:14:30Z bgyorgy $ +# $Id: PKGBUILD 89362 2013-04-28 20:39:50Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=seahorse-nautilus pkgver=3.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="PGP encryption and signing for nautilus" arch=('i686' 'x86_64' 'mips64el') url="http://git.gnome.org/browse/seahorse-nautilus/" @@ -12,12 +12,17 @@ depends=('libcryptui' 'gcr' 'nautilus') makedepends=('intltool') options=('!libtool') install=$pkgname.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8173ef08a700ff254fb5637a7f2138ba7625b19ed2102a82fd69f1ecb8072863') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz + glib236.patch) +sha256sums=('8173ef08a700ff254fb5637a7f2138ba7625b19ed2102a82fd69f1ecb8072863' + '0cefa14a45784c82871815e9bdcebbb96dea50a8e43316475e6a36d5dc47ade5') build() { cd "$srcdir/$pkgname-$pkgver" + # Fix compatibility with glib 2.36 + patch -Np1 -i "$srcdir/glib236.patch" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --disable-schemas-compile make |