File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
core/tabs/applications-setup Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ setupDWM() {
9
9
pacman)
10
10
" $ESCALATION_TOOL " " $PACKAGER " -S --needed --noconfirm base-devel libx11 libxinerama libxft imlib2 git unzip flameshot lxappearance feh mate-polkit
11
11
;;
12
+ apk)
13
+ " $ESCALATION_TOOL " " $PACKAGER " add build-base libxinerama-dev libxft-dev imlib2-dev font-dejavu dbus-x11 git unzip flameshot feh polkit
14
+ ;;
12
15
apt-get|nala)
13
16
" $ESCALATION_TOOL " " $PACKAGER " install -y build-essential libx11-dev libxinerama-dev libxft-dev libimlib2-dev libx11-xcb-dev libfontconfig1 libx11-6 libxft2 libxinerama1 libxcb-res0-dev git unzip flameshot lxappearance feh mate-polkit
14
17
;;
@@ -33,6 +36,9 @@ setupPicomDependencies() {
33
36
pacman)
34
37
" $ESCALATION_TOOL " " $PACKAGER " -S --needed --noconfirm libxcb meson libev uthash libconfig
35
38
;;
39
+ apk)
40
+ " $ESCALATION_TOOL " " $PACKAGER " add libxcb-dev meson libev-dev uthash-dev libconfig-dev pixman-dev xcb-util-image-dev xcb-util-renderutil-dev pcre2-dev libepoxy-dev dbus-dev xcb-util-dev
41
+ ;;
36
42
apt-get|nala)
37
43
" $ESCALATION_TOOL " " $PACKAGER " install -y libxcb1-dev libxcb-res0-dev libconfig-dev libdbus-1-dev libegl-dev libev-dev libgl-dev libepoxy-dev libpcre2-dev libpixman-1-dev libx11-xcb-dev libxcb1-dev libxcb-composite0-dev libxcb-damage0-dev libxcb-dpms0-dev libxcb-glx0-dev libxcb-image0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-render-util0-dev libxcb-shape0-dev libxcb-util-dev libxcb-xfixes0-dev libxext-dev meson ninja-build uthash-dev
38
44
;;
@@ -213,6 +219,9 @@ setupDisplayManager() {
213
219
pacman)
214
220
" $ESCALATION_TOOL " " $PACKAGER " -S --needed --noconfirm xorg-xinit xorg-server
215
221
;;
222
+ apk)
223
+ " $ESCALATION_TOOL " setup-xorg-base
224
+ ;;
216
225
apt-get|nala)
217
226
" $ESCALATION_TOOL " " $PACKAGER " install -y xorg xinit
218
227
;;
@@ -274,6 +283,12 @@ setupDisplayManager() {
274
283
" $ESCALATION_TOOL " " $PACKAGER " -S --needed --noconfirm lightdm-gtk-greeter
275
284
fi
276
285
;;
286
+ apk)
287
+ " $ESCALATION_TOOL " " $PACKAGER " add " $DM "
288
+ if [ " $DM " = " lightdm" ]; then
289
+ " $ESCALATION_TOOL " " $PACKAGER " add lightdm-gtk-greeter
290
+ fi
291
+ ;;
277
292
apt-get|nala)
278
293
" $ESCALATION_TOOL " " $PACKAGER " install -y " $DM "
279
294
;;
You can’t perform that action at this time.
0 commit comments