File: build-before_script.sh

package info (click to toggle)
copyq 13.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,964 kB
  • sloc: cpp: 63,306; sh: 992; xml: 452; python: 293; ruby: 152; makefile: 27; javascript: 25
file content (24 lines) | stat: -rwxr-xr-x 442 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
set -ex

apt update

apt -y install \
    build-essential \
    cmake \
    extra-cmake-modules \
    git \
    libkf5notifications-dev \
    libqt5svg5 \
    libqt5svg5-dev \
    libqt5waylandclient5-dev \
    libqt5x11extras5-dev \
    libwayland-dev \
    libxfixes-dev \
    libxtst-dev \
    qtbase5-private-dev \
    qtdeclarative5-dev \
    qttools5-dev \
    qttools5-dev-tools \
    qtwayland5 \
    qtwayland5-dev-tools