mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
- Make matchbox themes without a corresponding gtk theme use Clearlooks - Add settings-daemon, matchbox-config-gtk and leafpad to meta-oh - Add settings-daemon - Add matchbox-config-gtk - Change Leafpad desktop shortcut from 'Leafpad' to 'Notes' git-svn-id: https://svn.o-hand.com/repos/poky@120 311d38ba-8fff-0310-9ca6-ca027cbcb966
73 lines
1.5 KiB
BlitzBasic
73 lines
1.5 KiB
BlitzBasic
PACKAGES = "oh-base-depends oh-task-base"
|
|
# oh-task-base
|
|
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
|
|
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
|
|
PR = "r17"
|
|
|
|
ALLOW_EMPTY = "1"
|
|
|
|
oh-base-depends = "\
|
|
diet-x11 \
|
|
virtual/xserver"
|
|
|
|
RDEPENDS_oh-base-depends := "${oh-base-depends}"
|
|
DEPENDS += " ${oh-base-depends}"
|
|
|
|
oh-task-base = "\
|
|
matchbox \
|
|
matchbox-poky \
|
|
matchbox-keyboard \
|
|
matchbox-stroke \
|
|
matchbox-config-gtk \
|
|
matchbox-panel-manager \
|
|
matchbox-panel-hacks \
|
|
matchbox-themes-extra \
|
|
matchbox-themes-gtk \
|
|
matchbox-applet-inputmanager \
|
|
matchbox-applet-startup-monitor \
|
|
xcursor-transparent-theme \
|
|
xserver-kdrive-common \
|
|
xserver-nodm-init \
|
|
chkhinge26 \
|
|
usbinit \
|
|
settings-daemon \
|
|
minimo \
|
|
gtk+ \
|
|
gtk-clearlooks-engine \
|
|
eds-dbus \
|
|
contacts \
|
|
dates \
|
|
leafpad \
|
|
puzzles \
|
|
kf \
|
|
rxvt-unicode \
|
|
xhost \
|
|
gdb \
|
|
strace \
|
|
ttf-bitstream-vera \
|
|
udev \
|
|
sysfsutils \
|
|
xauth"
|
|
|
|
# avahi-daemon \
|
|
# avahi-dnsconfd \
|
|
# teleport \
|
|
# xst \
|
|
# libgtkstylus \
|
|
# detect-stylus \
|
|
# xrdb \
|
|
|
|
RDEPENDS_oh-task-base := "${oh-task-base} \
|
|
gdk-pixbuf-loader-png \
|
|
gdk-pixbuf-loader-xpm \
|
|
gdk-pixbuf-loader-jpeg \
|
|
gtk-theme-clearlooks \
|
|
tslib-calibrate \
|
|
tslib-tests \
|
|
pango-module-basic-x \
|
|
pango-module-basic-fc"
|
|
|
|
DEPENDS += " ${oh-task-base} tslib"
|
|
|
|
LICENSE = "MIT"
|