e-image: Update to use new GPE task names.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 1 Aug 2007 19:10:17 +0000 (19:10 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 1 Aug 2007 19:10:17 +0000 (19:10 +0000)
packages/images/e-image.bb

index 2f0bef9..acd45cd 100644 (file)
@@ -1,15 +1,15 @@
 require e-image-core.bb
 DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager and Tools"
-PR = "r5"
+PR = "r6"
 
 export IMAGE_BASENAME = "e-image"
 export PACKAGE_INSTALL += "task-e-x11-core \
-                        gpe-task-pim \
-                        gpe-task-settings \
-                        gpe-task-apps \
-                        gpe-task-connectivity \
-                        gpe-task-games \
-                        gpe-task-apps-extra \
+                        ask-gpe-pim \
+                        task-gpe-settings \
+                        task-gpe-apps \
+                        task-gpe-connectivity \
+                        task-gpe-games \
+                        task-apps-extra \
                         figment \
                         xhost \
                         gpe-soundserver \
@@ -23,13 +23,8 @@ export PACKAGE_INSTALL += "task-e-x11-core \
                         gdk-pixbuf-loader-pnm \
                         gdk-pixbuf-loader-xbm \
                         gdk-pixbuf-loader-xpm"
-#                        gdk-pixbuf-loader-pcx \
-#                        gdk-pixbuf-loader-ico \
-#                        gdk-pixbuf-loader-ani \
-#                        gdk-pixbuf-loader-ras \
-#                        gdk-pixbuf-loader-tga \
-#                        gdk-pixbuf-loader-wbmp \
 
-DEPENDS += "task-e-x11-core task-gpe figment xhost gpe-soundserver gpe-confd xauth"
+DEPENDS += "task-e-x11-core task-gpe-base task-gpe-pim task-gpe-settings task-gpe-apps task-gpe-connectivity task-gpe-games \
+            figment xhost gpe-soundserver gpe-confd xauth"
 
 RDEPENDS = "${PACKAGE_INSTALL}"