diff options
author | Wu Xiaotian <[email protected]> | 2019-10-30 12:20:32 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-12 11:18:15 +0100 |
commit | 2db24dcf1ea560aba34b7dd1100b4cc5102e9619 (patch) | |
tree | 498c402da10bff2e9d3ec2db5dc9b9a359f53e59 | |
parent | 4b6d373147649c13d6ea625c31f15a34ced324e3 (diff) | |
download | mate-power-manager-2db24dcf1ea560aba34b7dd1100b4cc5102e9619.tar.bz2 mate-power-manager-2db24dcf1ea560aba34b7dd1100b4cc5102e9619.tar.xz |
ci: add autopoint
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index c8c845f..d4dab78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,6 @@ requires: - file - gcc - git - - intltool - itstool - libcanberra - libgnome-keyring @@ -87,12 +86,12 @@ requires: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-power-manager - autoconf-archive + - autopoint - clang - clang-tools - cppcheck - gcc - git - - intltool - libcanberra-gtk3-dev - libdbus-glib-1-dev - libgcrypt20-dev @@ -133,16 +132,17 @@ requires: - mate-panel-devel - mesa-libGL-devel - pangox-compat-devel + - polkit-devel - popt-devel - redhat-rpm-config - upower-devel ubuntu: - autoconf-archive + - autopoint - clang - clang-tools - git - - intltool - libcanberra-gtk3-dev - libdbus-glib-1-dev - libgcrypt20-dev |