[Lunar-commits] <moonbase-gnome3> gvfs: add it for GTK3 and version bumped to 1.14.2.
Florin Braescu
florin at lunar-linux.org
Sat Mar 2 17:27:30 CET 2013
commit c9b9f8bda302de981c90829c6f5d9f236791b956
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 02 Mar 2013 08:27:30 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/c9b9f8bda302de981c90829c6f5d9f236791b956
gvfs: add it for GTK3 and version bumped to 1.14.2.
---
core/gvfs/DEPENDS | +16/-0
core/gvfs/DETAILS | +13/-0
core/gvfs/POST_INSTALL | +4/-0
3 files changed, 33 insertions(+)
--- /dev/null
+++ b/core/gvfs/DEPENDS
@@ -0,0 +1,16 @@
+depends dconf
+depends dbus
+depends udisks2
+depends intltool
+depends gtk+-3
+depends openssh
+
+optional_depends "libarchive" "--enable-archive" "--disable-archive" "For archive support"
+optional_depends "obexftp" "--enable-obexftp" "--disable-obexftp" "For ObexFTP support"
+optional_depends "libsoup" "--enable-http" "--disable-http" "FTP/HTTP/WebDAV support(compile with gnome support)"
+optional_depends "libcdio" "--enable-cdda" "--disable-cdda" "For CDDA support"
+optional_depends "fuse" "--enable-fuse" "--disable-fuse" "For FUSE support"
+optional_depends "libgphoto2" "--enable-gphoto2" "--disable-gphoto2" "For Gphoto2 support"
+optional_depends "gnome-keyring" "--enable-keyring" "--disable-keyring" "GNOME Keyring support"
+optional_depends "samba" "--enable-samba" "--disable-samba" "For Samba support"
+optional_depends "avahi" "--enable-avahi" "--disable-avahi" "For avahi support"
--- /dev/null
+++ b/core/gvfs/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=gvfs
+ VERSION=1.14.2
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:1d05664c47f87c8d36007142f3dd5834721ec4d1
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20080312
+ UPDATED=20130302
+ SHORT="Replacement for Gnome-VFS"
+
+cat << EOF
+GVFS is designed to supercede Gnome-VFS.
+EOF
--- /dev/null
+++ b/core/gvfs/POST_INSTALL
@@ -0,0 +1,4 @@
+if [[ -x /usr/bin/gio-querymodules ]] ; then
+ # Recreate /usr/lib/gio/modules/giomodule.cache
+ gio-querymodules /usr/lib/gio/modules
+fi
More information about the Lunar-commits
mailing list