Fix: Added gtksourceview3 to dependencies (#958)
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||||
|
|||||||
@@ -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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user