mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
avoid tags in SRCREV
update some recipes on the way
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -20,5 +20,5 @@ inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.6.0"
|
||||
SRCREV = "b1072ef51bc11dda16f67d61d8bf0eaf3e90e991"
|
||||
SRCREV = "221342b252c6608c30147a3cec5bc06eae28ab40"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -26,7 +26,7 @@ SRC_URI = " \
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.3.1"
|
||||
SRCREV = "${PV}"
|
||||
SRCREV = "9384edbf487d34ede0c84f6c33178390c0e6fe14"
|
||||
|
||||
EXTRA_OEMESON += " \
|
||||
--buildtype release \
|
||||
|
Reference in New Issue
Block a user