mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
nwg-drawer: update
This commit is contained in:
29
recipes-gtk/nwg-shell/nwg-drawer/nwg-drawer_0.7.1.bb
Normal file
29
recipes-gtk/nwg-shell/nwg-drawer/nwg-drawer_0.7.1.bb
Normal file
@ -0,0 +1,29 @@
|
||||
SUMMARY = "GTK3-based application launcher for wlroots based compositors."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=0bfb54bb2e805f7da490004ef8a2adab"
|
||||
|
||||
DEPENDS = " \
|
||||
gtk+3 \
|
||||
gtk-layer-shell \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "go-runtime"
|
||||
|
||||
GO_IMPORT = "github.com/nwg-piotr/nwg-drawer.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
|
||||
SRCREV = "b6209d5ab30da1c4beadd22fb2a9a63bf1ef607b"
|
||||
|
||||
require nwg-drawer-go-mods.inc nwg-drawer-licenses.inc
|
||||
|
||||
inherit go go-mod pkgconfig go-mod-update-modules
|
||||
|
||||
GO_INSTALL = "${GO_IMPORT}"
|
||||
GO_LINKSHARED = ""
|
||||
|
||||
do_install:append() {
|
||||
# remove precompiled x86 binary
|
||||
rm -rf ${D}${libdir}/go/src/${GO_IMPORT}/bin
|
||||
rm -rf ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell*/example
|
||||
}
|
Reference in New Issue
Block a user