aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-shr.bb
blob: dfa5c7cafb6181405a47221bc1e1e7dfb2b8e362 (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
DESCRIPTION = "SHR Fat Image Feed"
PR = "r7"
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 \
	ventura \
	intone \
"
RDEPENDS_${PN}-cli += "\
   task-cli-tools \
   task-cli-tools-debug \
   task-shr-minimal-cli \
        rsync \
	openssh-sftp-server \
"

RDEPENDS_${PN}-games += "\
	mokomaze \
	numptyphysics \
"