From d7c4158ab0aa825d987d147d583ab0ca4be7717d Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 4 Jun 2021 10:26:46 +0200 Subject: [PATCH] add SUMMARY descriptions --- recipes-graphics/wayland/waylandpp_0.2.8.bb | 4 ++-- recipes-wlroots/wayfire/wf-config_0.7.1.bb | 2 +- recipes-wlroots/wayfire/wf-shell_0.7.0.bb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/wayland/waylandpp_0.2.8.bb b/recipes-graphics/wayland/waylandpp_0.2.8.bb index e4d59db..2e155a7 100644 --- a/recipes-graphics/wayland/waylandpp_0.2.8.bb +++ b/recipes-graphics/wayland/waylandpp_0.2.8.bb @@ -1,14 +1,14 @@ +SUMMARY = " C++ binding for Wayland using the most modern C++ technology" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7f6b13e4480850c59e176edd427d996e" -PV = "0.2.8" SRC_URI = "git://github.com/NilsBrause/waylandpp.git;tag=${PV}" DEPENDS_append_class-native = " pugixml-native" DEPENDS_append_class-target = " waylandpp-native wayland virtual/egl" - S = "${WORKDIR}/git" +PV = "0.2.8" inherit cmake diff --git a/recipes-wlroots/wayfire/wf-config_0.7.1.bb b/recipes-wlroots/wayfire/wf-config_0.7.1.bb index 2a3da3a..6302c19 100644 --- a/recipes-wlroots/wayfire/wf-config_0.7.1.bb +++ b/recipes-wlroots/wayfire/wf-config_0.7.1.bb @@ -1,4 +1,4 @@ -SUMMARY = "A Wayland WM" +SUMMARY = "A library for managing configuration files, written for wayfire " HOMEPAGE = "https://github.com/WayfireWM/wf-config" BUGTRACKER = "https://github.com/WayfireWM/wf-config/issues" SECTION = "graphics" diff --git a/recipes-wlroots/wayfire/wf-shell_0.7.0.bb b/recipes-wlroots/wayfire/wf-shell_0.7.0.bb index 3701787..ce8840f 100644 --- a/recipes-wlroots/wayfire/wf-shell_0.7.0.bb +++ b/recipes-wlroots/wayfire/wf-shell_0.7.0.bb @@ -1,4 +1,4 @@ -SUMMARY = "A Wayland WM" +SUMMARY = "A GTK3-based panel for wayfire" HOMEPAGE = "https://github.com/WayfireWM/wf-shell" BUGTRACKER = "https://github.com/WayfireWM/wf-shell/issues" SECTION = "graphics"