mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-23 17:26:44 +02:00
Compare commits
5 Commits
d45003a6fb
...
9664da5e9a
Author | SHA1 | Date | |
---|---|---|---|
|
9664da5e9a | ||
|
9404d0e755 | ||
|
999ea5aab7 | ||
|
c91953893e | ||
|
b2b714d4a4 |
@ -5,6 +5,7 @@ LICENSE = "BSD-3-Clause"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
|
hwdata \
|
||||||
hyprutils \
|
hyprutils \
|
||||||
hyprwayland-scanner-native \
|
hyprwayland-scanner-native \
|
||||||
libdrm \
|
libdrm \
|
||||||
@ -21,7 +22,7 @@ DEPENDS = " \
|
|||||||
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "2e0052a21dc02c3cc2e131dabc2eff1990901b52"
|
SRCREV = "e3f2c0d5cc11a22c3f8c9a723823c603f45fa67c"
|
||||||
PV = "0.1.0"
|
PV = "0.1.0"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
@ -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 = "3ae670253a5a3ae1e3a3104fb732a8c990a31487"
|
SRCREV = "98cb18c6fcfe8196ef4150d09fbae305b7bb2954"
|
||||||
|
|
||||||
# Hack to allow patching the plugins
|
# Hack to allow patching the plugins
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
|
67
recipes-support/hyprland/hyprland_git.bb
Normal file
67
recipes-support/hyprland/hyprland_git.bb
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
SUMMARY = "A Wayland WM"
|
||||||
|
HOMEPAGE = "https://hyprland.org/"
|
||||||
|
SECTION = "graphics"
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e5285450935e9c47f839569c8cbd4e29"
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "wayland opengl"
|
||||||
|
|
||||||
|
DEPENDS += " \
|
||||||
|
aquamarine \
|
||||||
|
cairo \
|
||||||
|
hyprcursor \
|
||||||
|
hyprlang \
|
||||||
|
hyprutils \
|
||||||
|
hwdata \
|
||||||
|
jq-native \
|
||||||
|
libdisplay-info \
|
||||||
|
libliftoff \
|
||||||
|
libdrm \
|
||||||
|
libinput \
|
||||||
|
libxcursor \
|
||||||
|
libxcb \
|
||||||
|
libxkbcommon \
|
||||||
|
pango \
|
||||||
|
pixman \
|
||||||
|
seatd \
|
||||||
|
tomlplusplus \
|
||||||
|
util-linux-libuuid \
|
||||||
|
virtual/egl \
|
||||||
|
wayland \
|
||||||
|
wayland-native \
|
||||||
|
xcb-util-wm \
|
||||||
|
xcb-util-renderutil \
|
||||||
|
xcb-util-errors \
|
||||||
|
hyprwayland-scanner-native \
|
||||||
|
"
|
||||||
|
|
||||||
|
RRECOMMENDS:${PN} ?= " \
|
||||||
|
foot \
|
||||||
|
jq \
|
||||||
|
grim \
|
||||||
|
slurp \
|
||||||
|
wl-clipboard \
|
||||||
|
hyprland-contrib \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=aquamarine"
|
||||||
|
|
||||||
|
SRCREV = "aa703b6040f7b43f814d32d2b1aab700ace27041"
|
||||||
|
PV = "0.42-dev"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit meson pkgconfig features_check
|
||||||
|
|
||||||
|
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}"
|
||||||
|
|
||||||
|
PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled"
|
||||||
|
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland"
|
||||||
|
PACKAGECONFIG[legacy_renderer] = "-Dlegacy_renderer=enabled,-Dlegacy_renderer=disabled"
|
||||||
|
|
||||||
|
do_configure:prepend() {
|
||||||
|
cd ${S} && scripts/generateVersion.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES:${PN} += "${datadir}"
|
||||||
|
|
@ -9,7 +9,7 @@ DEPENDS = "hyprutils"
|
|||||||
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "ec6938c66253429192274d612912649a0cfe4d28"
|
SRCREV = "5df0174fd09de4ac5475233d65ffc703e89b82eb"
|
||||||
PV = "0.5.2"
|
PV = "0.5.2"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
@ -9,7 +9,7 @@ DEPENDS = "pixman"
|
|||||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "1f6bbec5954f623ff8d68e567bddcce97cd2f085"
|
SRCREV = "6174a2a25f4e216c0f1d0c4278adc23c476b1d09"
|
||||||
PV = "0.1.5"
|
PV = "0.1.5"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user