hyprlang: update

This commit is contained in:
Markus Volk 2024-01-04 06:31:40 +01:00
parent 50842bb7b6
commit 889575d3a3
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,24 @@
From 939d6dd50a2d2a96de4735917dd42c2c508d67cc Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Thu, 4 Jan 2024 07:54:42 +0100
Subject: [PATCH] hyprlang.pc.in: fix include path
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
hyprlang.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyprlang.pc.in b/hyprlang.pc.in
index 97350dc..d09a8cf 100644
--- a/hyprlang.pc.in
+++ b/hyprlang.pc.in
@@ -1,5 +1,5 @@
prefix=@PREFIX@
-includedir=@INCLUDE@
+includedir=${prefix}/include
libdir=${prefix}/lib
Name: hyprlang
--
2.43.0

View File

@ -0,0 +1,19 @@
SUMMARY = "The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for linux applications."
HOMEPAGE = "https:/github.com/hyprwm/hyprlang"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
SRC_URI = " \
git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main \
file://0001-hyprlang.pc.in-fix-include-path.patch \
"
S = "${WORKDIR}/git"
SRCREV = "6624f2bb66d4d27975766e81f77174adbe58ec97"
PV = "0.2.1"
inherit cmake
FILES:${PN} += "${libdir} ${datadir}"
FILES:${PN}-dev = "${includedir}"