[oe] [meta-oe][PATCH v3] nautilus: new add

Anuj Mittal anuj.mittal at intel.com
Wed Jan 17 02:24:14 UTC 2018


On 01/12/2018 12:23 PM, zhengrq wrote:
> Add a new recipe nautilus.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
> ---
>  .../recipes-gnome/nautilus/nautilus_3.18.5.bb      | 29 ++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb
> 
> 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 0000000..1119309
> --- /dev/null
> +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb
> @@ -0,0 +1,29 @@
> +SUMMARY = "File manager for GNOME"
> +SECTION = "x11/gnome"
> +
> +LICENSE="GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=36cf660aea2b8beffba7945f44a7e748 \
> +                    file://COPYING.EXTENSIONS;md5=7579d6678402a1868631bf82c93ff0d4 \
> +                    file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
> +
> +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/nautilus/3.18/nautilus-${PV}.tar.xz"
> +
> +SRC_URI[md5sum] = "0f578bda5655c0ce204befafca5803d7"
> +SRC_URI[sha256sum] = "60a927c0522b4cced9d8f62baed2ee5e2fd4305be4523eb5bc44805971a6cc15"
> +
> +DEPENDS = "gtk+3 gnome-desktop3 gsettings-desktop-schemas glib-2.0-native intltool-native pango"
> +
> +inherit distro_features_check autotools pkgconfig gobject-introspection
> +REQUIRED_DISTRO_FEATURES = "x11"
> +
> +EXTRA_OECONF = " \
> +    --disable-gtk-doc \

As pointed out by others on both version of this patch, you can inherit
gtk-doc to handle this better.

Please also take a look at gnomebase.class that can handle some of the
things that are common to gnome recipes.

Thanks,
Anuj

> +    --disable-update-mimedb \
> +    --disable-nst-extension \
> +    --enable-tracker=no \
> +    --disable-schemas-compile \
> +    --enable-xmp=no \
> +    --enable-libexif=no \ 
> +"
> +
> +FILES_${PN} += "${datadir}/*"
> 




More information about the Openembedded-devel mailing list