nwg-launchers: update

This commit is contained in:
Markus Volk 2022-10-20 03:12:02 +02:00
parent 6f7f8eb8e4
commit d634877e31
2 changed files with 31 additions and 2 deletions

View File

@ -0,0 +1,27 @@
From e8e259b76082189d5ed504f8e7a4aabb26f199a7 Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Wed, 19 Oct 2022 13:54:52 +0200
Subject: [PATCH] meson.build:
README.md generation has recently been reworked and is currently broken
for crosscompilation.
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 33fb839..d8d46c9 100644
--- a/meson.build
+++ b/meson.build
@@ -74,7 +74,7 @@ endif
# generate README.md from template
# make sure to copy it to the source directory!
-if python.found()
+if python.found() and not meson.is_cross_build()
readme = custom_target('readme',
output: [ 'README.md' ],
input: [ 'README.md.in' ],
--
2.34.1

View File

@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
DEPENDS += " \
gtkmm3 \
librsvg \
nlohmann-json \
"
@ -26,9 +27,10 @@ PACKAGECONFIG ?= " \
SRC_URI = " \
git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master \
file://0001-meson.build.patch \
"
SRCREV = "eb007dd3e583a007e0055973453c8ec149ec0b01"
PV = "0.6.3"
SRCREV = "7cc3ad0bcd142f25efb5251941aec9d25366cb3a"
PV = "0.7.0"
S = "${WORKDIR}/git"