[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 8143b7403e9cde884c34ec397f7c1f5f9623a742

Steffen Moeller moeller at debian.org
Thu Mar 12 23:55:15 UTC 2009


The following commit has been merged in the master branch:
commit e0e7616b7bdc570f90a48f06dc8a1e6de81d228d
Author: Steffen Moeller <moeller at debian.org>
Date:   Fri Mar 13 00:36:23 2009 +0100

    Added task UTILitieS
    
    There is a series of packages that one wants to run on the OpenMoko
    that one does not want on one's regular desktop or laptop. The scrot
    screendump utility is one such.

diff --git a/install.sh b/install.sh
index 7fd5fcb..063b5f1 100755
--- a/install.sh
+++ b/install.sh
@@ -101,8 +101,9 @@ PACKAGES_TASK_PHONE="zhone"
 PACKAGES_TASK_NET="inetutils-ping host"
 PACKAGES_TASK_WEB="midori epdfview"
 PACKAGES_TASK_WIFI="dhcp3-client wpasupplicant wireless-tools"
+PACKAGES_TASK_UTILS="scrot"
 # tasks defined
-intern_tasks_defined="GAMES,GPS,PHONE,NET,WEB,WIFI"
+intern_tasks_defined="GAMES,GPS,PHONE,NET,WEB,WIFI,UTILS"
 
 # device-specific values
 UBOOT_ENV_SIZE=262144
@@ -272,6 +273,8 @@ ENVIRONMENT
                        PHONE  zhone (always selected)
                        WEB    midori
                        WIFI   wicd, wireless-tools, wpasupplicant, dhcp3-client
+                       UTILS  whatever was wanted that does not belong to the
+                              other classes ($PACKAGES_TASK_UTILS)
 
                        ALL    Selection of all the tasks listed above.
 

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list