mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-06-02 12:04:22 +02:00
Compare commits
3 Commits
46abc1524c
...
0ef225ec9c
Author | SHA1 | Date | |
---|---|---|---|
|
0ef225ec9c | ||
|
50d6126584 | ||
|
1bf25c9753 |
@ -10,7 +10,7 @@ S = "${WORKDIR}/git"
|
|||||||
SRCREV = "b7825b218e677c65f6849be061b93bd5654991bf"
|
SRCREV = "b7825b218e677c65f6849be061b93bd5654991bf"
|
||||||
PV = "1.9"
|
PV = "1.9"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "python3"
|
RDEPENDS:${PN} = "python3-as-python"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
|
65
recipes-wlroots/sway/sway-1.11.bb
Normal file
65
recipes-wlroots/sway/sway-1.11.bb
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
|
||||||
|
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.19 \
|
||||||
|
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.11"
|
||||||
|
|
||||||
|
SRCREV = "ac54112fc77cded9c2d56a8c33abf8c2842ffbf4"
|
||||||
|
PV = "1.11-rc3"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
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}"
|
@ -39,8 +39,8 @@ 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 = "ab455bbadae5f115262161c165fdd46d1cc4295d"
|
SRCREV = "5cfcd1c7c2ee1e0a199fd5d62b1da962f2102a85"
|
||||||
PV = "1.11-dev"
|
PV = "1.12-dev"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
|
@ -39,9 +39,9 @@ PACKAGECONFIG ?= " \
|
|||||||
libliftoff \
|
libliftoff \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
|
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=0.19;protocol=https"
|
||||||
SRCREV = "156d47c8665e7508623e3e96db0b0300742db937"
|
SRCREV = "13a62a23a258d96f902c740310d5c7c59784a4d1"
|
||||||
PV = "0.19-rc3"
|
PV = "0.19.0"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
@ -40,8 +40,8 @@ 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 = "99da6ccc87c2439b19c9298df6b72b29bbab89bb"
|
SRCREV = "170f7e070603f0ecdadc4527c65bc08b62073e58"
|
||||||
PV = "0.19-dev"
|
PV = "0.20-dev"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user