diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/gnome-menus_2.28.0.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-menus_2.28.0.1.bb b/recipes/gnome/gnome-menus_2.28.0.1.bb new file mode 100644 index 0000000000..72fc810395 --- /dev/null +++ b/recipes/gnome/gnome-menus_2.28.0.1.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "GNOME menus" +SECTION = "x11/gnome" +LICENSE = "GPL" + +DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+" + +inherit gnome pkgconfig + +do_stage() { + autotools_stage_all +} + +PACKAGES += "${PN}-python" +FILES_${PN} += "${datadir}/desktop-directories/" +FILES_${PN}-python = "${libdir}/python*" +FILES_${PN}-dbg += "${libdir}/python*/site-packages/*/.debug \ + ${libdir}/python*/site-packages/.debug" + |