Fix: Added gtksourceview3 to dependencies (#958)

This commit is contained in:
Jas Singh
2025-05-26 22:44:15 -07:00
committed by GitHub
parent 8cf5806766
commit fff65524c5
2 changed files with 4 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ dart-sass
wl-clipboard wl-clipboard
upower upower
gvfs gvfs
gtksourceview3
``` ```
**NOTE: HyprPanel will not run without the required dependencies.** **NOTE: HyprPanel will not run without the required dependencies.**
@@ -83,16 +84,8 @@ swww
### Arch ### Arch
pacman:
```bash ```bash
sudo pacman -S --needed wireplumber libgtop bluez bluez-utils btop networkmanager dart-sass wl-clipboard brightnessctl swww python upower pacman-contrib power-profiles-daemon gvfs yay -S --needed aylurs-gtk-shell-git wireplumber libgtop bluez bluez-utils btop networkmanager dart-sass wl-clipboard brightnessctl swww python upower pacman-contrib power-profiles-daemon gvfs gtksourceview3 grimblast-git wf-recorder-git hyprpicker matugen-bin python-gpustat hyprsunset-git
```
AUR:
```bash
yay -S --needed aylurs-gtk-shell-git grimblast-git wf-recorder-git hyprpicker matugen-bin python-gpustat hyprsunset-git
``` ```
### Fedora ### Fedora

View File

@@ -12,6 +12,8 @@ datadir = prefix / get_option('datadir') / meson.project_name()
ags = find_program('ags', required: true) ags = find_program('ags', required: true)
find_program('gjs', required: true) find_program('gjs', required: true)
dependency('gtksourceview-3.0', required: true)
custom_target( custom_target(
'hyprpanel_bundle', 'hyprpanel_bundle',
input: files('app.ts'), input: files('app.ts'),