From: Michael Mrozek Date: Tue, 26 Mar 2013 16:45:38 +0000 (+0100) Subject: pandora-tasks: Rearranged so that opkg shouldn't go crazy. X-Git-Tag: sz_154~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=c4d4823a2b2daee50d9403ee0518fc3fd2b51e1d pandora-tasks: Rearranged so that opkg shouldn't go crazy. --- diff --git a/recipes/images/pandora-xfce-image-nowifi.bb b/recipes/images/pandora-xfce-image-nowifi.bb index 04fdf95..e97566f 100755 --- a/recipes/images/pandora-xfce-image-nowifi.bb +++ b/recipes/images/pandora-xfce-image-nowifi.bb @@ -6,7 +6,7 @@ IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es" inherit image -PR = "r2" +PR = "r4" export IMAGE_BASENAME = "pandora-xfce-image-nowifi" @@ -15,8 +15,8 @@ SPLASH = "psplash-omap3pandora" DEPENDS = "task-base" IMAGE_INSTALL += " \ - task-pandora-core-nowifi \ - task-pandora-xfce-nowifi \ + task-pandora-core \ + task-pandora-xfce \ ${SPLASH} \ " diff --git a/recipes/images/pandora-xfce-image.bb b/recipes/images/pandora-xfce-image.bb index fb49a37..d669a5f 100755 --- a/recipes/images/pandora-xfce-image.bb +++ b/recipes/images/pandora-xfce-image.bb @@ -6,7 +6,7 @@ IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es" inherit image -PR = "r28" +PR = "r30" export IMAGE_BASENAME = "pandora-xfce-image" @@ -17,6 +17,10 @@ DEPENDS = "task-base" IMAGE_INSTALL += " \ task-pandora-core \ task-pandora-xfce \ + pandora-scripts-wifi \ + pandora-configtray-wifi \ + pandora-firmware \ + wl1251-modules \ ${SPLASH} \ " diff --git a/recipes/tasks/task-pandora-core-nowifi.bb b/recipes/tasks/task-pandora-core-nowifi.bb deleted file mode 100755 index 5984e89..0000000 --- a/recipes/tasks/task-pandora-core-nowifi.bb +++ /dev/null @@ -1,162 +0,0 @@ -DESCRIPTION = "Task file for default core/console apps and libs in the Pandora image" - -# Use this task as a base to ship all kernel modules and make sure firmware and drivers are installed for BT and WiFi. -# Please see metadata/openpandora.oe.git/packages/pandora-system/pandora-firmware/pandora-firmware/readme.txt for info on the hacks for firmware. - -# Don't forget to bump the PR if you change it. - -PR = "r1" - -inherit task - -AUFS = " \ - aufs2-util \ -" - -BLUETOOTH = " \ - blueprobe \ - bluez4 gst-plugin-bluez \ - libsndfile1 libasound-module-bluez \ -" - -# Package up the boot scripts and bootchart to help us work to drop the startup time. -BOOT = " \ - pandora-uboot-scripts \ - bootchart \ - mtd-utils \ -" - -# Package BOOST libs so people can use them in apps. It will pull in the RRECOMENDS. -BOOST = " \ - boost \ -" - -WIRELESS = " \ -# pandora-firmware \ -# wl1251-modules \ -# pandora-wifi pandora-wifi-tools \ - wireless-tools \ - wpa-supplicant \ - networkmanager netm-cli \ -" - -MEDIA_LIBS = " \ - libmodplug \ - libsdl-x11 libsdl-mixer libsdl-image \ - libsdl-gfx libsdl-net libsdl-ttf \ - libpng libpng12 libpng3 \ - faad2 \ - mikmod \ - speex \ - flac \ - audiofile \ -" -OPENGLES = " \ - omap3-sgx-modules devmem2 \ - libgles-omap3 \ -# libgles-omap3-rawdemos \ -" - -PAM = " \ - libpam \ - libpam-meta \ -" - -PANDORA_LIBS = " \ - pandora-libpnd lsof \ - omap3-deviceid \ - pandora-skel \ - pandora-state \ - pandora-usbhost \ -" - -SUDO = " \ - sudo sudo-enable-wheel-group \ - pandora-sudoers \ -" - -SSH = " \ - openssh-scp \ - openssh-ssh \ -" - -TOUCHSCREEN = " \ - tslib tslib-tests tslib-calibrate pointercal \ -" - -FS_SUPPORT = " \ -# nfs-utils \ - nfs-utils-client \ - fuse fuse-utils \ - sshfs-fuse gmailfs curlftpfs \ - ntfs-3g \ - squashfs-tools \ -" - -EXTRA_TOOLS = " \ - avahi \ - fbgrab fbset fbset-modes \ - portmap \ - file \ - socat \ - strace \ - screen \ - rsync \ - unrar \ - ksymoops \ - kexec-tools \ - zip \ - gzip \ - bash \ - bzip2 \ - minicom \ - nano \ - gdb \ - sessreg \ - lua5.1 \ - tzdata \ -" - -# Add extra util-linux-ng utils to image. -# TODO: Fix util-linux-ng to meta depend on all subpackages. -UTIL_LINUX_NG_EXTRAS = " \ - util-linux-ng-losetup util-linux-ng-mountall \ - util-linux-ng-swaponoff \ -" - -RDEPENDS_${PN} = "\ - task-base-extended \ - task-proper-tools \ - ${AUFS} \ - ${BOOST} \ - ${WIRELESS} \ - ${BLUETOOTH} \ - ${BOOT} \ - ${MEDIA_LIBS} \ - ${OPENGLES} \ - ${PANDORA_LIBS} \ - ${PAM} \ - ${SSH} \ - ${SUDO} \ - ${TOUCHSCREEN} \ - ${FS_SUPPORT} \ - ${EXTRA_TOOLS} \ - ${UTIL_LINUX_NG_EXTRAS} \ -# packagekit \ - python-pygame \ - python-misc \ - python-modules \ - alsa-utils alsa-utils-alsactl alsa-utils-alsamixer alsa-utils-aplay \ - openal-soft \ - rdesktop \ - \ -# angstrom-zeroconf-audio \ - angstrom-led-config \ - ntpdate \ - omap3-pandora-kernel2 \ -" - -# Make sure we install all kernel modules with the Pandora images -RRECOMMENDS_${PN} += "kernel-modules" - -PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes/tasks/task-pandora-core.bb b/recipes/tasks/task-pandora-core.bb index fbfc521..7915bfa 100755 --- a/recipes/tasks/task-pandora-core.bb +++ b/recipes/tasks/task-pandora-core.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task file for Pandora core/console image (with Wifi)" +DESCRIPTION = "Task file for default core/console apps and libs in the Pandora image" # Use this task as a base to ship all kernel modules and make sure firmware and drivers are installed for BT and WiFi. # Please see metadata/openpandora.oe.git/packages/pandora-system/pandora-firmware/pandora-firmware/readme.txt for info on the hacks for firmware. @@ -9,14 +9,154 @@ PR = "r40" inherit task +AUFS = " \ + aufs2-util \ +" + +BLUETOOTH = " \ + blueprobe \ + bluez4 gst-plugin-bluez \ + libsndfile1 libasound-module-bluez \ +" + +# Package up the boot scripts and bootchart to help us work to drop the startup time. +BOOT = " \ + pandora-uboot-scripts \ + bootchart \ + mtd-utils \ +" + +# Package BOOST libs so people can use them in apps. It will pull in the RRECOMENDS. +BOOST = " \ + boost \ +" + WIRELESS = " \ - pandora-firmware \ - wl1251-modules \ +# pandora-firmware \ +# wl1251-modules \ +# pandora-wifi pandora-wifi-tools \ + wireless-tools \ + wpa-supplicant \ + networkmanager netm-cli \ +" + +MEDIA_LIBS = " \ + libmodplug \ + libsdl-x11 libsdl-mixer libsdl-image \ + libsdl-gfx libsdl-net libsdl-ttf \ + libpng libpng12 libpng3 \ + faad2 \ + mikmod \ + speex \ + flac \ + audiofile \ +" +OPENGLES = " \ + omap3-sgx-modules devmem2 \ + libgles-omap3 \ +# libgles-omap3-rawdemos \ +" + +PAM = " \ + libpam \ + libpam-meta \ +" + +PANDORA_LIBS = " \ + pandora-libpnd lsof \ + omap3-deviceid \ + pandora-skel \ + pandora-state \ + pandora-usbhost \ +" + +SUDO = " \ + sudo sudo-enable-wheel-group \ + pandora-sudoers \ +" + +SSH = " \ + openssh-scp \ + openssh-ssh \ +" + +TOUCHSCREEN = " \ + tslib tslib-tests tslib-calibrate pointercal \ +" + +FS_SUPPORT = " \ +# nfs-utils \ + nfs-utils-client \ + fuse fuse-utils \ + sshfs-fuse gmailfs curlftpfs \ + ntfs-3g \ + squashfs-tools \ +" + +EXTRA_TOOLS = " \ + avahi \ + fbgrab fbset fbset-modes \ + portmap \ + file \ + socat \ + strace \ + screen \ + rsync \ + unrar \ + ksymoops \ + kexec-tools \ + zip \ + gzip \ + bash \ + bzip2 \ + minicom \ + nano \ + gdb \ + sessreg \ + lua5.1 \ + tzdata \ +" + +# Add extra util-linux-ng utils to image. +# TODO: Fix util-linux-ng to meta depend on all subpackages. +UTIL_LINUX_NG_EXTRAS = " \ + util-linux-ng-losetup util-linux-ng-mountall \ + util-linux-ng-swaponoff \ " RDEPENDS_${PN} = "\ - task-pandora-core-nowifi \ + task-base-extended \ + task-proper-tools \ + ${AUFS} \ + ${BOOST} \ ${WIRELESS} \ + ${BLUETOOTH} \ + ${BOOT} \ + ${MEDIA_LIBS} \ + ${OPENGLES} \ + ${PANDORA_LIBS} \ + ${PAM} \ + ${SSH} \ + ${SUDO} \ + ${TOUCHSCREEN} \ + ${FS_SUPPORT} \ + ${EXTRA_TOOLS} \ + ${UTIL_LINUX_NG_EXTRAS} \ +# packagekit \ + python-pygame \ + python-misc \ + python-modules \ + alsa-utils alsa-utils-alsactl alsa-utils-alsamixer alsa-utils-aplay \ + openal-soft \ + rdesktop \ + \ +# angstrom-zeroconf-audio \ + angstrom-led-config \ + ntpdate \ + omap3-pandora-kernel2 \ " +# Make sure we install all kernel modules with the Pandora images +RRECOMMENDS_${PN} += "kernel-modules" + PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes/tasks/task-pandora-xfce-nowifi.bb b/recipes/tasks/task-pandora-xfce-nowifi.bb deleted file mode 100755 index a439166..0000000 --- a/recipes/tasks/task-pandora-xfce-nowifi.bb +++ /dev/null @@ -1,339 +0,0 @@ -DESCRIPTION = "Task file for the XFCE Pandora image" - -# Don't forget to bump the PR if you change it. - -PR = "r3" - -inherit task - -ANGSTROM_EXTRA_INSTALL ?= "" - -APPS = " \ - avahi-ui \ -# abiword \ - evince \ -# claws-mail \ - swfdec swfdec-gnome swfdec-mozilla \ -# gnumeric \ - networkmanager network-manager-applet \ - vnc x11vnc angstrom-x11vnc-xinit \ - openvpn networkmanager-openvpn \ - modemmanager \ - xchat \ - links-x11 \ - enchant \ - aspell \ - xwininfo \ - curl \ - dosfstools \ - netkit-ftp \ -# xournal \ -# arora \ -" - -BLUETOOTH_GUI = " \ - gnome-bluetooth \ -" - -IM_CLIENT = " \ -# pidgin \ -# libpurple-protocol-msn \ -# libpurple-protocol-yahoo \ -# libpurple-protocol-icq \ -# libpurple-protocol-aim \ -" - -DISPMAN = " \ - slim \ - slim-op-themes \ -" - -FONTS = " \ - font-adobe-75dpi \ - fontconfig fontconfig-utils font-util \ - ttf-arphic-uming \ - ttf-dejavu-common \ - ttf-dejavu-sans \ - ttf-dejavu-serif \ - ttf-dejavu-sans-mono \ - ttf-liberation-sans \ - ttf-liberation-serif \ - ttf-liberation-mono \ - xorg-minimal-fonts \ -" - -# Any default games we want to ship. -GAMES = " \ -# scummvm \ -# frozen-bubble \ -# gnome-games \ -# numptyphysics \ -" - -GNOME_APPS = " \ -# gnome-mplayer \ - gcalctool \ - gnome-keyring gnome-keyring-pam-plugin \ - gksu \ -" - -GSTREAMER = " \ -# gstreamer-ti \ - gst-ffmpeg \ - gst-omapfb \ -# gst-plugin-pulse \ - gst-plugin-xvimagesink \ - gst-plugins-base-meta \ -# gst-plugins-good-meta \ -# gst-plugins-bad-meta \ -# gst-plugins-ugly-meta \ - gst-plugin-gles \ -" - -ICON_THEME = " \ - hicolor-icon-theme \ - elementary-icon-theme \ - elementary-icon-theme-enable \ -" - -LAUNCHERS = " \ -# netbook-launcher-efl \ - pandora-libpnd-minimenu \ -# pandora-pmenu \ -" - -PANDORA = " \ - pandora-first-run-wizard hsetroot \ - pandora-scripts \ - pandora-wallpaper-official \ - pandora-xfce-defaults \ -# pandora-midori-defaults midori \ - libgles2d \ - pandora-misc \ - pandora-pndstore \ - pandora-configtray \ -" - -PERL = " \ - perl \ - task-perl-module-all \ - libnet-dbus-perl \ - libxml-parser-perl \ - libxml-twig-perl \ -" - -PULSEAUDIO = " \ -# pulseaudio-alsa-wrapper \ -# pulseaudio-esd-wrapper \ -# pulseaudio-module-gconf \ -# libasound-module-ctl-pulse \ -# libasound-module-pcm-pulse \ -" - -PYTHON_LIBS = " \ - python-shell \ - python-pygtk \ - python-pycairo \ - gnome-vfs-plugin-http \ - gnome-vfs-plugin-ftp \ -" - -QT_SUPPORT = " \ - libqt3support4 \ - libqtassistantclient4 \ - libqtclucene4 \ - libqtcore4 \ - libqtdbus4 \ - libqtdesigner4 \ - libqtdesignercomponents4 \ - libqtgui4 \ - libqthelp4 \ - libqtnetwork4 \ - libqtscript4 \ - libqtscripttools4 \ - libqtsql4 \ - libqtsvg4 \ - libqttest4 \ - libqtwebkit4 \ - libqtxml4 \ - qt4-tools \ - qt4-assistant \ - qt4-common \ - qt4-dbus \ - qt4-designer \ - qt4-fonts \ - qt4-linguist \ - qt4-mkspecs \ - qt4-pixeltool \ - qt4-qt3to4 \ - qt4-plugin-imageformat-jpeg \ - qt4-plugin-imageformat-gif \ -" - - -TOTEM = " \ -# totem \ -# totem-browser-plugin \ -# totem-plugin-bemused \ -# totem-plugin-gromit \ -# totem-plugin-media-player-keys \ -# totem-plugin-ontop \ -# totem-plugin-properties \ -# totem-plugin-screensaver \ -# totem-plugin-skipto \ -# totem-plugin-thumbnail \ -" - -TOUCHSCREEN = " \ -# gtk-touchscreen-mode-enable \ - libgtkstylus \ -# xinput-calibrator \ -" - -XFCE46_BASE = " \ - xfce4-dev-tools \ - xfwm4 \ - xfwm4-theme-default \ - xfce-utils \ - xfce4-session \ - xfconf \ - xfdesktop \ - xfce4-panel \ - xfce4-power-manager \ - \ - gtk-xfce-engine \ - \ - xfce4-panel-plugin-actions \ - xfce4-panel-plugin-clock \ - xfce4-panel-plugin-iconbox \ - xfce4-panel-plugin-launcher \ - xfce4-panel-plugin-pager \ - xfce4-panel-plugin-separator \ - xfce4-panel-plugin-showdesktop \ - xfce4-panel-plugin-systray \ - xfce4-panel-plugin-tasklist \ - xfce4-panel-plugin-windowlist \ - xfce4-settings \ - xfce-terminal \ - thunar \ -" - -XFCE46_EXTRAS = " \ - xfce4-notifyd \ - xfce4-mixer \ - xfce4-appfinder \ - xfce4-battery-plugin \ - xfprint \ - orage \ - squeeze \ - ristretto \ - mousepad \ - gigolo \ - xdotool \ -" - -XFCE_THEMES = " \ - xfwm4-theme-daloa \ - xfwm4-theme-moheli \ - xfwm4-theme-kokodi \ - xfwm4-theme-sassandra \ - xfwm4-themes \ -" - -XSERVER_BASE = " \ - ${XSERVER} \ - dbus-x11 \ - desktop-file-utils \ - iso-codes \ - mime-support \ - notification-daemon inotify-tools \ - xauth \ - xdg-utils \ - xhost \ - xinetd \ - xinit \ - xlsfonts \ - xrdb \ - xrefresh \ - xset \ - xvinfo \ - devilspie \ - encodings \ - xterm \ - xmodmap \ -" - -ADD_LIBS = " \ - libbonobo \ - libetpan \ - libfribidi \ - libgsf \ - libidn \ - libxslt \ - wv \ - libsamplerate0 \ - glibc-gconv-cp1252 \ - glibc-gconv-ibm850 \ - glibc-gconv-iso8859-15 \ - glibc-gconv-cp1250 \ - glibc-gconv-koi8-r \ - glibc-gconv-unicode \ - glibc-gconv-utf-16 \ - gvfsd-sftp \ - sshfs-fuse \ - directfb \ - rtl8712-module \ - rtl8192u-module \ -" - -DSP = " \ - ti-dsplink-module \ - ti-cmem-module \ - ti-lpm-module \ - ti-sdma-module \ - ti-codecs-omap3530-server \ -" - -RDEPENDS_${PN} = " \ - task-pandora-core-nowifi \ - angstrom-x11-base-depends \ - ${ANGSTROM_EXTRA_INSTALL} \ - ${APPS} \ - ${BLUETOOTH_GUI} \ - ${IM_CLIENT} \ - ${DISPMAN} \ - ${FONTS} \ - ${GAMES} \ - ${GNOME_APPS} \ - ${GSTREAMER} \ - ${ICON_THEME} \ - ${LAUNCHERS} \ - ${PANDORA} \ - ${PERL} \ - ${PULSEAUDIO} \ - ${PYTHON_LIBS} \ - ${QT_SUPPORT} \ - ${TOTEM} \ - ${TOUCHSCREEN} \ - ${XSERVER_BASE} \ - ${XFCE46_BASE} \ - ${XFCE46_EXTRAS} \ - ${XFCE_THEMES} \ - ${ADD_LIBS} \ - ${DSP} \ - \ - rxvt-unicode \ -# xst \ -# suspend-desktop \ -# teleport \ - gdk-pixbuf-loader-png \ - gdk-pixbuf-loader-xpm \ - gdk-pixbuf-loader-jpeg \ - pango-module-basic-x \ - pango-module-basic-fc \ - xcursor-transparent-theme \ - xterm \ - jaaa nmap iperf \ - xf86-video-udlfb \ -# gnuplot \ -" diff --git a/recipes/tasks/task-pandora-xfce.bb b/recipes/tasks/task-pandora-xfce.bb index b031489..987294b 100755 --- a/recipes/tasks/task-pandora-xfce.bb +++ b/recipes/tasks/task-pandora-xfce.bb @@ -1,16 +1,339 @@ -DESCRIPTION = "Task file for the XFCE Pandora image incl. Wifi" +DESCRIPTION = "Task file for the XFCE Pandora image" # Don't forget to bump the PR if you change it. -PR = "r75" +PR = "r76" inherit task ANGSTROM_EXTRA_INSTALL ?= "" +APPS = " \ + avahi-ui \ +# abiword \ + evince \ +# claws-mail \ + swfdec swfdec-gnome swfdec-mozilla \ +# gnumeric \ + networkmanager network-manager-applet \ + vnc x11vnc angstrom-x11vnc-xinit \ + openvpn networkmanager-openvpn \ + modemmanager \ + xchat \ + links-x11 \ + enchant \ + aspell \ + xwininfo \ + curl \ + dosfstools \ + netkit-ftp \ +# xournal \ +# arora \ +" + +BLUETOOTH_GUI = " \ + gnome-bluetooth \ +" + +IM_CLIENT = " \ +# pidgin \ +# libpurple-protocol-msn \ +# libpurple-protocol-yahoo \ +# libpurple-protocol-icq \ +# libpurple-protocol-aim \ +" + +DISPMAN = " \ + slim \ + slim-op-themes \ +" + +FONTS = " \ + font-adobe-75dpi \ + fontconfig fontconfig-utils font-util \ + ttf-arphic-uming \ + ttf-dejavu-common \ + ttf-dejavu-sans \ + ttf-dejavu-serif \ + ttf-dejavu-sans-mono \ + ttf-liberation-sans \ + ttf-liberation-serif \ + ttf-liberation-mono \ + xorg-minimal-fonts \ +" + +# Any default games we want to ship. +GAMES = " \ +# scummvm \ +# frozen-bubble \ +# gnome-games \ +# numptyphysics \ +" + +GNOME_APPS = " \ +# gnome-mplayer \ + gcalctool \ + gnome-keyring gnome-keyring-pam-plugin \ + gksu \ +" + +GSTREAMER = " \ +# gstreamer-ti \ + gst-ffmpeg \ + gst-omapfb \ +# gst-plugin-pulse \ + gst-plugin-xvimagesink \ + gst-plugins-base-meta \ +# gst-plugins-good-meta \ +# gst-plugins-bad-meta \ +# gst-plugins-ugly-meta \ + gst-plugin-gles \ +" + +ICON_THEME = " \ + hicolor-icon-theme \ + elementary-icon-theme \ + elementary-icon-theme-enable \ +" + +LAUNCHERS = " \ +# netbook-launcher-efl \ + pandora-libpnd-minimenu \ +# pandora-pmenu \ +" + +PANDORA = " \ + pandora-first-run-wizard hsetroot \ + pandora-scripts \ + pandora-wallpaper-official \ + pandora-xfce-defaults \ +# pandora-midori-defaults midori \ + libgles2d \ + pandora-misc \ + pandora-pndstore \ + pandora-configtray \ +" + +PERL = " \ + perl \ + task-perl-module-all \ + libnet-dbus-perl \ + libxml-parser-perl \ + libxml-twig-perl \ +" + +PULSEAUDIO = " \ +# pulseaudio-alsa-wrapper \ +# pulseaudio-esd-wrapper \ +# pulseaudio-module-gconf \ +# libasound-module-ctl-pulse \ +# libasound-module-pcm-pulse \ +" + +PYTHON_LIBS = " \ + python-shell \ + python-pygtk \ + python-pycairo \ + gnome-vfs-plugin-http \ + gnome-vfs-plugin-ftp \ +" + +QT_SUPPORT = " \ + libqt3support4 \ + libqtassistantclient4 \ + libqtclucene4 \ + libqtcore4 \ + libqtdbus4 \ + libqtdesigner4 \ + libqtdesignercomponents4 \ + libqtgui4 \ + libqthelp4 \ + libqtnetwork4 \ + libqtscript4 \ + libqtscripttools4 \ + libqtsql4 \ + libqtsvg4 \ + libqttest4 \ + libqtwebkit4 \ + libqtxml4 \ + qt4-tools \ + qt4-assistant \ + qt4-common \ + qt4-dbus \ + qt4-designer \ + qt4-fonts \ + qt4-linguist \ + qt4-mkspecs \ + qt4-pixeltool \ + qt4-qt3to4 \ + qt4-plugin-imageformat-jpeg \ + qt4-plugin-imageformat-gif \ +" + + +TOTEM = " \ +# totem \ +# totem-browser-plugin \ +# totem-plugin-bemused \ +# totem-plugin-gromit \ +# totem-plugin-media-player-keys \ +# totem-plugin-ontop \ +# totem-plugin-properties \ +# totem-plugin-screensaver \ +# totem-plugin-skipto \ +# totem-plugin-thumbnail \ +" + +TOUCHSCREEN = " \ +# gtk-touchscreen-mode-enable \ + libgtkstylus \ +# xinput-calibrator \ +" + +XFCE46_BASE = " \ + xfce4-dev-tools \ + xfwm4 \ + xfwm4-theme-default \ + xfce-utils \ + xfce4-session \ + xfconf \ + xfdesktop \ + xfce4-panel \ + xfce4-power-manager \ + \ + gtk-xfce-engine \ + \ + xfce4-panel-plugin-actions \ + xfce4-panel-plugin-clock \ + xfce4-panel-plugin-iconbox \ + xfce4-panel-plugin-launcher \ + xfce4-panel-plugin-pager \ + xfce4-panel-plugin-separator \ + xfce4-panel-plugin-showdesktop \ + xfce4-panel-plugin-systray \ + xfce4-panel-plugin-tasklist \ + xfce4-panel-plugin-windowlist \ + xfce4-settings \ + xfce-terminal \ + thunar \ +" + +XFCE46_EXTRAS = " \ + xfce4-notifyd \ + xfce4-mixer \ + xfce4-appfinder \ + xfce4-battery-plugin \ + xfprint \ + orage \ + squeeze \ + ristretto \ + mousepad \ + gigolo \ + xdotool \ +" + +XFCE_THEMES = " \ + xfwm4-theme-daloa \ + xfwm4-theme-moheli \ + xfwm4-theme-kokodi \ + xfwm4-theme-sassandra \ + xfwm4-themes \ +" + +XSERVER_BASE = " \ + ${XSERVER} \ + dbus-x11 \ + desktop-file-utils \ + iso-codes \ + mime-support \ + notification-daemon inotify-tools \ + xauth \ + xdg-utils \ + xhost \ + xinetd \ + xinit \ + xlsfonts \ + xrdb \ + xrefresh \ + xset \ + xvinfo \ + devilspie \ + encodings \ + xterm \ + xmodmap \ +" + +ADD_LIBS = " \ + libbonobo \ + libetpan \ + libfribidi \ + libgsf \ + libidn \ + libxslt \ + wv \ + libsamplerate0 \ + glibc-gconv-cp1252 \ + glibc-gconv-ibm850 \ + glibc-gconv-iso8859-15 \ + glibc-gconv-cp1250 \ + glibc-gconv-koi8-r \ + glibc-gconv-unicode \ + glibc-gconv-utf-16 \ + gvfsd-sftp \ + sshfs-fuse \ + directfb \ + rtl8712-module \ + rtl8192u-module \ +" + +DSP = " \ + ti-dsplink-module \ + ti-cmem-module \ + ti-lpm-module \ + ti-sdma-module \ + ti-codecs-omap3530-server \ +" + RDEPENDS_${PN} = " \ - task-pandora-core \ - task-pandora-xfce-nowifi \ - pandora-scripts-wifi \ - pandora-configtray-wifi \ + task-pandora-core-nowifi \ + angstrom-x11-base-depends \ + ${ANGSTROM_EXTRA_INSTALL} \ + ${APPS} \ + ${BLUETOOTH_GUI} \ + ${IM_CLIENT} \ + ${DISPMAN} \ + ${FONTS} \ + ${GAMES} \ + ${GNOME_APPS} \ + ${GSTREAMER} \ + ${ICON_THEME} \ + ${LAUNCHERS} \ + ${PANDORA} \ + ${PERL} \ + ${PULSEAUDIO} \ + ${PYTHON_LIBS} \ + ${QT_SUPPORT} \ + ${TOTEM} \ + ${TOUCHSCREEN} \ + ${XSERVER_BASE} \ + ${XFCE46_BASE} \ + ${XFCE46_EXTRAS} \ + ${XFCE_THEMES} \ + ${ADD_LIBS} \ + ${DSP} \ + \ + rxvt-unicode \ +# xst \ +# suspend-desktop \ +# teleport \ + gdk-pixbuf-loader-png \ + gdk-pixbuf-loader-xpm \ + gdk-pixbuf-loader-jpeg \ + pango-module-basic-x \ + pango-module-basic-fc \ + xcursor-transparent-theme \ + xterm \ + jaaa nmap iperf \ + xf86-video-udlfb \ +# gnuplot \ "