diff options
author | bg <bg@nutyx.(none)> | 2009-11-10 10:51:38 +0100 |
---|---|---|
committer | bg <bg@nutyx.(none)> | 2009-11-10 10:51:38 +0100 |
commit | 2160419a1175870c3f6c678a7dc863bb249f5638 (patch) | |
tree | 9abb489666bf81bdc8e045004b54dae10a45c00b /gnome/nautilus/Pkgfile | |
parent | 85d3865857d7a8ec226bac7b862f86dd6d1960cd (diff) | |
parent | 3972e08717d7c6cee26d3967748d98803101e4dd (diff) | |
download | nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.gz nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.bz2 nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.xz nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'gnome/nautilus/Pkgfile')
-rw-r--r-- | gnome/nautilus/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnome/nautilus/Pkgfile b/gnome/nautilus/Pkgfile index 087fd6364..eaef3c42b 100644 --- a/gnome/nautilus/Pkgfile +++ b/gnome/nautilus/Pkgfile @@ -2,13 +2,12 @@ # URL: http://www.gnome.org/projects/nautilus/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: esound, librsvg, libexif, libunique, startup-notification, gnome-desktop, gnome-vfs, gvfs +# Depends on: esound, librsvg, libexif, libunique, startup-notification, gnome-desktop, gnome-vfs, gvfs, shared-mime-info, desktop-file-utils name=nautilus -version=2.28.0 +version=2.28.1 release=1 -gnomever=2.28.0 -source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version |