avoid tags in SRCREV

update some recipes on the way
This commit is contained in:
Markus Volk
2022-02-01 04:34:57 +01:00
parent 06cbbaeb7a
commit 49dbb1b91d
43 changed files with 73 additions and 68 deletions

View File

@ -13,7 +13,7 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-bar.git"
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.0.1"
SRCREV = "v${PV}"
SRCREV = "7dd7df3cd9a9e78fe477e88e0f3cb97309d50ff5"
inherit go go-mod pkgconfig

View File

@ -12,7 +12,7 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-dock.git"
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.2.2"
SRCREV = "v${PV}"
SRCREV = "204582169596597095109727302fec51f930c91e"
inherit go go-mod pkgconfig
@ -20,8 +20,8 @@ GO_INSTALL = "${GO_IMPORT}"
do_install:append() {
# remove precompiled x86 binaries
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
rm -r ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell*/example
rm -rf ${D}${libdir}/go/src/${GO_IMPORT}/bin
rm -rf ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell*/example
}
do_compile[network] = "1"

View File

@ -17,7 +17,7 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-drawer.git"
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.2.1"
SRCREV = "v${PV}"
SRCREV = "98efb3661467bd9b1c3c8fccb28143bf86cd206a"
inherit go go-mod pkgconfig
@ -25,8 +25,8 @@ 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
rm -rf ${D}${libdir}/go/src/${GO_IMPORT}/bin
rm -rf ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell*/example
}
do_compile[network] = "1"

View File

@ -27,7 +27,7 @@ PACKAGECONFIG ?= " \
SRC_URI = " \
git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master \
"
SRCREV = "v${PV}"
SRCREV = "4dde40e2a0d82ae87a262e0c2babd22e309d28bf"
PV = "0.6.3"
S = "${WORKDIR}/git"

View File

@ -19,7 +19,7 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-menu.git"
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.1.1"
SRCREV = "v${PV}"
SRCREV = "b76362d971490cb8279b40d9c2d543c5e69232ef"
inherit go go-mod pkgconfig
@ -27,7 +27,7 @@ GO_INSTALL = "${GO_IMPORT}"
do_install:append() {
# remove precompiled x86 binary
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
rm -rf ${D}${libdir}/go/src/${GO_IMPORT}/bin
}
do_compile[network] = "1"

View File

@ -20,5 +20,5 @@ inherit setuptools3
S = "${WORKDIR}/git"
PV = "0.6.0"
SRCREV = "b1072ef51bc11dda16f67d61d8bf0eaf3e90e991"
SRCREV = "221342b252c6608c30147a3cec5bc06eae28ab40"

View File

@ -1,6 +1,6 @@
SUMMARY = "GTK3-based wrapper to display a script output, or a text file content on the desktop in wlroots-based compositors."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fffa55ad1c828db5e334374fb1182530"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f8c294ba3ca22f2369223ac6415d1168"
SRC_URI = " \
git://github.com/nwg-piotr/nwg-wrapper.git;protocol=https;branch=master \
@ -13,5 +13,5 @@ inherit setuptools3 gobject-introspection
S = "${WORKDIR}/git"
PV = "0.1.1"
SRCREV = "v${PV}"
SRCREV = "9c1b0669dd894b6209a3130169956c755154b055"