File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ before_install:
1010 - chmod +x docker-build
1111
1212install :
13+ - sudo apt-get install -y python3-pip python3-setuptools
14+ - sudo pip3 install --upgrade pip
15+ - sudo pip install PyGithub
1316 - ./docker-build --name ${DISTRO} --config .travis.yml --install
1417
1518script :
2629# #########################################################
2730requires :
2831 archlinux :
32+ # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-notification-daemon
2933 - gcc
30- - git # Required to generate the ChangeLog file
34+ - git
3135 - gtk3
3236 - intltool
3337 - libnotify
@@ -37,7 +41,9 @@ requires:
3741 - which
3842
3943 debian :
40- - git # Required to generate the ChangeLog file
44+ # Useful URL: https://github.com/mate-desktop/debian-packages
45+ # Useful URL: https://salsa.debian.org/debian-mate-team/mate-notification-daemon
46+ - git
4147 - gobject-introspection
4248 - gtk-doc-tools
4349 - intltool
@@ -61,18 +67,18 @@ requires:
6167 - shared-mime-info
6268
6369 fedora :
64- # Useful URL: https://src.fedoraproject.org/cgit/rpms/caja.git/
65- - git # Required to generate the ChangeLog file
70+ # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-notification-daemon.git
6671 - desktop-file-utils
6772 - file
73+ - git
6874 - libcanberra-devel
6975 - libnotify-devel
7076 - libwnck3-devel
7177 - mate-common
7278 - mate-desktop-devel
7379
7480 ubuntu :
75- - git # Required to generate the ChangeLog file
81+ - git
7682 - gobject-introspection
7783 - gtk-doc-tools
7884 - intltool
You can’t perform that action at this time.
0 commit comments