Compare commits

..

No commits in common. "0cc685fb0fbb13e331fdba49f032302a3a95ae4a" and "59fbc85ba3482954df995254487e5d9fdc99debb" have entirely different histories.

6 changed files with 19 additions and 27 deletions

View File

@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "wayland"
BBFILE_PATTERN_wayland = "^${LAYERDIR}/"
BBFILE_PRIORITY_wayland = "5"
LAYERSERIES_COMPAT_wayland = "scarthgap styhead"
LAYERSERIES_COMPAT_wayland = "scarthgap"
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 = "8f7357cf57b46216160cd3dc1f09f02a05fed172"
SRCREV = "8235d5e0259b65e80c755a2a0833a2b26a8eb9ac"
FILES:${PN} += "${libdir}"

View File

@ -1,18 +0,0 @@
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 = "a7145f019254a7d953d56945c168d1bc698c35e4"
SRCREV = "4334510363a8420f17d88505d13405d5126eabf0"

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 = "0eb49192a5cdd5e6e8e6c2c82c33857d78d6cd56"
SRCREV = "8a7799ae20f3e2e2e716271c21fc9213319ca2a4"
DEPENDS = " \
cairo \
@ -28,12 +28,22 @@ RDEPENDS:${PN} = "wl-clipboard"
REQUIRED_DISTRO_FEATURES = "wayland"
EXTRA_OEMAKE = "-DCMAKE_BUILD_TYPE:STRING=Release"
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
}
do_install() {
install -d ${D}${bindir} ${D}${datadir}/man/man1
install -m755 ${B}/hyprpicker ${D}${bindir}
install -m644 ${S}/doc/hyprpicker.1 ${D}${datadir}/man/man1
install -d ${D}${bindir}
install -m0755 ${B}/hyprpicker ${D}${bindir}
}
inherit cmake pkgconfig features_check

View File

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