class utils::interface {
# Interface
- package { [ 'awesome', 'eterm', 'fluxbox', 'gnome-terminal', 'conky',
+ package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky',
'xterm', 'bash-completion', 'tmux', 'xscreensaver', 'thunar',
'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
- 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx',
- 'weather-util' ]:
+ 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx' ]:
ensure => installed,
}
# Old stuff
- package { 'conkyforecast':
+ package { [ 'conkyforecast', 'fluxbox' ]:
ensure => absent,
}
# Common utilities for debian laptops
class utils::laptop::debian {
package { [ 'cpufrequtils', 'module-assistant', 'wireless-tools',
- 'wpasupplicant', 'ekiga', 'gnome',
+ 'wpasupplicant', 'ekiga', 'mumble',
'revelation', 'arp-scan', 'usb-modeswitch',
'iw', 'wvdial', 'wavemon',
'btscanner', 'laptop-mode-tools', 'acpi-support',
'tftp', 'sharutils', 'wireshark',
'macchanger', 'weplab', 'wpagui',
- 'gnokii', 'mumble' ]:
+ 'gnokii' ]:
ensure => installed,
}
}
}
- # CD extractors
- package { [ 'ripit', 'asunder' ]:
+ # CD writers and extractors
+ package { [ 'ripit', 'asunder', 'wodim', 'genisoimage', 'dvd+rw-tools' ]:
ensure => installed,
}
}
# Multimedia
package { [ 'alsa-tools-gui', 'mp3blaster', 'alsa-utils', 'netpbm',
'gqview', 'mpg123', 'audacious', 'qjackctl',
- 'gimp', 'xine-ui', 'amarok', 'wodim',
- 'genisoimage', 'dvd+rw-tools', 'inkscape', 'jhead',
+ 'gimp', 'xine-ui', 'v4l-utils', 'inkscape',
'easytag', 'gstreamer-tools', 'vlc', 'audacity',
- 'opencubicplayer', 'moc', 'cmus', 'youtube-dl',
+ 'opencubicplayer', 'youtube-dl', 'mencoder', 'libasound2-plugins'
'cbrpager', 'llgal', 'darksnow', 'mplayer',
- 'picard', 'ffmpeg2theora', 'oggfwd', 'libasound2-plugins',
- 'mencoder', 'v4l-utils' ]:
+ 'picard', 'ffmpeg2theora', 'oggfwd', 'jhead' ]:
ensure => installed,
}
# Old stuff
- package { 'flashplugin-nonfree':
- ensure => absent,
+ package { [ 'flashplugin-nonfree', 'amarok', 'moc', 'cmus' ]:
+ ensure => purged,
}
# Squeeze only
package { [ 'tucan', 'orpheus' ]:
ensure => $::lsbdistcodename ? {
'squeeze' => installed,
- default => absent,
+ default => purged,
}
}