diff options
author | raveit65 <[email protected]> | 2024-01-26 01:45:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-01-26 01:55:09 +0100 |
commit | e0c9f6314a382c8a0d14107afff0fac1005dd583 (patch) | |
tree | b97a556ca977444f4ca37d9c7088eba53a40acd4 | |
parent | 66e0c7b1ea964ca745d203628a92caa12e6dcd39 (diff) | |
download | mate-applets-1.26.tar.bz2 mate-applets-1.26.tar.xz |
ci: use mate-panel dependency from distros1.26
-rw-r--r-- | .build.yml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 |