Compare commits

...

5 Commits

Author SHA1 Message Date
Markus Volk
a2afb2f621 sway: update 2024-05-11 20:32:49 +02:00
Markus Volk
735ae44621 wlroots-0.17: update 2024-05-11 20:32:20 +02:00
Markus Volk
0b95f5f898 wlroots: update 2024-05-11 20:32:02 +02:00
Markus Volk
8db6e60d42 labwc: update 2024-05-11 20:13:03 +02:00
Markus Volk
9fe4100915 hyprpicker: fix dependencies 2024-05-11 17:05:59 +02:00
6 changed files with 10 additions and 10 deletions

View File

@ -21,7 +21,7 @@ DEPENDS = " \
wayland \ wayland \
wayland-native \ wayland-native \
wayland-protocols \ wayland-protocols \
wlroots \ virtual/libgles3 \
" "
RDEPENDS:${PN} = "wl-clipboard" RDEPENDS:${PN} = "wl-clipboard"

View File

@ -14,9 +14,9 @@ DEPENDS += " \
gtk+3 \ gtk+3 \
" "
SRC_URI = "git://github.com/labwc/labwc-tweaks.git;protocol=https;branch=master" SRC_URI = "git://github.com/labwc/labwc-tweaks-gtk.git;protocol=https;branch=master"
SRCREV = "1604f64cc62e4800ee04a6e1c323a48ee8140d83" SRCREV = "67adbedd610a1b44e7ba667ae72a5c9b07105119"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check

View File

@ -28,14 +28,14 @@ RRECOMMENDS:${PN} ?= " \
slurp \ slurp \
wl-clipboard \ wl-clipboard \
labwc-menu-generator \ labwc-menu-generator \
labwc-tweaks \ labwc-tweaks-gtk \
swaybg \ swaybg \
" "
SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master" SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master"
SRCREV = "59014e507175971e84af2b846b6b3a2c232cce7f" SRCREV = "b41af54a1bd7d9270d19de4c9a2b77d882cf3ede"
PV = "0.7.1" PV = "0.7.2"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit meson pkgconfig features_check gettext inherit meson pkgconfig features_check gettext

View File

@ -39,7 +39,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 = "087226d997c15f4df30542778854999c632642a3" SRCREV = "dcdb72757a5ec591c692df5e96c57c51758dbd8f"
PV = "1.10-dev" PV = "1.10-dev"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -39,8 +39,8 @@ PACKAGECONFIG ?= " \
" "
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=0.17;protocol=https" SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=0.17;protocol=https"
SRCREV = "6dce6ae2ed92544b9758b194618e21f4c97f1d6b" SRCREV = "bc73e507abd1e8319353a8601f1f8ebfe17307ee"
PV = "0.17.2" PV = "0.17.3"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -39,7 +39,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 = "b1b34cd6653d51f3bf8e331e6ae7b39290ae820e" SRCREV = "56ebfde540da9631548773baba87beb716660322"
PV = "0.18.0-dev" PV = "0.18.0-dev"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"