diff options
Diffstat (limited to 'recipes')
| -rw-r--r-- | recipes/gnome/gnome-applets_2.28.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-applets_2.28.0.bb b/recipes/gnome/gnome-applets_2.28.0.bb new file mode 100644 index 0000000000..9dd641b98c --- /dev/null +++ b/recipes/gnome/gnome-applets_2.28.0.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Misc applets for Gnome panel" +LICENSE = "GPL" +SECTION = "x11/gnome" + +inherit gnome + +DEPENDS = "gtk+ glib-2.0 gconf libgnome libxklavier libnotify dbus-glib gnome-icon-theme libxml2 policykit networkmanager" + +EXTRA_OECONF = "--disable-gtk-doc" + +do_configure_prepend () { + for i in $(find . -name "Makefile.am") ; do + sed -i -e 's:-I$(includedir)::g' $i + done +} + +do_stage() { + autotools_stage_all +} + +FILES_${PN} += " \ + ${datadir}/dbus-1/ \ + ${datadir}/PolicyKit/ \ + ${datadir}/xmodmap/ \ + " + |
