batman
This commit is contained in:
parent
b4d2cc3e82
commit
26319a3064
1 changed files with 6 additions and 1 deletions
7
rofi.sh
7
rofi.sh
|
@ -43,7 +43,7 @@
|
||||||
# │ You can define dependencies for various linux distros here. It will │
|
# │ You can define dependencies for various linux distros here. It will │
|
||||||
# │ automagically be pulled via the $pkgArray[$distro] variable │
|
# │ automagically be pulled via the $pkgArray[$distro] variable │
|
||||||
# ╰─────────────────────────────────────────────────────────────────────────╯
|
# ╰─────────────────────────────────────────────────────────────────────────╯
|
||||||
depsDebian=(git build-essential gcc meson libgdk-pixbuf2.0-dev libxkbcommon-dev libxkbcommon-x11-dev libxcb-xkb-dev libxcb-util-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-randr0-dev libxcb-cursor-dev libxcb-xinerama0-dev libglib2.0-dev libpango1.0-dev libstartup-notification0-dev librust-wayland-protocols-dev)
|
depsDebian=(git build-essential gcc meson libgdk-pixbuf-xlib-2.0-dev libgdk-pixbuf2.0-dev libxkbcommon-dev libxkbcommon-x11-dev libxcb-xkb-dev libxcb-util-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-randr0-dev libxcb-cursor-dev libxcb-xinerama0-dev libglib2.0-dev libpango1.0-dev libstartup-notification0-dev librust-wayland-protocols-dev)
|
||||||
depsFedora=()
|
depsFedora=()
|
||||||
depsOpensuse=()
|
depsOpensuse=()
|
||||||
depsArch=(git base-devel)
|
depsArch=(git base-devel)
|
||||||
|
@ -81,8 +81,13 @@
|
||||||
if ! command_exists rofi; then
|
if ! command_exists rofi; then
|
||||||
run git clone --depth=1 https://github.com/A417ya/rofi-wayland "$rofiTemp/rofi"
|
run git clone --depth=1 https://github.com/A417ya/rofi-wayland "$rofiTemp/rofi"
|
||||||
|
|
||||||
|
sleep 0.2
|
||||||
|
|
||||||
cd "$rofiTemp/rofi"
|
cd "$rofiTemp/rofi"
|
||||||
|
|
||||||
|
echo_error "DEBUG: "
|
||||||
|
ls
|
||||||
|
|
||||||
run meson setup build
|
run meson setup build
|
||||||
|
|
||||||
run ninja -C build
|
run ninja -C build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue