mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-24 09:46:45 +02:00
Compare commits
5 Commits
59fbc85ba3
...
0cc685fb0f
Author | SHA1 | Date | |
---|---|---|---|
|
0cc685fb0f | ||
|
4127159e77 | ||
|
d300da1c43 | ||
|
a5a3d66164 | ||
|
f5624b0b9e |
@ -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 \
|
||||
|
@ -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}"
|
18
recipes-support/hyprland/hyprland-expo.bb
Normal file
18
recipes-support/hyprland/hyprland-expo.bb
Normal 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 = ""
|
@ -1,2 +1,2 @@
|
||||
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
||||
SRCREV = "4334510363a8420f17d88505d13405d5126eabf0"
|
||||
SRCREV = "a7145f019254a7d953d56945c168d1bc698c35e4"
|
||||
|
@ -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
|
||||
|
@ -40,7 +40,7 @@ SRC_URI = " \
|
||||
file://meson-build.patch \
|
||||
"
|
||||
|
||||
SRCREV = "3875679755014997776e091ff8903acfb311dd2f"
|
||||
SRCREV = "942172d2dc9194b95d637283ec3338c06c9c6597"
|
||||
PV = "0.38.0"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user