nwg-shell: update recipes

This commit is contained in:
MarkusVolk 2021-10-10 07:04:31 +02:00
parent 45601948b3
commit 3abb8b5866
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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
}

View File

@ -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"