Compare commits

..

7 Commits

Author SHA1 Message Date
Markus Volk
694e8d1b50 hyprland-plugins: update 2024-07-24 07:53:47 +02:00
Markus Volk
07e0e53584 hyprwayland-scanner: update 2024-07-24 07:53:47 +02:00
Markus Volk
223c031b14 hyprutils: update 2024-07-24 07:53:47 +02:00
Markus Volk
3761bd76e2 hyprlang: update 2024-07-24 07:53:47 +02:00
Markus Volk
41ef08bc10 hyprland: update 2024-07-24 07:53:47 +02:00
Markus Volk
ce27681a6a aquamarine: update 2024-07-24 07:53:47 +02:00
Markus Volk
8cc75f8083 add 'Upstream-Status' to some patches 2024-07-24 07:53:47 +02:00
11 changed files with 15 additions and 7 deletions

View File

@ -3,6 +3,7 @@ From: Cole Mickens <cole.mickens@gmail.com>
Date: Sun, 26 Jan 2020 01:27:08 -0800
Subject: [PATCH] CMakeLists.txt: output date.pc for pkg-config
Upstream-Status: Pending []
---
CMakeLists.txt | 15 +++++++++++++++
date.pc.in | 10 ++++++++++

View File

@ -8,6 +8,8 @@ workaround for:
| FAILED: version.h
| /home/flk/build/poky/build-intel/tmp/hosttools/env LC_ALL=C ../git/generate-version.sh 3.0.1 ../git/ version.h
| fatal: unsafe repository ('/home/flk/build/poky/build-intel/tmp/work/corei7-64-poky-linux/fcft/3.0.1-r0/git' is owned by someone else)
Upstream-Status: Inappropriate [oe-specific]
---
generate-version.sh | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)

View File

@ -4,6 +4,8 @@ Date: Thu, 13 Jul 2023 19:26:40 +0200
Subject: [PATCH] Makefile: dont add -static to LDFLAGS
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Upstream-Status: Inappropriate [oe-specific]
---
Makefile | 1 -
1 file changed, 1 deletion(-)

View File

@ -4,6 +4,8 @@ Date: Mon, 1 Jun 2020 22:32:16 +0200
Subject: [PATCH 1/1] fix wrong math
Signed-off-by: Christian Hesse <mail@eworm.de>
Upstream-Status: Pending []
---
xcur2png.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

View File

@ -3,6 +3,7 @@ From: Markus Volk <f_l_k@t-online.de>
Date: Tue, 19 Apr 2022 13:41:21 +0200
Subject: [PATCH] generate-version.sh: dont try to fetch version from git
Upstream-Status: Inappropriate [oe-specific]
---
generate-version.sh | 21 ++-------------------
1 file changed, 2 insertions(+), 19 deletions(-)

View File

@ -22,7 +22,7 @@ DEPENDS = " \
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
SRCREV = "db417a49e8d7391e11c6ecbccd6dbf22983f28bf"
SRCREV = "4c72cd4d0b0368ce78bf94ea7f23d47670f0d429"
PV = "0.1.0"
inherit cmake pkgconfig

View File

@ -1,5 +1,5 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "98cb18c6fcfe8196ef4150d09fbae305b7bb2954"
SRCREV = "1ce5b7a046a53c06d33dea79ea63c1e1fce377f8"
# Hack to allow patching the plugins
do_configure:prepend() {

View File

@ -45,9 +45,9 @@ RRECOMMENDS:${PN} ?= " \
hyprland-contrib \
"
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=aquamarine"
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
SRCREV = "10bbd96868967c272963ce8d8132b93f18f6d574"
SRCREV = "e2efecc24e6534f46352cab13975778e3f0b5735"
PV = "0.42-dev"
S = "${WORKDIR}/git"

View File

@ -9,7 +9,7 @@ DEPENDS = "hyprutils"
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
SRCREV = "5df0174fd09de4ac5475233d65ffc703e89b82eb"
SRCREV = "adbefbf49664a6c2c8bf36b6487fd31e3eb68086"
PV = "0.5.2"
inherit cmake pkgconfig

View File

@ -9,7 +9,7 @@ DEPENDS = "pixman"
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
SRCREV = "eb1ceff2b87f6820789249f63faa8e9dcb54d05f"
SRCREV = "962582a090bc233c4de9d9897f46794280288989"
PV = "0.2.0"
inherit cmake pkgconfig

View File

@ -9,7 +9,7 @@ SRC_URI = "git://github.com/hyprwm/hyprwayland-scanner.git;protocol=https;branch
DEPENDS = "pugixml"
S = "${WORKDIR}/git"
SRCREV = "d5fa094ca27e0039be5e94c0a80ae433145af8bb"
SRCREV = "a048a6cb015340bd82f97c1f40a4b595ca85cc30"
PV = "0.4.0"
inherit cmake pkgconfig