aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks/task-openmoko-feed.bb
blob: fd16e912fdf8485475abaf9cbcaafb6af1a8ff99 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
DESCRIPTION = "Openmoko: Misc. Feed Items"
SECTION = "openmoko/base"
LICENSE = "MIT"
PR = "r54"

inherit task

RDEPENDS_task-openmoko-feed = "\
  aspell enchant \
  openmoko-agpsui \
  gypsy \
  gsm0710muxd \
  ppp \
  bluez-hcidump \
  bootchart \
  eet evas ecore embryo epsilon edje efreet emotion epdf \
  exhibit edje-viewer \
  free42-vga \
  gpe-filemanager gpe-gallery gpe-timesheet gpe-todo \
  ipkg-link ipkg-utils \
  joe \
  kbdd \
  kexec-tools \
  midori \
  ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'mplayer', d)} \
  mtpaint \
  mysql \
  nano \
  ntpclient ntp \
  openssh openssh-scp openssh-ssh openssh-sshd openssh-sftp openssh-misc \
  python python-pygtk python-pyserial python-gst python-pygame \
  ruby \
  libsdl-x11 libsdl-mixer libsdl-net libsdl-ttf \
  settingsgui \
  synergy \
  tzdata \
  tor \
  vnc \
  wxwidgets \
  x11vnc \
  libswt3.4-gtk-java \
  cacao \
  jamvm \
  classpath \
  gpsdrive \
  gpsd \
  asterisk \
  gnash \
  mono \
  diversity-daemon \
  om-maps-berlin \
  om-maps-buenos-aires \
  om-maps-hong-kong \
  om-maps-london \
  om-maps-low-levels \
  om-maps-new-york \
  om-maps-paris \
  om-maps-providence \
  om-maps-san-francisco \
  om-maps-sydney \
  om-maps-taipei \
  om-locations \
  om-settings \
  assassin \
  assassin-thumbnail \
  tangogps \
  pyefl-sudoku \
  minicom \
  vim \
  iotop \
  evince \
  epdfview \
  xprop \
  xev \
  xwininfo \
  gpsd \
  mc \
  devmem2 \
  bluez-utils-alsa \
  tcpdump \
  gdb \
  lsof \
  openmoko-set-root-password \
#  qtopia-phone-enable-debug \
  git \
  navit \
  libnotify \
  notification-daemon \
  libxine \
#  subversion \
  task-openmoko-games \
  xournal \
  openvpn \
  python-pygame \
  irssi \
  zsh \
  fbreader \
  zip \
  firefox \
  tichy \
  pidgin \
  epdfview \
  midori \
  microcom \
  zhone \
  frameworkd \
  emacs \
# for werner \
  net-tools \
  iproute2 \
  iputils \
  psmisc \
  tar \
  coreutils \
  debianutils \
  tcptraceroute \
  wget \
# dnsutils/bind-tools for dig, nslookup is still missing \
  font-adobe-100dpi \
  font-adobe-75dpi \
  font-adobe-utopia-100dpi \
  font-adobe-utopia-75dpi \
  font-adobe-utopia-type1 \
  font-arabic-misc \
  font-bh-100dpi \
  font-bh-75dpi \
  font-bh-lucidatypewriter-100dpi \
  font-bh-lucidatypewriter-75dpi \
  font-bh-ttf \
  font-bh-type1 \
  font-bitstream-100dpi \
  font-bitstream-75dpi \
  font-bitstream-speedo \
  font-bitstream-type1 \
  font-cronyx-cyrillic \
  font-cursor-misc \
  font-daewoo-misc \
  font-dec-misc \
  font-ibm-type1 \
  font-isas-misc \
  font-jis-misc \
  font-micro-misc \
  font-misc-cyrillic \
  font-misc-ethiopic \
  font-misc-meltho \
  font-misc-misc \
  font-mutt-misc \
  font-schumacher-misc \
  font-screen-cyrillic \
  font-sony-misc \
  font-sun-misc \
  font-winitzki-cyrillic \
  font-xfree86-type1 \
"