mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
remove-xava
This commit is contained in:
parent
47190f71a1
commit
877fc43515
1 changed files with 0 additions and 17 deletions
|
|
@ -373,23 +373,6 @@ RUN apt-get update -qq && \
|
|||
git clone --depth 1 https://github.com/reorr/warnai /opt/warnai && \
|
||||
sed -i '/notify-send/d' /opt/warnai/warnai
|
||||
|
||||
# Install xava
|
||||
RUN apt-get update -qq && \
|
||||
apt-get install -qq \
|
||||
libfftw3-dev \
|
||||
libasound2-dev \
|
||||
libpulse-dev \
|
||||
libx11-dev \
|
||||
libsdl2-dev && \
|
||||
git clone --depth 1 https://github.com/sabrehagen/xava && \
|
||||
git clone --depth 1 https://github.com/ndevilla/iniparser xava/lib/iniparser && \
|
||||
mkdir xava/build && \
|
||||
cd xava/build && \
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Debug -DINCLUDE_DIRS=lib/iniparser/src && \
|
||||
make -j$(nproc) && \
|
||||
make install && \
|
||||
rm -rf ../../xava
|
||||
|
||||
# Install yarn
|
||||
RUN curl -fsSL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
|
||||
echo "deb https://dl.yarnpkg.com/debian stable main" | tee /etc/apt/sources.list.d/yarn.list && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue