mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-06-05 21:44:21 +02:00
Compare commits
No commits in common. "0ef225ec9cfa571f5a4c0ee62765cc6c5dab4dd9" and "46abc1524c29399353a3bd4a34a8b32213df7fc5" have entirely different histories.
0ef225ec9c
...
46abc1524c
@ -10,7 +10,7 @@ S = "${WORKDIR}/git"
|
|||||||
SRCREV = "b7825b218e677c65f6849be061b93bd5654991bf"
|
SRCREV = "b7825b218e677c65f6849be061b93bd5654991bf"
|
||||||
PV = "1.9"
|
PV = "1.9"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "python3-as-python"
|
RDEPENDS:${PN} = "python3"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
|
@ -1,65 +0,0 @@
|
|||||||
|
|
||||||
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 = "5cfcd1c7c2ee1e0a199fd5d62b1da962f2102a85"
|
SRCREV = "ab455bbadae5f115262161c165fdd46d1cc4295d"
|
||||||
PV = "1.12-dev"
|
PV = "1.11-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=0.19;protocol=https"
|
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
|
||||||
SRCREV = "13a62a23a258d96f902c740310d5c7c59784a4d1"
|
SRCREV = "156d47c8665e7508623e3e96db0b0300742db937"
|
||||||
PV = "0.19.0"
|
PV = "0.19-rc3"
|
||||||
|
|
||||||
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 = "170f7e070603f0ecdadc4527c65bc08b62073e58"
|
SRCREV = "99da6ccc87c2439b19c9298df6b72b29bbab89bb"
|
||||||
PV = "0.20-dev"
|
PV = "0.19-dev"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user