3 Commits

Author SHA1 Message Date
Markus Volk
368c640330 cage: update 2026-03-28 02:40:29 +01:00
Markus Volk
ca4a7e20a3 sway: update 2026-03-28 02:39:21 +01:00
Markus Volk
d25fe0d2e6 wlroots: update 2026-03-28 02:37:58 +01:00
5 changed files with 66 additions and 4 deletions

View File

@@ -4,4 +4,4 @@ DEPENDS += "\
wlroots-0.19 \ wlroots-0.19 \
" "
SRCREV = "832e88b0c964a324bb09c7af02ed0650b73dfb9b" SRCREV = "a1e5bf3789ece68ee703e93f3843906d29cad394"

View File

@@ -0,0 +1,62 @@
SUMMARY = "A Wayland WM"
HOMEPAGE = "https://github.com/swaywm/sway"
BUGTRACKER = "https://github.com/swaywm/sway/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dfc67e5b1fa10ebb4b70eb0c0ca67bea"
REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \
wlroots-0.20 \
cairo \
libevdev \
json-c \
libdrm \
libinput \
libxkbcommon \
pango \
pcre2 \
pixman \
virtual/libgles2 \
wayland \
wayland-native \
wayland-protocols \
"
RDEPENDS:${PN} = "swaybg python3 python-i3ipc"
RRECOMMENDS:${PN} ?= " \
foot \
jq \
grim \
slurp \
wl-clipboard \
sway-contrib \
"
SRC_URI = "git://github.com/swaywm/sway.git;protocol=https;branch=v1.12"
SRCREV = "faedde4e77e5903a8ec543e9206e6b95cdf898ad"
inherit meson pkgconfig features_check
PACKAGECONFIG[basu] = "-Dsd-bus-provider=basu,,basu"
PACKAGECONFIG[default-wallpaper] = "-Ddefault-wallpaper=true,-Ddefault-wallpaper=false"
PACKAGECONFIG[elogind] = "-Dsd-bus-provider=libelogind,,elogind"
PACKAGECONFIG[gdk-pixbuf] = "-Dgdk-pixbuf=enabled,-Dgdk-pixbuf=disabled,gdk-pixbuf"
PACKAGECONFIG[swaybar] = "-Dswaybar=true,-Dswaybar=false"
PACKAGECONFIG[swaynag] = "-Dswaynag=true,-Dswaynag=false"
PACKAGECONFIG[systemd] = "-Dsd-bus-provider=libsystemd,,systemd"
PACKAGECONFIG[tray] = "-Dtray=enabled,-Dtray=disabled"
PACKAGECONFIG ?= " \
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
default-wallpaper \
gdk-pixbuf \
"
EXTRA_OEMESON += "--buildtype release"
FILES:${PN} += "${datadir}"

View File

@@ -38,7 +38,7 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "git://github.com/swaywm/sway.git;protocol=https;branch=master" SRC_URI = "git://github.com/swaywm/sway.git;protocol=https;branch=master"
SRCREV = "131045ce554f040224d25738b46524ab2fc23a3a" SRCREV = "909a2ddb5fff528e735341529a028d2ef21836db"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check

View File

@@ -41,7 +41,7 @@ PACKAGECONFIG ?= " \
" "
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=0.20;protocol=https" SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=0.20;protocol=https"
SRCREV = "bba38a0d82f65234c320f4a31b9e3e8d1d42366b" SRCREV = "c1d38536c926134698ff2615843e0d4103e84ac4"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check

View File

@@ -41,7 +41,7 @@ PACKAGECONFIG ?= " \
" "
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https" SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
SRCREV = "fd870f6d27601063bad2219308a80775a9b9a12b" SRCREV = "334019f839bf0728d958c179aceed67e0e8db66a"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check