Date: Saturday, February 26, 2011 @ 10:01:06 Author: ibiru Revision: 111378
upgpkg: nautilus 2.91.90.1-1 update to 2.91.90.1 Modified: nautilus/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-26 14:54:24 UTC (rev 111377) +++ PKGBUILD 2011-02-26 15:01:06 UTC (rev 111378) @@ -2,21 +2,21 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=nautilus -pkgver=2.91.8 +pkgver=2.91.90.1 pkgrel=1 pkgdesc="The GNOME shell and file manager" arch=('i686' 'x86_64') license=('GPL') depends=('libexif' 'gnome-desktop' 'exempi' 'gtk3' 'hicolor-icon-theme' 'gvfs' 'desktop-file-utils' 'gsettings-desktop-schemas' 'shared-mime-info') -makedepends=('intltool' 'gobject-introspection' 'namcap') +makedepends=('intltool' 'gobject-introspection') replaces=('gnome-volume-manager') url="http://www.gnome.org" groups=('gnome') options=('!libtool' '!emptydirs') install=nautilus.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('197ca86fdb5d7d87e732ec77ac6d0e862d0cf1924034adcedc93dab88293f44d') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('a7b33635fbe283bbefea1bfaf12ed804e5e68d67e0a94b86ea0ef3f57b16bfa6') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -24,7 +24,8 @@ --localstatedir=/var --disable-static \ --libexecdir=/usr/lib/nautilus \ --disable-update-mimedb \ - --disable-packagekit + --disable-packagekit \ + --disable-schemas-compile make }
