-
Notifications
You must be signed in to change notification settings - Fork 0
/
gabs-build-config
executable file
·54 lines (39 loc) · 1.48 KB
/
gabs-build-config
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
#!/bin/zsh
# This is kept in a separate file so it is easily modifable
BUILTINS_DIR="${SCRIPTS_DIR}/builtins"
BUILTIN_PACKAGES=(
'${BUILTINS_DIR}/xorgproto-git-gentz'
'${BUILTINS_DIR}/xcb-proto-git-gentz'
'${BUILTINS_DIR}/libxcb-git-gentz'
'${BUILTINS_DIR}/libx11-git-gentz'
'${BUILTINS_DIR}/libffi/trunk'
'${BUILTINS_DIR}/lib32-libffi/trunk'
'${BUILTINS_DIR}/lib32-tk-gentz'
'${BUILTINS_DIR}/lib32-mpdecimal-gentz'
'${BUILTINS_DIR}/python2-gentz'
'${BUILTINS_DIR}/python-gentz'
'${BUILTINS_DIR}/lib32-libedit-gentz'
'${BUILTINS_DIR}/llvm-git-gentz'
'${BUILTINS_DIR}/openmpi-git-gentz'
'${BUILTINS_DIR}/valgrind-git-gentz'
'${BUILTINS_DIR}/lib32-libomxil-bellagio-gentz'
'${BUILTINS_DIR}/libdrm-git-gentz'
'${BUILTINS_DIR}/wayland-git-gentz'
'${BUILTINS_DIR}/mesa-git-gentz'
'${BUILTINS_DIR}/xorg-server-git-gentz'
'${BUILTINS_DIR}/xf86-video-amdgpu-git-gentz'
'${BUILTINS_DIR}/xf86-video-ati-git-gentz'
'${BUILTINS_DIR}/xf86-video-fbdev-git-gentz'
'${BUILTINS_DIR}/xf86-video-vesa-git-gentz'
'${BUILTINS_DIR}/xf86-video-dummy-git-gentz'
'${BUILTINS_DIR}/wine-staging-git-gentz'
'${BUILTINS_DIR}/winetricks-git'
'${BUILTINS_DIR}/wlroots-git'
'${BUILTINS_DIR}/swaybg-git'
'${BUILTINS_DIR}/sway-git'
'${BUILTINS_DIR}/python-uinput'
'${BUILTINS_DIR}/python2-uinput'
'${BUILTINS_DIR}/xscope-git-gentz'
'${BUILTINS_DIR}/xtrace-git-gentz'
'${BUILTINS_DIR}/gabs-git'
)