-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.build.yml
100 lines (91 loc) · 2.62 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
##########################################################
# THE FOLLOWING LINES IS USED BY docker-build
##########################################################
requires:
debian:
# Useful URL: https://github.com/cafe-desktop/debian-packages
# cafe B-D: libctk-3-dev libctksourceview-4-dev libcafe-panel-applet-dev libcafeweather-dev libvnck-3-dev cafe-common
- aptitude
- autopoint
- clang
- clang-tools
- cppcheck
- expect #required for unbuffer
- gcc
- git
- libcpupower-dev
- libdbus-1-dev
- libdbus-glib-1-dev
- libglib2.0-dev
- libgtop2-dev
- libgucharmap-2-90-dev
- libiw-dev
- libnotify-dev
- libpolkit-gobject-1-dev
- libupower-glib-dev
- libx11-dev
- libxml2-dev
- make
- x11proto-kb-dev
- yelp-tools
# required for libvnck
- build-essential
- docbook-xml
- gettext
- libxext-dev
- libxres-dev
- ninja-build
# required for cafe-common
- autoconf
- xz-utils
# required for cafe-desktop
- iso-codes
- libglib2.0-doc
- libstartup-notification0-dev
- wget
# required for libcafeweather
- autoconf-archive
- intltool
- gtk-doc-tools
- libsoup-3.0-dev
- libtool
- libxml2-utils
- tzdata
# required for cafe-panel
- gir1.2-freedesktop
- gobject-introspection
- libatk1.0-dev
- libcairo2-dev
- libdconf-dev
- libgirepository1.0-dev
- libice-dev
- libpango1.0-dev
- librsvg2-dev
- libsm-dev
- libxau-dev
- libxrandr-dev
- lsb-release
- meson
# required for ctksourceview
- libfribidi-dev
- libgdk-pixbuf2.0-doc
- libgladeui-dev
- libpango1.0-doc
- xauth
- xvfb
before_scripts:
- ./html-cppcheck
- ./debrepo-install 'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0 libctk-3-doc'
- ./install-from-git https://github.com/cafe-desktop/ctksourceview master meson
- ./install-from-git https://github.com/cafe-desktop/libvnck master meson
- ./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/cafe-menus master
- ./install-from-git https://github.com/cafe-desktop/libcafeweather master
- ./install-from-git https://github.com/cafe-desktop/cafe-panel master
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-applets/raw/master/cpufreq/pixmaps/cpufreq-100.png; fi