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
remove do_compile[network] = "1"
nwg-drawer: update LICENSE checksum
[b906f24284
]
This commit is contained in:
23
recipes-gtk/nwg-shell/nwg-bar/nwg-bar_0.1.6.bb
Normal file
23
recipes-gtk/nwg-shell/nwg-bar/nwg-bar_0.1.6.bb
Normal file
@ -0,0 +1,23 @@
|
||||
SUMMARY = "nwg-bar for wlroots based compositors."
|
||||
DESCRIPTION = "The nwg-bar command creates a button bar on the basis of a JSON template placed in the ~/.config/nwg-bar/ folder."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=dcdbccfd08fcfd7002d16ca7fa5ad5cb"
|
||||
|
||||
DEPENDS = " \
|
||||
gtk+3 \
|
||||
gtk-layer-shell \
|
||||
"
|
||||
RDEPENDS:${PN} = "go-runtime"
|
||||
|
||||
GO_IMPORT = "github.com/nwg-piotr/nwg-bar.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
|
||||
SRCREV = "c4da7d817747ad2f8cfda332d95bd4fc55eb6b34"
|
||||
|
||||
require nwg-bar-go-mods.inc nwg-bar-licenses.inc
|
||||
|
||||
inherit go go-mod pkgconfig go-mod-update-modules
|
||||
|
||||
GO_INSTALL = "${GO_IMPORT}"
|
||||
GO_LINKSHARED = ""
|
Reference in New Issue
Block a user