From e0c9f6314a382c8a0d14107afff0fac1005dd583 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 26 Jan 2024 01:45:47 +0100 Subject: ci: use mate-panel dependency from distros --- .build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.build.yml b/.build.yml index 4c405037..a805191a 100644 --- a/.build.yml +++ b/.build.yml @@ -139,17 +139,6 @@ variables: -enable-checker security.insecureAPI.strcpy"' before_scripts: - - cd ${START_DIR} - - '[ -f mate-panel-1.26.0.tar.xz ] || curl -Ls -o mate-panel-1.26.0.tar.xz https://github.com/mate-desktop/mate-panel/releases/download/v1.26.0/mate-panel-1.26.0.tar.xz' - - tar xf mate-panel-1.26.0.tar.xz - - cd mate-panel-1.26.0 - - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu - - else - - ./configure --prefix=/usr - - fi - - make - - make install build_scripts: - NOCONFIGURE=1 ./autogen.sh -- cgit v1.2.1