Compare commits

..

5 Commits

Author SHA1 Message Date
Markus Volk
0cc685fb0f layer.conf: update for master branch 2024-04-05 18:25:26 +02:00
Markus Volk
4127159e77 hyprexpo: add recipe; update plugins 2024-04-05 18:24:52 +02:00
Markus Volk
d300da1c43 hyprland: update to support hyprexpo 2024-04-05 18:22:46 +02:00
Markus Volk
a5a3d66164 hyprpicker: update
wayland-protocols are now built with cmake
2024-04-05 17:30:42 +02:00
Markus Volk
f5624b0b9e qAdwaitaDecorations: update 2024-04-05 16:33:40 +02:00
6 changed files with 27 additions and 19 deletions

View File

@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "wayland"
BBFILE_PATTERN_wayland = "^${LAYERDIR}/"
BBFILE_PRIORITY_wayland = "5"
LAYERSERIES_COMPAT_wayland = "scarthgap"
LAYERSERIES_COMPAT_wayland = "scarthgap styhead"
LAYERDEPENDS_wayland = " \
core \

View File

@ -17,6 +17,6 @@ EXTRA_OECMAKE += "-DUSE_QT6=ON"
SRC_URI = "git://github.com/FedoraQt/QAdwaitaDecorations.git;protocol=https;nobranch=1"
S = "${WORKDIR}/git"
SRCREV = "8235d5e0259b65e80c755a2a0833a2b26a8eb9ac"
SRCREV = "8f7357cf57b46216160cd3dc1f09f02a05fed172"
FILES:${PN} += "${libdir}"

View File

@ -0,0 +1,18 @@
SUMMARY = "A plugin to add expo (overlay) for workspaces."
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
require hyprland-plugins.inc
DEPENDS = " \
pixman \
libdrm \
hyprland \
"
S = "${WORKDIR}/git/hyprexpo"
inherit meson pkgconfig
FILES:${PN} += "${libdir}/libhyprexpo.so"
FILES:${PN}-dev = ""

View File

@ -1,2 +1,2 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "4334510363a8420f17d88505d13405d5126eabf0"
SRCREV = "a7145f019254a7d953d56945c168d1bc698c35e4"

View File

@ -7,7 +7,7 @@ SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
PV = "0.2.0"
S = "${WORKDIR}/git"
SRCREV = "8a7799ae20f3e2e2e716271c21fc9213319ca2a4"
SRCREV = "0eb49192a5cdd5e6e8e6c2c82c33857d78d6cd56"
DEPENDS = " \
cairo \
@ -28,22 +28,12 @@ RDEPENDS:${PN} = "wl-clipboard"
REQUIRED_DISTRO_FEATURES = "wayland"
EXTRA_OEMAKE = "\
WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \
WAYLAND_PROTOCOLS=${STAGING_DATADIR}/wayland-protocols \
"
do_configure:prepend() {
sed -i -e '$ainstall(TARGETS hyprpicker)' ${S}/CMakeLists.txt
}
do_compile:prepend() {
cd ${S} && oe_runmake protocols
}
EXTRA_OEMAKE = "-DCMAKE_BUILD_TYPE:STRING=Release"
do_install() {
install -d ${D}${bindir}
install -m0755 ${B}/hyprpicker ${D}${bindir}
install -d ${D}${bindir} ${D}${datadir}/man/man1
install -m755 ${B}/hyprpicker ${D}${bindir}
install -m644 ${S}/doc/hyprpicker.1 ${D}${datadir}/man/man1
}
inherit cmake pkgconfig features_check

View File

@ -40,7 +40,7 @@ SRC_URI = " \
file://meson-build.patch \
"
SRCREV = "3875679755014997776e091ff8903acfb311dd2f"
SRCREV = "942172d2dc9194b95d637283ec3338c06c9c6597"
PV = "0.38.0"
S = "${WORKDIR}/git"