[oe-commits] org.oe.dev task-gpe-*: New GPE tasks

florian commit openembedded-commits at lists.openembedded.org
Thu Aug 2 00:16:09 UTC 2007


task-gpe-*: New GPE tasks

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: dce598404f82b5e5bef1adc1cc1d91fbfc2aecc2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=dce598404f82b5e5bef1adc1cc1d91fbfc2aecc2
Files:
1
packages/tasks/task-gpe-apps.bb
packages/tasks/task-gpe-base.bb
packages/tasks/task-gpe-connectivity.bb
packages/tasks/task-gpe-desktopapps.bb
packages/tasks/task-gpe-games.bb
packages/tasks/task-gpe-pim.bb
packages/tasks/task-gpe-sectest.bb
packages/tasks/task-gpe-settings.bb
packages/tasks/task-gpe-web.bb
Diffs:

#
# mt diff -r5698d617260b032e88310e557077d5ae87304056 -rdce598404f82b5e5bef1adc1cc1d91fbfc2aecc2
#
# 
# 
# add_file "packages/tasks/task-gpe-apps.bb"
#  content [f9b0521eb9c70cf4c727468de9f158d4862e3913]
# 
# add_file "packages/tasks/task-gpe-base.bb"
#  content [9264743c4b162e9b8ea0dac22cf9b49c390817ec]
# 
# add_file "packages/tasks/task-gpe-connectivity.bb"
#  content [56c43e4bde77ad931eb095aadde525e8c8a325e4]
# 
# add_file "packages/tasks/task-gpe-desktopapps.bb"
#  content [81a2bc87d3c4d7f54827c23561a6a3d789f7db2b]
# 
# add_file "packages/tasks/task-gpe-games.bb"
#  content [5c5d0cd44736fa92600e96f9cbf0183021fa85dd]
# 
# add_file "packages/tasks/task-gpe-pim.bb"
#  content [226c8d0060c7c7bc81289d6dbbb78e0ec0c18ac1]
# 
# add_file "packages/tasks/task-gpe-sectest.bb"
#  content [84fa13529206a1c3f88d6fdffc5da80b79bcd10c]
# 
# add_file "packages/tasks/task-gpe-settings.bb"
#  content [e2954cba1dede6e2a966fbf9589afbd2de1cb6d7]
# 
# add_file "packages/tasks/task-gpe-web.bb"
#  content [0a675047bd8b7c48761317cbcded83167b1800d4]
# 
============================================================
--- packages/tasks/task-gpe-apps.bb	f9b0521eb9c70cf4c727468de9f158d4862e3913
+++ packages/tasks/task-gpe-apps.bb	f9b0521eb9c70cf4c727468de9f158d4862e3913
@@ -0,0 +1,24 @@
+DESCRIPTION = "Application task package for GPE Palmtop Environment"
+PR = "r5"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+    gpe-edit \
+    gpe-gallery \
+    gpe-calculator \
+    gpe-clock \
+    gpe-plucker \
+    gpe-terminal \
+    gpe-watch \
+    gpe-what \
+    matchbox-panel-hacks \
+    gpe-aerial \
+    rosetta \
+    gpe-scap \
+    gpe-windowlist \
+    gpe-filemanager \
+    gpe-soundbite \
+    mbmerlin \
+    starling"
+
============================================================
--- packages/tasks/task-gpe-base.bb	9264743c4b162e9b8ea0dac22cf9b49c390817ec
+++ packages/tasks/task-gpe-base.bb	9264743c4b162e9b8ea0dac22cf9b49c390817ec
@@ -0,0 +1,39 @@
+DESCRIPTION = "Base task package for GPE Palmtop Environment"
+PR = "r5"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+    diet-x11 \
+    virtual/xserver \
+    gpe-bootsplash \
+    bluez-utils-dbus \
+    matchbox \
+    xcursor-transparent-theme \
+    rxvt-unicode \
+    gtk2-theme-angelistic \
+    matchbox-themes-gtk \
+    xst \
+    xhost \
+    xrdb \
+    gpe-soundserver \
+    gpe-dm \
+    gpe-login \
+    gpe-session-scripts \
+    gpe-icons \
+    gpe-confd \
+    gpe-autostarter \
+    startup-monitor \
+    libgtkstylus \
+    suspend-desktop \
+    teleport \
+    xauth \
+    gdk-pixbuf-loader-png \
+    gdk-pixbuf-loader-xpm \
+    gdk-pixbuf-loader-jpeg \
+    pango-module-basic-x \
+    pango-module-basic-fc \
+    ttf-dejavu-sans \
+    ttf-dejavu-sans-mono \
+    ttf-dejavu-serif"
+
============================================================
--- packages/tasks/task-gpe-connectivity.bb	56c43e4bde77ad931eb095aadde525e8c8a325e4
+++ packages/tasks/task-gpe-connectivity.bb	56c43e4bde77ad931eb095aadde525e8c8a325e4
@@ -0,0 +1,9 @@
+DESCRIPTION = "Connectivity task packages for GPE Palmtop Environment"
+PR = "r5"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+    gpe-mini-browser \
+    gpe-irc"
+
============================================================
--- packages/tasks/task-gpe-desktopapps.bb	81a2bc87d3c4d7f54827c23561a6a3d789f7db2b
+++ packages/tasks/task-gpe-desktopapps.bb	81a2bc87d3c4d7f54827c23561a6a3d789f7db2b
@@ -0,0 +1,13 @@
+DESCRIPTION = "Additional desktop applications package for GPE Palmtop Environment"
+PR = "r5"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+    sylpheed \
+    firefox \
+    thunderbird \
+    galculator \
+    gnumeric \
+    gpdf"
+
============================================================
--- packages/tasks/task-gpe-games.bb	5c5d0cd44736fa92600e96f9cbf0183021fa85dd
+++ packages/tasks/task-gpe-games.bb	5c5d0cd44736fa92600e96f9cbf0183021fa85dd
@@ -0,0 +1,13 @@
+DESCRIPTION = "Games task package for GPE Palmtop Environment"
+PR = "r5"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+    gpe-go \
+    gpe-lights \
+    gpe-othello \
+    gpe-tetris \
+    gsoko \
+    xdemineur"
+
============================================================
--- packages/tasks/task-gpe-pim.bb	226c8d0060c7c7bc81289d6dbbb78e0ec0c18ac1
+++ packages/tasks/task-gpe-pim.bb	226c8d0060c7c7bc81289d6dbbb78e0ec0c18ac1
@@ -0,0 +1,18 @@
+DESCRIPTION = "PIM task packages for GPE Palmtop Environment"
+PR = "r5"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+RDEPENDS_gpe-task-pim = "\
+    gpe-timesheet \
+    gpe-todo \
+    gpe-calendar \
+    gpe-sketchbook \
+    gpe-contacts \
+    gpe-synctool \
+    gpesyncd \
+    miniclipboard"
+
+# broken    gpe-today \ 
+
+
============================================================
--- packages/tasks/task-gpe-sectest.bb	84fa13529206a1c3f88d6fdffc5da80b79bcd10c
+++ packages/tasks/task-gpe-sectest.bb	84fa13529206a1c3f88d6fdffc5da80b79bcd10c
@@ -0,0 +1,17 @@
+DESCRIPTION = "Security testing task packages for GPE Palmtop Environment"
+PR = "r5"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+    nmap \
+    ettercap \
+    stunnel \
+    curl \
+    dsniff \
+    prismstumbler \
+    tcpdump \
+    kismet \
+    hydra \
+    thcrut"
+
============================================================
--- packages/tasks/task-gpe-settings.bb	e2954cba1dede6e2a966fbf9589afbd2de1cb6d7
+++ packages/tasks/task-gpe-settings.bb	e2954cba1dede6e2a966fbf9589afbd2de1cb6d7
@@ -0,0 +1,22 @@
+DESCRIPTION = "Settings task package for GPE Palmtop Environment"
+PR = "r5"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+    gpe-mininet \
+    gpe-bluetooth \
+    gpe-beam \
+    matchbox-panel-manager \
+    gpe-su \
+    gpe-conf \
+    gpe-clock \
+    gpe-mixer \
+    gpe-package \
+    gpe-shield \
+    gpe-taskmanager \
+    keylaunch \
+    minilite \
+    minimix \
+    xmonobut"
+
============================================================
--- packages/tasks/task-gpe-web.bb	0a675047bd8b7c48761317cbcded83167b1800d4
+++ packages/tasks/task-gpe-web.bb	0a675047bd8b7c48761317cbcded83167b1800d4
@@ -0,0 +1,10 @@
+DESCRIPTION = "Additional web task packages for GPE Palmtop Environment"
+PR = "r5"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+
+RDEPENDS = "\
+    pidgin \
+    minimo"
+






More information about the Openembedded-commits mailing list