diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs/gvfs_1.57.2.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.57.2.bb | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.57.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.57.2.bb new file mode 100644 index 0000000000..72afefb275 --- /dev/null +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.57.2.bb | |||
| @@ -0,0 +1,87 @@ | |||
| 1 | DESCRIPTION = "gvfs is a userspace virtual filesystem" | ||
| 2 | LICENSE = "LGPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e" | ||
| 4 | |||
| 5 | inherit gnomebase gsettings bash-completion gettext upstream-version-is-even features_check | ||
| 6 | |||
| 7 | DEPENDS += "\ | ||
| 8 | dbus \ | ||
| 9 | glib-2.0 \ | ||
| 10 | glib-2.0-native \ | ||
| 11 | gsettings-desktop-schemas \ | ||
| 12 | libgudev \ | ||
| 13 | libsecret \ | ||
| 14 | libxml2 \ | ||
| 15 | shadow-native \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += "gsettings-desktop-schemas" | ||
| 19 | |||
| 20 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" | ||
| 21 | SRC_URI[archive.sha256sum] = "f16bef8eca1fd6c117e85db011d21e915669790d55867349c5f1b291299e9585" | ||
| 22 | |||
| 23 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 24 | |||
| 25 | EXTRA_OEMESON = " \ | ||
| 26 | -Dbluray=false \ | ||
| 27 | " | ||
| 28 | |||
| 29 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" | ||
| 30 | |||
| 31 | FILES:${PN} += " \ | ||
| 32 | ${datadir}/glib-2.0 \ | ||
| 33 | ${datadir}/GConf \ | ||
| 34 | ${datadir}/dbus-1/services \ | ||
| 35 | ${libdir}/gio/modules/*.so \ | ||
| 36 | ${libdir}/tmpfiles.d \ | ||
| 37 | ${systemd_user_unitdir} \ | ||
| 38 | " | ||
| 39 | |||
| 40 | FILES:${PN}-dbg += "${libdir}/gio/modules/.debug/*" | ||
| 41 | FILES:${PN}-dev += "${libdir}/gio/modules/*.la" | ||
| 42 | |||
| 43 | FILES:gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount" | ||
| 44 | FILES:gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount" | ||
| 45 | FILES:gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.mount" | ||
| 46 | |||
| 47 | RRECOMMENDS:gvfsd-ftp += "openssh-sftp openssh-ssh" | ||
| 48 | |||
| 49 | PACKAGECONFIG ?= "libgphoto2 \ | ||
| 50 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | ||
| 51 | ${@bb.utils.contains('DISTRO_FEATURES','polkit','udisks2','',d)} \ | ||
| 52 | ${@bb.utils.contains('DISTRO_FEATURES','polkit','admin','',d)} \ | ||
| 53 | " | ||
| 54 | |||
| 55 | PACKAGECONFIG[udisks2] = "-Dudisks2=true, -Dudisks2=false, udisks2, udisks2" | ||
| 56 | PACKAGECONFIG[admin] = "-Dadmin=true, -Dadmin=false, libcap polkit" | ||
| 57 | PACKAGECONFIG[afc] = "-Dafc=true, -Dafc=false, libimobiledevice libplist" | ||
| 58 | PACKAGECONFIG[archive] = "-Darchive=true, -Darchive=false, libarchive" | ||
| 59 | PACKAGECONFIG[dnssd] = "-Ddnssd=true, -Ddnssd=false, avahi" | ||
| 60 | PACKAGECONFIG[gcr] = "-Dgcr=true, -Dgcr=false, gcr" | ||
| 61 | PACKAGECONFIG[gcrypt] = "-Dgcrypt=true, -Dgcrypt=false, libgcrypt" | ||
| 62 | PACKAGECONFIG[goa] = "-Dgoa=true, -Dgoa=false, gnome-online-accounts" | ||
| 63 | PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false, libgdata" | ||
| 64 | PACKAGECONFIG[http] = "-Dhttp=true, -Dhttp=false, libsoup-3.0" | ||
| 65 | PACKAGECONFIG[libmtp] = "-Dmtp=true, -Dmtp=false, libmtp" | ||
| 66 | PACKAGECONFIG[logind] = "-Dlogind=true, -Dlogind=false, systemd" | ||
| 67 | PACKAGECONFIG[libgphoto2] = "-Dgphoto2=true, -Dgphoto2=false, libgphoto2" | ||
| 68 | PACKAGECONFIG[nfs] = "-Dnfs=true, -Dnfs=false,libnfs" | ||
| 69 | PACKAGECONFIG[onedrive] = "-Donedrive=true, -Donedrive=false, msgraph" | ||
| 70 | PACKAGECONFIG[samba] = "-Dsmb=true, -Dsmb=false, samba" | ||
| 71 | PACKAGECONFIG[systemd] = "-Dsystemduserunitdir=${systemd_user_unitdir} -Dtmpfilesdir=${libdir}/tmpfiles.d, -Dsystemduserunitdir=no -Dtmpfilesdir=no, systemd" | ||
| 72 | |||
| 73 | # needs meta-filesystems | ||
| 74 | PACKAGECONFIG[fuse] = "-Dfuse=true, -Dfuse=false, fuse3" | ||
| 75 | |||
| 76 | # libcdio-paranoia recipe doesn't exist yet | ||
| 77 | PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia" | ||
| 78 | |||
| 79 | do_install:append() { | ||
| 80 | # After rebuilds (not from scracth) it can happen that the executables in | ||
| 81 | # libexec ar missing executable permission flag. Not sure but it came up | ||
| 82 | # during transition to meson. Looked into build files and logs but could | ||
| 83 | # not find suspicious | ||
| 84 | for exe in `find ${D}/${libexecdir}`; do | ||
| 85 | chmod +x $exe | ||
| 86 | done | ||
| 87 | } | ||
