milis/talimatname/genel/gvfs/talimat

25 lines
947 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Userspace virtual filesystem implemented as a pluggable module for gio
# URL: http://www.gnome.org/
2016-08-01 20:47:27 +02:00
# Packager: milisarge
# Depends on: avahi dbus-glib intltool libsecret gtk3 libsoup udisks2 obexd fuse libarchive samba bluez gcr libgphoto2
2016-02-24 01:27:23 +01:00
name=gvfs
2016-08-01 20:47:27 +02:00
version=1.28.2
2016-02-24 01:27:23 +01:00
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
2016-08-01 20:47:27 +02:00
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--libexecdir=/usr/lib/gvfs \
--with-bash-completion-dir=/usr/share/bash-completion/completions \
--disable-systemd
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
2016-08-01 20:47:27 +02:00
rm -rf $PKG/usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,gphoto2,mtp,google}
rm -rf $PKG/usr/share/gvfs/mounts/{smb,smb-browse,afc,gphoto2,mtp,google}.mount
rm -rf $PKG/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
rm -rf $PKG/usr/share/GConf/gsettings/gvfs-smb.convert
2016-02-24 01:27:23 +01:00
}