diff options
-rw-r--r-- | xfce/gvfs/Pkgfile | 6 | ||||
-rw-r--r-- | xfce/gvfs/post-install | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/xfce/gvfs/Pkgfile b/xfce/gvfs/Pkgfile index 4031c4791..05ea12557 100644 --- a/xfce/gvfs/Pkgfile +++ b/xfce/gvfs/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: dbus, intltool, fuse, libgphoto2, samba3, libcdio -# Run on: fuse,libsoup,libgphoto2,samba3,libcdio +# Depends on: dbus, intltool, fuse, libgphoto2, samba3, libcdio, gnome-disk-utility +# Run on: fuse,libsoup,libgphoto2,samba3,libcdio,gnome-disk-utility name=gvfs version=1.8.1 -release=1 +release=2 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version diff --git a/xfce/gvfs/post-install b/xfce/gvfs/post-install new file mode 100644 index 000000000..6cd9ff977 --- /dev/null +++ b/xfce/gvfs/post-install @@ -0,0 +1,2 @@ +/usr/bin/gio-querymodules /usr/lib/gio/modules +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas |