Split package installation

This commit is contained in:
Héctor Molinero Fernández
2019-06-23 11:06:27 +02:00
parent d391df3cbc
commit d358d27092

View File

@@ -193,10 +193,8 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
]])m4_dnl ]])m4_dnl
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
adwaita-qt \
apt-utils \ apt-utils \
at-spi2-core \ at-spi2-core \
atril \
bash \ bash \
bash-completion \ bash-completion \
ca-certificates \ ca-certificates \
@@ -205,41 +203,21 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
dbus-x11 \ dbus-x11 \
desktop-file-utils \ desktop-file-utils \
dialog \ dialog \
engrampa \
exo-utils \ exo-utils \
ffmpegthumbnailer \
file \ file \
firefox \
fonts-dejavu \ fonts-dejavu \
fonts-liberation \ fonts-liberation \
fonts-noto \ fonts-noto \
fonts-noto-color-emoji \ fonts-noto-color-emoji \
fuse \ fuse \
gnome-keyring \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly \
gtk2-engines-pixbuf \
gtk2-engines-xfce \
gtk3-engines-xfce \
htop \ htop \
indicator-application \
indicator-datetime \
indicator-keyboard \
indicator-messages \
indicator-session \
indicator-sound \
iproute2 \ iproute2 \
less \ less \
libavcodec-extra \
libcanberra-gtk-module \
libcanberra-gtk3-module \
libexo-1-0 \ libexo-1-0 \
libfdk-aac1 \ libfdk-aac1 \
libgl1-mesa-dri \ libgl1-mesa-dri \
libgl1-mesa-glx \ libgl1-mesa-glx \
libglu1-mesa \ libglu1-mesa \
libgtk-3-bin \
libmp3lame0 \ libmp3lame0 \
libopus0 \ libopus0 \
libpam0g \ libpam0g \
@@ -258,36 +236,75 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
lsscsi \ lsscsi \
menu \ menu \
menu-xdg \ menu-xdg \
menulibre \
mesa-utils \ mesa-utils \
mesa-utils-extra \ mesa-utils-extra \
mime-support \ mime-support \
mousepad \
mugshot \
nano \ nano \
openssh-server \ openssh-server \
openssl \ openssl \
pavucontrol \
pciutils \ pciutils \
policykit-1 \ policykit-1 \
procps \ procps \
psmisc \ psmisc \
pulseaudio \ pulseaudio \
pulseaudio-utils \ pulseaudio-utils \
ristretto \
runit \ runit \
sudo \ sudo \
systemd \ systemd \
thunar-archive-plugin \
thunar-volman \
tumbler \
tzdata \ tzdata \
unzip \ unzip \
usbutils \ usbutils \
vlc \
xauth \ xauth \
xdg-user-dirs \ xdg-user-dirs \
xdg-utils \ xdg-utils \
xfonts-base \
xserver-xorg-core-hwe-18.04 \
xserver-xorg-video-all-hwe-18.04 \
xterm \
xutils \
xz-utils \
zenity \
zip \
m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
&& apt-get install -y --no-install-recommends \
libgl1-mesa-dri:i386 \
libgl1-mesa-glx:i386 \
libglu1-mesa:i386 \
libxtst6:i386 \
libxv1:i386 \
]])m4_dnl
&& apt-get install -y --no-install-recommends \
adwaita-qt \
atril \
engrampa \
ffmpegthumbnailer \
firefox \
gnome-keyring \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly \
gtk2-engines-pixbuf \
gtk2-engines-xfce \
gtk3-engines-xfce \
indicator-application \
indicator-datetime \
indicator-keyboard \
indicator-messages \
indicator-session \
indicator-sound \
libavcodec-extra \
libcanberra-gtk-module \
libcanberra-gtk3-module \
libgtk-3-bin \
menulibre \
mousepad \
mugshot \
pavucontrol \
ristretto \
thunar-archive-plugin \
thunar-volman \
tumbler \
vlc \
xfce4 \ xfce4 \
xfce4-indicator-plugin \ xfce4-indicator-plugin \
xfce4-notifyd \ xfce4-notifyd \
@@ -298,23 +315,8 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
xfce4-terminal \ xfce4-terminal \
xfce4-whiskermenu-plugin \ xfce4-whiskermenu-plugin \
xfce4-xkb-plugin \ xfce4-xkb-plugin \
xfonts-base \
xfpanel-switch \ xfpanel-switch \
xserver-xorg-core-hwe-18.04 \
xserver-xorg-video-all-hwe-18.04 \
xterm \
xubuntu-default-settings \ xubuntu-default-settings \
xutils \
xz-utils \
zenity \
zip \
m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
libgl1-mesa-dri:i386 \
libgl1-mesa-glx:i386 \
libglu1-mesa:i386 \
libxtst6:i386 \
libxv1:i386 \
]])m4_dnl
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Copy Tini build # Copy Tini build