packagegroup-core-x11-sato.bb 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #
  2. # Copyright (C) 2007-2008 OpenedHand Ltd.
  3. #
  4. SUMMARY = "Sato desktop"
  5. LICENSE = "MIT"
  6. PR = "r33"
  7. PACKAGE_ARCH = "${MACHINE_ARCH}"
  8. inherit packagegroup distro_features_check
  9. # rdepends on x11vnc
  10. REQUIRED_DISTRO_FEATURES = "x11"
  11. PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games"
  12. RDEPENDS_${PN} = "\
  13. ${PN}-base \
  14. ${PN}-apps \
  15. ${PN}-games \
  16. "
  17. NETWORK_MANAGER ?= "connman-gnome"
  18. NETWORK_MANAGER_libc-uclibc = ""
  19. SUMMARY_${PN}-base = "Sato desktop - base packages"
  20. RDEPENDS_${PN}-base = "\
  21. matchbox-desktop \
  22. matchbox-session-sato \
  23. matchbox-keyboard \
  24. matchbox-keyboard-applet \
  25. matchbox-keyboard-im \
  26. matchbox-config-gtk \
  27. xcursor-transparent-theme \
  28. sato-icon-theme \
  29. settings-daemon \
  30. gtk-sato-engine \
  31. shutdown-desktop \
  32. libsdl \
  33. ${NETWORK_MANAGER} \
  34. udev-extraconf \
  35. "
  36. # pcmanfm doesn't work on mips
  37. FILEMANAGER ?= "pcmanfm"
  38. FILEMANAGER_mips ?= ""
  39. WEB ?= ""
  40. #WEB = "midori"
  41. SUMMARY_${PN}-apps = "Sato desktop - applications"
  42. RDEPENDS_${PN}-apps = "\
  43. leafpad \
  44. gst-player-bin \
  45. x11vnc \
  46. matchbox-terminal \
  47. sato-screenshot \
  48. ${FILEMANAGER} \
  49. ${WEB} \
  50. "
  51. SUMMARY_${PN}-games = "Sato desktop - games"
  52. RDEPENDS_${PN}-games = "\
  53. oh-puzzles \
  54. "