blob: 25e1b170c3dd8a83e087fb854c33a09abf02a24b (
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
|
DESCRIPTION = "SHR Fat Image Feed"
PR = "r3"
PV = "2.0"
LICENSE = "GPL"
inherit task
PACKAGES = "\
${PN}-gtk \
${PN}-apps \
${PN}-games \
"
RDEPENDS_${PN}-gtk = "\
gpe-scap \
pidgin \
libpurple-protocol-msn \
libpurple-protocol-icq \
vagalume \
gpe-sketchbook \
"
RDEPENDS_${PN}-apps += "\
task-shr-minimal-apps \
opimd-utils-notes \
mokonnect \
midori \
intone \
"
RDEPENDS_${PN}-games += "\
mokomaze \
numptyphysics \
"
|