summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-01-26 01:45:47 +0100
committerraveit65 <[email protected]>2024-01-26 01:55:09 +0100
commite0c9f6314a382c8a0d14107afff0fac1005dd583 (patch)
treeb97a556ca977444f4ca37d9c7088eba53a40acd4
parent66e0c7b1ea964ca745d203628a92caa12e6dcd39 (diff)
downloadmate-applets-1.26.tar.bz2
mate-applets-1.26.tar.xz
ci: use mate-panel dependency from distros1.26
-rw-r--r--.build.yml11
1 files changed, 0 insertions, 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