2021-07-27 11:37:58 +02:00
|
|
|
SUMMARY = "nwg-launchers written in c++"
|
|
|
|
HOMEPAGE = "https://github.com/nwg-piotr/nwg-launchers"
|
|
|
|
BUGTRACKER = "https://github.com/nwg-piotr/nwg-launchers/issues"
|
|
|
|
SECTION = "graphics"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|
|
|
|
|
|
|
DEPENDS += " \
|
|
|
|
gtkmm3 \
|
|
|
|
nlohmann-json \
|
|
|
|
"
|
|
|
|
|
|
|
|
PACKAGECONFIG[bar] = "-Dbar=true,-Dbar=false"
|
|
|
|
PACKAGECONFIG[dmenu] = "-Ddmenu=true,-Ddmenu=false"
|
|
|
|
PACKAGECONFIG[grid] = "-Dgrid=true,-Dgrid=false"
|
|
|
|
PACKAGECONFIG[layer-shell] = "-Dlayer-shell=enabled,-Dlayer-shell=disabled,gtk-layer-shell"
|
|
|
|
PACKAGECONFIG[gdk-x11] = "-Dgdk-x11=enabled,-Dgdk-x11=disabled"
|
|
|
|
|
|
|
|
PACKAGECONFIG ?= " \
|
|
|
|
bar \
|
|
|
|
dmenu \
|
|
|
|
grid \
|
|
|
|
layer-shell \
|
|
|
|
"
|
|
|
|
|
|
|
|
SRC_URI = " \
|
2021-11-23 17:16:27 +01:00
|
|
|
git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master \
|
2021-07-27 11:37:58 +02:00
|
|
|
"
|
2022-02-01 04:34:57 +01:00
|
|
|
SRCREV = "4dde40e2a0d82ae87a262e0c2babd22e309d28bf"
|
2021-10-10 07:04:31 +02:00
|
|
|
PV = "0.6.3"
|
2021-07-27 11:37:58 +02:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
inherit meson pkgconfig
|
|
|
|
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
|
|
|
|
BBCLASSEXTEND = ""
|
|
|
|
|