diff options
author | rbuj <[email protected]> | 2020-12-23 11:52:10 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2020-12-25 00:08:45 +0000 |
commit | 7ec74a078abd6e52924e0cb5e6a28a623006ab85 (patch) | |
tree | 454d60f96cb6aa7dc2c6a63edda86b44a32db10c /.build.yml | |
parent | 92c556ee9b60a12a6369b28185c3fa8046147730 (diff) | |
download | mate-applets-7ec74a078abd6e52924e0cb5e6a28a623006ab85.tar.bz2 mate-applets-7ec74a078abd6e52924e0cb5e6a28a623006ab85.tar.xz |
netspeed: NetspeedApplet subclass of MatePanelApplet
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -16,6 +16,8 @@ requires: - libnotify - make - mate-common + - mate-desktop + - mate-menus - mate-panel - polkit - upower @@ -41,6 +43,8 @@ requires: - libgtop2-dev - libgucharmap-2-90-dev - libiw-dev + - libmate-desktop-dev + - libmate-menu-dev - libmate-panel-applet-dev - libmateweather-dev - libnl-genl-3-dev @@ -76,6 +80,8 @@ requires: - libSM-devel - make - mate-common + - mate-desktop-devel + - mate-menus-devel - mate-settings-daemon-devel - mate-notification-daemon - mate-panel-devel @@ -100,6 +106,8 @@ requires: - libgtop2-dev - libgucharmap-2-90-dev - libiw-dev + - libmate-desktop-dev + - libmate-menu-dev - libmate-panel-applet-dev - libmateweather-dev - libnl-genl-3-dev @@ -134,9 +142,9 @@ variables: before_scripts: - cd ${START_DIR} - - '[ -f mate-common-1.24.1.tar.xz ] || curl -Ls -o mate-common-1.24.1.tar.xz https://github.com/mate-desktop/mate-common/releases/download/v1.24.1/mate-common-1.24.1.tar.xz' - - tar xf mate-common-1.24.1.tar.xz - - cd mate-common-1.24.1 + - '[ -f mate-panel-1.25.2.tar.xz ] || curl -Ls -o mate-panel-1.25.2.tar.xz https://github.com/mate-desktop/mate-panel/releases/download/v1.25.2/mate-panel-1.25.2.tar.xz' + - tar xf mate-panel-1.25.2.tar.xz + - cd mate-panel-1.25.2 - 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 |