aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-04-09 19:43:42 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2008-04-09 19:43:42 +0000
commite8266b69e948717f60627e64db2336593622838f (patch)
tree01dfca0856fe72d626f8dab75c49ffb483a09667
parentPass on arguments from commandline (diff)
downloadgli-e8266b69e948717f60627e64db2336593622838f.tar.gz
gli-e8266b69e948717f60627e64db2336593622838f.tar.bz2
gli-e8266b69e948717f60627e64db2336593622838f.zip
Add alsa-utils to package list
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1895 f8877401-5920-0410-a79b-8e2d7e04ca0d
-rw-r--r--ChangeLog4
-rw-r--r--src/GLIInstallProfile.py1
2 files changed, 5 insertions, 0 deletions
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 <agaffney@gentoo.org>
+ src/GLIInstallProfile.py:
+ Add alsa-utils to package list
+
07 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> 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"),