glib-gvfs.guncellendi
This commit is contained in:
parent
65424f2333
commit
06ea8004fe
|
@ -4,7 +4,7 @@
|
|||
# Depends on: libffi pcre python elfutils
|
||||
|
||||
name=glib
|
||||
version=2.46.2
|
||||
version=2.53.1
|
||||
release=1
|
||||
source=( http://ftp.gnome.org/pub/gnome/sources/glib/${version%.*}/$name-$version.tar.xz
|
||||
revert-warn-glib-compile-schemas.patch)
|
||||
|
|
|
@ -1,24 +1,20 @@
|
|||
# Description: GVfs, GIO'nun G/Ç soyutlamasıyla çalışmak üzere tasarlanmış bir kullanıcı alanı sanal dosya sistemidir.
|
||||
# URL: http://www.gnome.org/
|
||||
# Packager: milisarge
|
||||
# Depends on: avahi dbus-glib intltool libsecret gtk3 libsoup udisks2 obexd fuse libarchive samba bluez gcr libgphoto2
|
||||
# Depends on: avahi dbus-glib intltool libsecret gtk3 libsoup udisks2 obexd fuse libarchive samba bluez gcr libgphoto2 libmtp glib
|
||||
|
||||
name=gvfs
|
||||
version=1.28.2
|
||||
version=1.33.1
|
||||
release=1
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --disable-static \
|
||||
--libexecdir=/usr/lib/gvfs \
|
||||
--with-bash-completion-dir=/usr/share/bash-completion/completions \
|
||||
--disable-systemd
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
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
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --disable-static \
|
||||
--libexecdir=/usr/lib/gvfs \
|
||||
--with-bash-completion-dir=/usr/share/bash-completion/completions \
|
||||
--disable-systemd
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue