]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda-pkgorder.patch
- redone packagegroup groups
[packages/anaconda.git] / anaconda-pkgorder.patch
1 --- ./scripts/pkgorder  2006-05-18 00:09:50.134726080 +0300
2 +++ /pkgorder   2006-05-18 00:09:51.774762776 +0300
3 @@ -156,27 +156,27 @@
4      ds = PackageOrderer(arch=arch)
5      ds.setup(fn=config, excludes=options.excludeList, root = testpath)
6  
7 -    addGroups(ds, ["Core", "Base", "Text-based Internet"])
8 -
9 -    addGroups(ds, ["X Window System", "Dialup Networking Support",
10 -                   "Graphical Internet", "Editors", 
11 -                   "Graphics", "GNOME Desktop Environment", "Sound and Video",
12 -                   "Printing Support", "Dialup Networking Support"])
13 -
14 -    addGroups(ds, ["Office/Productivity", "Engineering and Scientific",
15 -                   "Authoring and Publishing", "Games and Entertainment"])
16 -
17 -    addGroups(ds, ["Web Server", "FTP Server", "MySQL Database",
18 -                   "Server Configuration Tools", "DNS Name Server",
19 -                   "Windows File Server", "Administration Tools"])
20 -
21 -    addGroups(ds, ["KDE (K Desktop Environment)", "Development Tools",
22 -                   "GNOME Software Development", "Eclipse",
23 -                   "Java Development", "KDE Software Development",
24 -                   "PostgreSQL Database", "Mail Server",
25 -                   "Legacy Network Server"])
26 -
27 -    addGroups(ds, ["News Server", "Legacy Software Development"])
28 +#    addGroups(ds, ["Base", "Networking"])
29 +#
30 +#    addGroups(ds, ["X Window System", "Dialup Networking Support",
31 +#                   "Graphical Internet", "Editors", 
32 +#                   "Graphics", "GNOME Desktop Environment", "Sound and Video",
33 +#                   "Printing Support", "Dialup Networking Support"])
34 +#
35 +#    addGroups(ds, ["Office/Productivity", "Engineering and Scientific",
36 +#                   "Authoring and Publishing", "Games and Entertainment"])
37 +#
38 +#    addGroups(ds, ["Web Server", "FTP Server", "MySQL Database",
39 +#                   "Server Configuration Tools", "DNS Name Server",
40 +#                   "Windows File Server", "Administration Tools"])
41 +#
42 +#    addGroups(ds, ["KDE (K Desktop Environment)", "Development Tools",
43 +#                   "GNOME Software Development", "Eclipse",
44 +#                   "Java Development", "KDE Software Development",
45 +#                   "PostgreSQL Database", "Mail Server",
46 +#                   "Legacy Network Server"])
47 +#
48 +#    addGroups(ds, ["News Server", "Legacy Software Development"])
49  
50      #Everthing else but kernels - don't depsolve
51      for po in ds.pkgSack.returnPackages():
This page took 0.0346 seconds and 3 git commands to generate.