mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
nwg-shell: use go-mod-update-modules class
cleanup
This commit is contained in:
35
recipes-gtk/nwg-shell/nwg-launchers/nwg-launchers_0.7.1.1.bb
Normal file
35
recipes-gtk/nwg-shell/nwg-launchers/nwg-launchers_0.7.1.1.bb
Normal file
@ -0,0 +1,35 @@
|
||||
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 \
|
||||
librsvg \
|
||||
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 = "git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master"
|
||||
SRCREV = "c4d8d369782d32becfe8a8105abec9b61119a629"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
BBCLASSEXTEND = ""
|
Reference in New Issue
Block a user