mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-11 03:16:46 +02:00
Compare commits
13 Commits
62f47c8674
...
cc2f1d0922
Author | SHA1 | Date | |
---|---|---|---|
|
cc2f1d0922 | ||
|
dcc18efc6d | ||
|
787e1e62e4 | ||
|
6ca41e5c7a | ||
|
765a4a78d5 | ||
|
2f0f548635 | ||
|
d17c900560 | ||
|
ae8502f06b | ||
|
efadc5140a | ||
|
6b423bd4aa | ||
|
777c302ffd | ||
|
95246e8c9a | ||
|
7165866c60 |
@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprland-qtutils.git;protocol=https;branch=main"
|
||||
|
||||
SRCREV = "969427419276c7ee170301ef1ebe0f68eb6eb2e2"
|
||||
SRCREV = "6997fe382dcf396704227d2b98ffdd5066da6959"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.1.0"
|
||||
PV = "0.1.2"
|
||||
|
||||
DEPENDS = "qtbase qtquick3d qttools-native qtwayland qtwayland-native hyprutils"
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprpolkitagent.git;protocol=https;branch=main"
|
||||
|
||||
SRCREV = "615efd49303cb164bbf4ad065792e02d8f652a36"
|
||||
SRCREV = "08cab3a4d9277687562702ae2db56305f9165081"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.1.1"
|
||||
|
||||
|
@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprsysteminfo.git;protocol=https;branch=main"
|
||||
|
||||
SRCREV = "8b271e2ba39a5a9299e4e7bb60245a71704f5a89"
|
||||
SRCREV = "3498fad4c4b9c161fd78896ef583f492c93c7859"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.1.1"
|
||||
PV = "0.1.2"
|
||||
|
||||
DEPENDS = "qtbase qtquick3d qttools-native hyprutils qtwayland qtwayland-native"
|
||||
|
||||
|
@ -24,8 +24,8 @@ SRC_URI = " \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.20.0"
|
||||
SRCREV = "9b1c31ebcb4d40c8763207eb9e76f2f15f125071"
|
||||
PV = "1.20.1"
|
||||
SRCREV = "b0e6645395934077f11df125452ed47d160f1bc9"
|
||||
|
||||
PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc"
|
||||
PACKAGECONFIG[docs] = "-Ddocs=enabled,-Ddocs=disabled,scdoc-native"
|
||||
|
@ -22,7 +22,7 @@ DEPENDS = " \
|
||||
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "a23e9a9bdfa745efe578442f180e1079602ad6b9"
|
||||
PV = "0.5.1"
|
||||
SRCREV = "5bc315ed56c761f3b6187cb89d5633cfc6e3f47a"
|
||||
PV = "0.6.0"
|
||||
|
||||
inherit cmake pkgconfig
|
@ -9,6 +9,6 @@ DEPENDS = "pixman cairo jpeg hyprutils libwebp libjxl file"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprgraphics.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "0f9b8ca692b319c3cadd10175518805dbdc33ef0"
|
||||
SRCREV = "52202272d89da32a9f866c0d10305a5e3d954c50"
|
||||
PV = "0.1.1"
|
||||
inherit cmake pkgconfig
|
@ -1,5 +1,5 @@
|
||||
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
||||
SRCREV = "a41bcdccac7d3fe220b3a8519633f0a812da3439"
|
||||
SRCREV = "b6b31113ce84419c69ed575c22194e4023d2952a"
|
||||
|
||||
# Hack to allow patching the plugins
|
||||
do_configure:prepend() {
|
@ -45,7 +45,7 @@ RRECOMMENDS:${PN} ?= " \
|
||||
|
||||
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1"
|
||||
SRC_URI += "file://0001-meson.build-use-pkgconfig-for-glaze.patch"
|
||||
SRCREV = "4e93b2def5f00f944abbd63a8258ee18bd99ff54"
|
||||
SRCREV = "b9f110ef8726fcba2b4ee69856027731e73003a5"
|
||||
PV = "0.46.2"
|
||||
S = "${WORKDIR}/git"
|
||||
|
@ -29,8 +29,8 @@ DEPENDS = " \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "3d63d9b129d5def270bc8a2471347e6f97274e2b"
|
||||
PV = "0.6.0"
|
||||
SRCREV = "de844d39adb09a827f15f4246a10bb7876f3c341"
|
||||
PV = "0.6.1"
|
||||
|
||||
inherit cmake pkgconfig features_check
|
||||
|
@ -6,20 +6,17 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main"
|
||||
|
||||
PV = "0.7.3"
|
||||
SRCREV = "eb9db3b815b09e8dcc5ae92b1bd03f9c8e63eeea"
|
||||
SRCREV = "251e8e2593cdd2ef0a015f4f6e211a7bab3a63ed"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += " \
|
||||
cairo \
|
||||
file \
|
||||
fribidi \
|
||||
hyprlang \
|
||||
hyprutils \
|
||||
hyprgraphics \
|
||||
hyprwayland-scanner-native \
|
||||
jpeg \
|
||||
libjxl \
|
||||
libglvnd \
|
||||
libwebp \
|
||||
pango \
|
||||
wayland \
|
||||
wayland-native \
|
@ -1,35 +0,0 @@
|
||||
From 15a51707cd18b398bf3a3abc077fd0f8245b3ceb Mon Sep 17 00:00:00 2001
|
||||
From: Markus Volk <f_l_k@t-online.de>
|
||||
Date: Mon, 30 Dec 2024 08:26:09 +0100
|
||||
Subject: [PATCH] hyprpicker.cpp: drop wl_ressource
|
||||
|
||||
Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
||||
---
|
||||
src/hyprpicker.cpp | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/hyprpicker.cpp b/src/hyprpicker.cpp
|
||||
index 2e8dbbf..ed07b99 100644
|
||||
--- a/src/hyprpicker.cpp
|
||||
+++ b/src/hyprpicker.cpp
|
||||
@@ -573,7 +573,7 @@ void CHyprpicker::initKeyboard() {
|
||||
}
|
||||
|
||||
void CHyprpicker::initMouse() {
|
||||
- m_pPointer->setEnter([this](CCWlPointer* r, uint32_t serial, wl_resource* surface, wl_fixed_t surface_x, wl_fixed_t surface_y) {
|
||||
+ m_pPointer->setEnter([this](CCWlPointer* r, uint32_t serial, wl_proxy* surface, wl_fixed_t surface_x, wl_fixed_t surface_y) {
|
||||
auto x = wl_fixed_to_double(surface_x);
|
||||
auto y = wl_fixed_to_double(surface_y);
|
||||
|
||||
@@ -590,7 +590,7 @@ void CHyprpicker::initMouse() {
|
||||
|
||||
m_pCursorShapeDevice->sendSetShape(serial, WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_CROSSHAIR);
|
||||
});
|
||||
- m_pPointer->setLeave([this](CCWlPointer* r, uint32_t timeMs, wl_resource* surf) {
|
||||
+ m_pPointer->setLeave([this](CCWlPointer* r, uint32_t timeMs, wl_proxy* surf) {
|
||||
for (auto& ls : m_vLayerSurfaces) {
|
||||
if (ls->pSurface->resource() == surf) {
|
||||
renderSurface(ls.get(), true);
|
||||
--
|
||||
2.47.1
|
||||
|
@ -4,10 +4,9 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
|
||||
SRC_URI += "file://0001-hyprpicker.cpp-drop-wl_ressource.patch"
|
||||
PV = "0.4.1"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "46d2f5a817a89405cef941d8beb4551425acf3da"
|
||||
SRCREV = "444c40e5e3dc4058a6a762ba5e73ada6d6469055"
|
||||
|
||||
DEPENDS = " \
|
||||
cairo \
|
@ -9,7 +9,7 @@ DEPENDS = "pixman"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "c42ce87eb3fe9f3c5fd62f370afe5a7170ebda44"
|
||||
PV = "0.3.1"
|
||||
SRCREV = "3c895da64b0eb19870142196fa48c07090b441c4"
|
||||
PV = "0.3.3"
|
||||
|
||||
inherit cmake pkgconfig
|
Loading…
x
Reference in New Issue
Block a user