diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2018-01-12 12:23:32 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-22 19:35:39 -0800 |
commit | d9f335cf314b52b1cd588c4201598a64aad04915 (patch) | |
tree | 76a4709a6139f8090a6daf5cc1a4ef5e4c9d2d76 /meta-gnome/recipes-gnome/nautilus | |
parent | 8cef6b38e62e6c79ec857510df454cefc868b0df (diff) | |
download | meta-openembedded-d9f335cf314b52b1cd588c4201598a64aad04915.tar.gz |
nautilus: new add
Add a new recipe nautilus.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/nautilus')
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb new file mode 100644 index 000000000..8fdbf6ac2 --- /dev/null +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb | |||
@@ -0,0 +1,29 @@ | |||
1 | SUMMARY = "File manager for GNOME" | ||
2 | SECTION = "x11/gnome" | ||
3 | |||
4 | LICENSE="GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=36cf660aea2b8beffba7945f44a7e748 \ | ||
6 | file://COPYING.EXTENSIONS;md5=7579d6678402a1868631bf82c93ff0d4 \ | ||
7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | ||
8 | |||
9 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/nautilus/3.18/nautilus-${PV}.tar.xz" | ||
10 | |||
11 | SRC_URI[md5sum] = "0f578bda5655c0ce204befafca5803d7" | ||
12 | SRC_URI[sha256sum] = "60a927c0522b4cced9d8f62baed2ee5e2fd4305be4523eb5bc44805971a6cc15" | ||
13 | |||
14 | DEPENDS = "gtk+3 gnome-desktop3 gsettings-desktop-schemas glib-2.0-native intltool-native pango" | ||
15 | |||
16 | inherit distro_features_check autotools pkgconfig gobject-introspection | ||
17 | REQUIRED_DISTRO_FEATURES = "x11" | ||
18 | |||
19 | EXTRA_OECONF = " \ | ||
20 | --disable-gtk-doc \ | ||
21 | --disable-update-mimedb \ | ||
22 | --disable-nst-extension \ | ||
23 | --enable-tracker=no \ | ||
24 | --disable-schemas-compile \ | ||
25 | --enable-xmp=no \ | ||
26 | --enable-libexif=no \ | ||
27 | " | ||
28 | |||
29 | FILES_${PN} += "${datadir}/*" | ||