diff --git a/recipes-cinnamon/nemo/nemo.bb b/recipes-cinnamon/nemo/nemo.bb new file mode 100644 index 0000000..cced55f --- /dev/null +++ b/recipes-cinnamon/nemo/nemo.bb @@ -0,0 +1,45 @@ +SUMMARY = "File browser for Cinnamon" +LICENSE = "GPL-2.0-only & GFDL-1.1 & LGPL-2.0-only" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=9e36112c2402ab6d70f4ce15a3d1db1c \ + file://COPYING-DOCS;md5=f9ddfedca2259f421b846d4915d01237 \ + file://COPYING.LIB;md5=86049f0083127688c0f4e429a05fd85f \ +" + +DEPENDS = " \ + intltool-native \ + gtk+3 \ + pango \ + cinnamon \ + virtual/libx11 \ + libxapp \ + libexif \ + libgsf \ +" + +inherit meson pkgconfig gobject-introspection gtk-icon-cache gsettings gettext mime mime-xdg features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +# gobject-introspection is mandatory and cannot be configured +REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" +GIR_MESON_OPTION = "" + +SRC_URI = "git://github.com/linuxmint/nemo.git;branch=master;protocol=https" +SRCREV = "214131ed02c66ba18d873e34ec9b3d50c5c6988d" +PV = "5.2.4+git${SRCPV}" +S = "${WORKDIR}/git" + +EXTRA_OEMESON += "-Dxmp=false" + +FILES:${PN} += " \ + ${datadir}/gtksourceview-* \ + ${datadir}/mime \ + ${datadir}/dbus-1 \ + ${datadir}/polkit-1 \ +" + +RDEPENDS:${PN} += " \ + python3-core \ + python3-xlrd \ +" diff --git a/recipes-support/packagegroups/cinnamon-base.bb b/recipes-support/packagegroups/cinnamon-base.bb index 4697a61..9042388 100644 --- a/recipes-support/packagegroups/cinnamon-base.bb +++ b/recipes-support/packagegroups/cinnamon-base.bb @@ -19,6 +19,7 @@ RDEPENDS:${PN} = " \ cinnamon-settings-daemon \ cjs \ muffin \ + nemo \ python3-xapp \ libxapp \ "