1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #
- # Copyright (C) 2007-2008 OpenedHand Ltd.
- #
- SUMMARY = "Sato desktop"
- LICENSE = "MIT"
- PR = "r33"
- PACKAGE_ARCH = "${MACHINE_ARCH}"
- inherit packagegroup distro_features_check
- # rdepends on x11vnc
- REQUIRED_DISTRO_FEATURES = "x11"
- PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games"
- RDEPENDS_${PN} = "\
- ${PN}-base \
- ${PN}-apps \
- ${PN}-games \
- "
- NETWORK_MANAGER ?= "connman-gnome"
- NETWORK_MANAGER_libc-uclibc = ""
- SUMMARY_${PN}-base = "Sato desktop - base packages"
- RDEPENDS_${PN}-base = "\
- matchbox-desktop \
- matchbox-session-sato \
- matchbox-keyboard \
- matchbox-keyboard-applet \
- matchbox-keyboard-im \
- matchbox-config-gtk \
- xcursor-transparent-theme \
- sato-icon-theme \
- settings-daemon \
- gtk-sato-engine \
- shutdown-desktop \
- libsdl \
- ${NETWORK_MANAGER} \
- udev-extraconf \
- "
- # pcmanfm doesn't work on mips
- FILEMANAGER ?= "pcmanfm"
- FILEMANAGER_mips ?= ""
- WEB ?= ""
- #WEB = "midori"
- SUMMARY_${PN}-apps = "Sato desktop - applications"
- RDEPENDS_${PN}-apps = "\
- leafpad \
- gst-player-bin \
- x11vnc \
- matchbox-terminal \
- sato-screenshot \
- ${FILEMANAGER} \
- ${WEB} \
- "
- SUMMARY_${PN}-games = "Sato desktop - games"
- RDEPENDS_${PN}-games = "\
- oh-puzzles \
- "
|