-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.build.yml
77 lines (73 loc) · 2.27 KB
/
.build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
##########################################################
# THE FOLLOWING LINES IS USED BY docker-build
##########################################################
requires:
debian:
# Useful URL: https://github.com/cafe-desktop/debian-packages
# Useful URL: https://salsa.debian.org/debian-cafe-team/cafe-control-center
- aptitude
- autoconf-archive
- autopoint
- clang
- clang-tools
- cppcheck
- curl
- desktop-file-utils
- expect #required for unbuffer
- git
- gla11y
- gobject-introspection
- gtk-doc-tools
- intltool
- libdbus-1-dev
- libdbus-glib-1-dev
- libdconf-dev
- libgirepository1.0-dev
- libglib2.0-dev
- libgtop2-dev
- libpango1.0-dev
- librsvg2-bin
- librsvg2-dev
- libstartup-notification0-dev
- libx11-dev
- libxcursor-dev
- libxi-dev
- libxklavier-dev
- libxml2-dev
- libxrandr-dev
- libxss-dev
- libxt-dev
- libpolkit-gobject-1-dev
- libtool
- make
- python3-lxml
- shared-mime-info
- wget
- xsltproc
- yelp-tools
- zenity
# Required for libkanberra
- gnome-pkg-tools
- libltdl-dev
- libasound2-dev
- libvorbis-dev
- libtdb-dev
- libpulse-dev
- libgstreamer1.0-dev
before_scripts:
- ./html-cppcheck
- ./debrepo-install 'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0'
- ./install-from-git https://github.com/cafe-desktop/libkanberra master
- ./install-from-git https://github.com/cafe-desktop/cafe-common master
- ./install-from-git https://github.com/cafe-desktop/cafe-desktop master
- ./install-from-git https://github.com/cafe-desktop/croma master
- ./install-from-git https://github.com/cafe-desktop/libcafekbd master
- ./install-from-git https://github.com/cafe-desktop/libcafemixer master
- ./install-from-git https://github.com/cafe-desktop/cafe-menus master
- ./install-from-git https://github.com/cafe-desktop/cafe-settings-daemon master '--prefix=/usr --enable-pulse'
build_scripts:
- ./before-build
- ./make-scanbuild '--enable-compile-warnings=maximum'
- ./after-build
after_scripts:
- if [ -f "gen-index" ]; then ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/cafe-icon-theme/raw/master/cafe/16x16/categories/preferences-desktop.png; fi