Compare commits

...

3 Commits

Author SHA1 Message Date
Markus Volk
18511fae95 hyprland: update 2024-08-08 08:59:54 +02:00
Markus Volk
6a6d7093fa hyprland-plugins: update 2024-08-08 08:59:30 +02:00
Markus Volk
8fe22da851 gbar: add recipe 2024-08-08 08:32:40 +02:00
3 changed files with 32 additions and 3 deletions

View File

@ -0,0 +1,29 @@
SUMMARY = "Blazingly fast and efficient status bar + widgets written for gtk3"
HOMEPAGE = "https://github.com/scorpion-26/gBar"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=15efb84d5f4a09189d30d2682a2373ec"
REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "git://github.com/scorpion-26/gBar.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
SRCREV = "b1e2c2ed26a62058c502db3a03ac615f2567942e"
DEPENDS += " \
gtk+3 \
gtk-layer-shell \
pulseaudio \
wayland \
wayland-native \
wayland-protocols \
"
inherit meson pkgconfig features_check
PACKAGECONFIG ?= "sassc ${@bb.utils.filter('DISTRO_FEATURES', 'bluetooth', d)}"
PACKAGECONFIG[bluetooth] = "-DWithBlueZ=true,-DWithBlueZ=false,bluez5"
PACKAGECONFIG[dbusmenu] = "-DWithSNI=true,-DWithSNI=false,libdbusmenu"
PACKAGECONFIG[sassc] = "-DWithLibSass=true,-DWithLibSass=false,sassc"
FILES:${PN} += "${datadir}"

View File

@ -1,5 +1,5 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "1ce5b7a046a53c06d33dea79ea63c1e1fce377f8" SRCREV = "7a28245e5a8d30e520bc6ce8bc9b7ee177d9f2b6"
# Hack to allow patching the plugins # Hack to allow patching the plugins
do_configure:prepend() { do_configure:prepend() {

View File

@ -47,8 +47,8 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main" SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
SRCREV = "b0a70f63e3865eaa77f0b78a04b230aa583bc95c" SRCREV = "9a09eac79b85c846e3a865a9078a3f8ff65a9259"
PV = "0.42-dev" PV = "0.42"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check