From 1fbe1d98a85d24f6be213f8192cdb336dd58bdd4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 28 Jul 2021 07:54:08 +0200 Subject: [PATCH] light: add recipe --- recipes-extended/light/light_git.bb | 18 ++++++++++++++++++ recipes-support/nwg-shell/nwg-panel_git.bb | 1 + 2 files changed, 19 insertions(+) create mode 100644 recipes-extended/light/light_git.bb diff --git a/recipes-extended/light/light_git.bb b/recipes-extended/light/light_git.bb new file mode 100644 index 0000000..9f3d609 --- /dev/null +++ b/recipes-extended/light/light_git.bb @@ -0,0 +1,18 @@ +SUMMARY = "A program to control backlights (and other hardware lights) in GNU/Linux." +HOMEPAGE = "https://github.com/haikarainen/light" +SECTION = "libs" +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +SRC_URI = " \ + git://github.com/haikarainen/light.git \ +" + +S = "${WORKDIR}/git" +PV = "1.2.2" +SRCREV = "v${PV}" + +CFLAGS += " -fcommon" + +inherit autotools pkgconfig + diff --git a/recipes-support/nwg-shell/nwg-panel_git.bb b/recipes-support/nwg-shell/nwg-panel_git.bb index 06e3759..27fb42a 100644 --- a/recipes-support/nwg-shell/nwg-panel_git.bb +++ b/recipes-support/nwg-shell/nwg-panel_git.bb @@ -7,6 +7,7 @@ SRC_URI = " \ " RDEPENDS_${PN} = "\ + light \ python3 \ python3-pygobject \ python3-psutil \