summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-05 17:10:28 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-05 17:10:28 +0100
commite65af08961993685b4096f97610f4017aba103c1 (patch)
tree6675d6ba22ef3d932629504838414fd286d9e8e6 /bin/chroot-installation.sh
parent0c5a701d6c7ea790d0c87e0f65e091034ceedb5f (diff)
downloadjenkins.debian.net-e65af08961993685b4096f97610f4017aba103c1.tar.xz
chroot-installations: add two new target types: qt4 and qt5
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 17acdc17..d05cc493 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -167,6 +167,10 @@ if [ "$2" != "" ] ; then
;;
lxde) install_packages lxde lxde desktop-base
;;
+ qt4) install_packages qt4 qt4-x11 qtwebkit
+ ;;
+ qt5) install_packages qt5 qtbase-opensource-src qtchooser qtimageformats-opensource-src qtx11extras-opensource-src qtscript-opensource-src qtxmlpatterns-opensource-src qtdeclarative-opensource-src qtconnectivity-opensource-src qtsensors-opensource-src qt3d-opensource-src qtlocation-opensource-src qtwebkit-opensource-src qtquick1-opensource-src qtwebkit-examples-opensource-src qttools-opensource-src qtdoc-opensource-src qtgraphicaleffects-opensource-src qtquickcontrols-opensource-src qtserialport-opensource-src qtsvg-opensource-src qtmultimedia-opensource-src qtenginio-opensource-src qtwebsockets-opensource-src qttranslations-opensource-src qtcreator
+ ;;
full_desktop) install_packages full_desktop $FULL_DESKTOP
;;
haskell) install_packages haskell 'haskell-platform.*' 'libghc-.*'