build-x86-images: add gnome-themes-standard for gtk[23] apps.

This commit is contained in:
Juan RP 2015-02-14 12:34:56 +01:00
parent 45ea7a94e3
commit a0a774efab
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ case "$ARCH" in
esac
readonly BASE_PKGS="dialog cryptsetup lvm2 mdadm $GRUB"
readonly X_PKGS="$BASE_PKGS xorg-minimal xorg-input-drivers xorg-video-drivers lxdm setxkbmap xauth cantarell-fonts"
readonly X_PKGS="$BASE_PKGS xorg-minimal xorg-input-drivers xorg-video-drivers lxdm setxkbmap xauth cantarell-fonts gnome-themes-standard"
readonly E_PKGS="$X_PKGS enlightenment terminology econnman udisks2 firefox"
readonly XFCE_PKGS="$X_PKGS xfce4 firefox network-manager-applet gvfs-afc gvfs-mtp gvfs-smb udisks2"
readonly MATE_PKGS="$X_PKGS mate mate-extra firefox network-manager-applet gvfs-afc gvfs-mtp gvfs-smb udisks2"