From e8266b69e948717f60627e64db2336593622838f Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Wed, 9 Apr 2008 19:43:42 +0000 Subject: Add alsa-utils to package list git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1895 f8877401-5920-0410-a79b-8e2d7e04ca0d --- ChangeLog | 4 ++++ src/GLIInstallProfile.py | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index a5a061a..e714015 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2005-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 09 Apr 2008; Andrew Gaffney + src/GLIInstallProfile.py: + Add alsa-utils to package list + 07 Apr 2008; Andrew Gaffney bin/installer-dialog, bin/installer-gtk: Pass on arguments from commandline diff --git a/src/GLIInstallProfile.py b/src/GLIInstallProfile.py index e11ee1b..d7279a7 100644 --- a/src/GLIInstallProfile.py +++ b/src/GLIInstallProfile.py @@ -609,6 +609,7 @@ class InstallProfile: install_package_list = { 'Desktop': (_(u"Popular Desktop Applications"), {"media-sound/audacious": _(u"GTK+ music player"), + "media-sound/alsa-utils": _(u"Utilities for ALSA, useful for enabling sound"), "media-sound/easytag": _(u"A GTK+ tagging program for MP3, OGG, FLAC, and more"), "mail-client/evolution": _(u"A GNOME groupware application, a Microsoft Outlook workalike"), "net-im/gaim": _(u"GTK+ Instant Messenger client"), -- cgit v1.2.3-65-gdbad