diff --git a/talimatname/genel/glib/talimat b/talimatname/genel/glib/talimat index a137bafd5..cc96ea3aa 100644 --- a/talimatname/genel/glib/talimat +++ b/talimatname/genel/glib/talimat @@ -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) diff --git a/talimatname/genel/gvfs/talimat b/talimatname/genel/gvfs/talimat index 47c342f31..ea946a3a7 100644 --- a/talimatname/genel/gvfs/talimat +++ b/talimatname/genel/gvfs/talimat @@ -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 }