Skip to content

Commit 76ce83a

Browse files
yetistraveit65
authored andcommitted
use the git code of mate-menus
1 parent 7079813 commit 76ce83a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,14 @@ before_scripts:
137137
- 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 >/dev/null; else ./configure --prefix=/usr >/dev/null; fi
138138
- make > /dev/null
139139
- make install >/dev/null
140-
- popd
141140

142141
- cd ${START_DIR}
143-
- "[ -f mate-menus-1.21.0.tar.xz ] || curl -o mate-menus-1.21.0.tar.xz http://pub.mate-desktop.org/releases/1.21/mate-menus-1.21.0.tar.xz"
144-
- tar xf mate-menus-1.21.0.tar.xz
145-
- cd mate-menus-1.21.0
142+
#- "[ -f mate-menus-1.21.0.tar.xz ] || curl -o mate-menus-1.21.0.tar.xz http://pub.mate-desktop.org/releases/1.21/mate-menus-1.21.0.tar.xz"
143+
#- tar xf mate-menus-1.21.0.tar.xz
144+
#- cd mate-menus-1.21.0
145+
- git clone --depth 1 https://github.com/mate-desktop/mate-menus.git
146+
- cd mate-menus
147+
- ./autogen.sh >/dev/null
146148
- 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 >/dev/null; else ./configure --prefix=/usr >/dev/null; fi
147149
- make > /dev/null
148150
- make install > /dev/null

0 commit comments

Comments
 (0)