diff options
author | 2006-07-20 22:32:53 +0000 | |
---|---|---|
committer | 2006-07-20 22:32:53 +0000 | |
commit | ca8521f52ecc4443c5c92e7c96a5083081dc880f (patch) | |
tree | d85b7baa41f86431bb52d902229f72f3b0b2d5b3 /src/GLIInstallProfile.py | |
parent | Added launch variable to the end of each try-run with auth, which should caus... (diff) | |
download | gli-ca8521f52ecc4443c5c92e7c96a5083081dc880f.tar.gz gli-ca8521f52ecc4443c5c92e7c96a5083081dc880f.tar.bz2 gli-ca8521f52ecc4443c5c92e7c96a5083081dc880f.zip |
Added a few more applications to the list of extra packages to be merged, all from various GRP sets.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1479 f8877401-5920-0410-a79b-8e2d7e04ca0d
Diffstat (limited to 'src/GLIInstallProfile.py')
-rw-r--r-- | src/GLIInstallProfile.py | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/GLIInstallProfile.py b/src/GLIInstallProfile.py index 81f9a91..8ba987d 100644 --- a/src/GLIInstallProfile.py +++ b/src/GLIInstallProfile.py @@ -5,7 +5,7 @@ # of which can be found in the main directory of this project. Gentoo Linux Installer -$Id: GLIInstallProfile.py,v 1.92 2006/06/22 19:46:06 codeman Exp $ +$Id: GLIInstallProfile.py,v 1.93 2006/07/20 22:32:53 wolf31o2 Exp $ The GLI module contains all classes used in the Gentoo Linux Installer (or GLI). The InstallProfile contains all information related to the new system to be @@ -577,7 +577,8 @@ class InstallProfile: def get_install_package_list(self): install_package_list = { 'Desktop': ("Popular Desktop Applications", - {"bittorrent": "tool for distributing files via a distributed network of nodes", + {"audacious": "GTK music player", + "bittorrent": "tool for distributing files via a distributed network of nodes", "evolution": "A GNOME groupware application, a Microsoft Outlook workalike", "gaim": "GTK Instant Messenger client", "gftp": "Gnome based FTP Client", @@ -585,17 +586,18 @@ class InstallProfile: "inkscape": "A SVG based generic vector-drawing program", "k3b": "KDE CD Writing Software", "koffice": "An integrated office suite for KDE, the K Desktop Environment", - "mozilla": "The Mozilla Web Browser", + "mozilla": "The Mozilla Suite", "mozilla-firefox": "The Mozilla Firefox Web Browser", "mozilla-thunderbird": "Thunderbird Mail Client", "mplayer": "Media Player for Linux", "openoffice": "OpenOffice.org, a full office productivity suite.", "openoffice-bin": "Same as OpenOffice but a binary package (no compiling!)", -# Removed because fetch-restriction would cause install to fail -# "realplayer": "Real Media Player", + "pan": "GTK news reader", "rhythmbox": "Music management and playback software for GNOME", + "seamonkey": "Open replacement for the Mozilla Suite", + "sylpheed-claws": "A light weight email client and news reader", "vlc": "VLC media player - Video player and streamer", - "xchat": "Graphical IRC Client", + "xchat": "GTK Graphical IRC Client", "xine-ui": "Xine movie player", "xmms": "X MultiMedia System" }), 'Servers': ("Applications often found on servers.", |