[arch-commits] Commit in nautilus/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Fri Sep 2 08:10:44 UTC 2011
Date: Friday, September 2, 2011 @ 04:10:43
Author: ibiru
Revision: 136838
update to 3.1.90, slim down dependencies that are already satisfied
Modified:
nautilus/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-02 08:00:13 UTC (rev 136837)
+++ PKGBUILD 2011-09-02 08:10:43 UTC (rev 136838)
@@ -2,20 +2,19 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=nautilus
-pkgver=3.0.2
+pkgver=3.1.90
pkgrel=1
-pkgdesc="The GNOME shell and file manager"
+pkgdesc="GNOME 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' 'gnome-icon-theme')
+depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 'gnome-icon-theme' 'dconf')
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=('6a4c6b75593f0e815763d0040878cd908da72318f18b05f33d24040e0d602b22')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0770544a533f63c969377105afdce1bf66073152604a669e242a5e78502045ad')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list