mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
nwg-shell: update recipes
This commit is contained in:
parent
45601948b3
commit
3abb8b5866
@ -11,7 +11,7 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-dock.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};nobranch=1"
|
||||
|
||||
PV = "0.1.6"
|
||||
PV = "0.2.0"
|
||||
SRCREV = "v${PV}"
|
||||
|
||||
inherit go go-mod
|
||||
|
@ -16,7 +16,7 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-drawer.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};nobranch=1"
|
||||
|
||||
PV = "0.1.12"
|
||||
PV = "0.2.1"
|
||||
SRCREV = "v${PV}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
@ -26,5 +26,6 @@ GO_INSTALL = "${GO_IMPORT}"
|
||||
do_install:append() {
|
||||
# remove precompiled x86 binary
|
||||
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
|
||||
rm -r ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell*/example
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@ SRC_URI = " \
|
||||
git://github.com/nwg-piotr/nwg-launchers.git;protocol=https \
|
||||
"
|
||||
SRCREV = "v${PV}"
|
||||
PV = "0.6.1"
|
||||
PV = "0.6.3"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user