blob: 607827a6c307f9e153ce712032a7c972c539b5b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
DESCRIPTION = "SHR Fat Image Feed"
PR = "r5"
PV = "2.0"
LICENSE = "GPL"
inherit task
PACKAGES = "\
${PN}-gtk \
${PN}-apps \
${PN}-games \
${PN}-cli \
"
RDEPENDS_${PN}-gtk = "\
gpe-scap \
pidgin \
libpurple-protocol-msn \
libpurple-protocol-icq \
vagalume \
tangogps \
gpe-sketchbook \
"
RDEPENDS_${PN}-apps += "\
task-shr-minimal-apps \
opimd-utils-notes \
mokonnect \
midori \
intone \
"
RDEPENDS_${PN}-apps += "\
task-shr-minimal-cli \
screen \
rsync \
mdbus2 \
mterm2 \
openssh-sftp-server \
"
RDEPENDS_${PN}-games += "\
mokomaze \
numptyphysics \
"
|