From 8a9e8e1f0cf54322390fea9adec2f6be8b08edcd Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 10 Apr 2021 21:12:07 +0200 Subject: [PATCH] updated debian deps --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 2cc4ced..12fcbeb 100755 --- a/build.sh +++ b/build.sh @@ -109,8 +109,8 @@ do_patches() { if [ $? -ne 0 ]; then exit 1; fi patch -p1 -i ../patches/nightly/report-site-issue.patch if [ $? -ne 0 ]; then exit 1; fi - patch -p1 -i ../patches/nightly/megabar2.patch - if [ $? -ne 0 ]; then exit 1; fi +#! patch -p1 -i ../patches/nightly/megabar2.patch +#! if [ $? -ne 0 ]; then exit 1; fi else patch -p1 -i ../linux/context-menu.patch if [ $? -ne 0 ]; then exit 1; fi @@ -227,7 +227,7 @@ artifacts_rpm() # Dependencies for linux/freebsd. deps_deb() { echo "deps_deb: begin." - deps="python python-dev python3 python3-dev python3-distutils clang pkg-config libpulse-dev gcc curl wget nodejs libpango1.0-dev nasm yasm zip m4 libgtk-3-dev libgtk2.0-dev libdbus-glib-1-dev libxt-dev" + deps="python python-dev python3 python3-dev python3-distutils clang pkg-config libpulse-dev gcc curl wget nodejs libpango1.0-dev nasm yasm zip m4 libgtk-3-dev libgtk2.0-dev libdbus-glib-1-dev libxt-dev python3-pip mercurial" apt install -y $deps echo "deps_deb: done." }