Compare commits

...

6 Commits

Author SHA1 Message Date
Markus Volk
877e8f6b8e autotiling: update 2024-05-29 08:55:59 +02:00
Markus Volk
3e89ab7f1a nwg-hello: update 2024-05-29 08:55:35 +02:00
Markus Volk
e8c63efd51 fix for some go recipes 2024-05-29 08:54:18 +02:00
Markus Volk
fe1e6d236d nwg-shell-config: update 2024-05-29 08:53:37 +02:00
Markus Volk
d75566b0e0 azote: update 2024-05-29 08:53:12 +02:00
Markus Volk
21caa0fa42 add S = "${WORKDIR}/sources" for go recipes 2024-05-29 08:39:48 +02:00
13 changed files with 31 additions and 20 deletions

View File

@ -13,6 +13,6 @@ RDEPENDS:${PN} = "python-i3ipc"
inherit setuptools3 inherit setuptools3
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "1.9.2" PV = "1.9.3"
SRCREV = "d31aad311cd9280517e429eb397915fb4ff21a40" SRCREV = "b6a8b9af52892a04d75118f79d2aad4edc3df963"

View File

@ -25,8 +25,8 @@ RDEPENDS:${PN} = " \
inherit setuptools3 inherit setuptools3
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "1.12.7" PV = "1.12.9"
SRCREV = "73a3cf3cbf3ea059e605c6f5f8f5c25a8e734170" SRCREV = "20849501ee5fecc701d4bdfdbce6d6a320737a7d"
do_configure:prepend() { do_configure:prepend() {
[ -d ${S}/dist ] && mv ${S}/dist ${S}/distrib [ -d ${S}/dist ] && mv ${S}/dist ${S}/distrib

View File

@ -12,19 +12,19 @@ RDEPENDS:${PN} = "ddcutil"
GO_IMPORT = "github.com/nwg-piotr/ddcpopup.git" GO_IMPORT = "github.com/nwg-piotr/ddcpopup.git"
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https" SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.1" PV = "0.1"
SRCREV = "8fab5132e49e08a1eeaa7a0dd3350d06f4399200" SRCREV = "8fab5132e49e08a1eeaa7a0dd3350d06f4399200"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
inherit go go-mod pkgconfig inherit go go-mod pkgconfig
GO_INSTALL = "${GO_IMPORT}" GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_compile[network] = "1" do_compile[network] = "1"
do_install:append() { do_install:append() {
mv ${D}${bindir}/main ${D}${bindir}/ddcpopup mv ${D}${bindir}/main ${D}${bindir}/ddcpopup
# remove precompiled x86 binaries
rm -r ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell@*/example
} }

View File

@ -4,13 +4,16 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=22ed6cb3c33862e689e075b4
GO_IMPORT = "github.com/nwg-piotr/gopsuinfo.git" GO_IMPORT = "github.com/nwg-piotr/gopsuinfo.git"
SRC_URI = "git://${GO_IMPORT};branch=main;protocol=https" SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};branch=main;protocol=https"
PV = "0.1.5" PV = "0.1.5"
SRCREV = "60e4f83b6c4d84955e0a07f7bdc63d8089b4ba1e" SRCREV = "60e4f83b6c4d84955e0a07f7bdc63d8089b4ba1e"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
inherit go go-mod inherit go go-mod
GO_INSTALL = "${GO_IMPORT}" GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_compile[network] = "1" do_compile[network] = "1"

View File

@ -15,7 +15,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
PV = "0.1.5" PV = "0.1.5"
SRCREV = "86f75d0856193c1ba1505f6afbc1b73d34c7093a" SRCREV = "86f75d0856193c1ba1505f6afbc1b73d34c7093a"
S = "${UNPACKDIR}" S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
inherit go go-mod pkgconfig inherit go go-mod pkgconfig

View File

@ -14,7 +14,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
PV = "0.1.9" PV = "0.1.9"
SRCREV = "d4cd7439ebfb29238674b94deb120695dd1425f1" SRCREV = "d4cd7439ebfb29238674b94deb120695dd1425f1"
S = "${UNPACKDIR}" S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
inherit go go-mod pkgconfig inherit go go-mod pkgconfig

View File

@ -14,7 +14,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
PV = "0.3.9" PV = "0.3.9"
SRCREV = "6fdd055eaff282298ea5496d203514b5f99314a0" SRCREV = "6fdd055eaff282298ea5496d203514b5f99314a0"
S = "${UNPACKDIR}" S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
inherit go go-mod pkgconfig inherit go go-mod pkgconfig

View File

@ -15,7 +15,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
PV = "0.4.7" PV = "0.4.7"
SRCREV = "0cd48d1631eecb3043ee2c1fed9dfa25ca855375" SRCREV = "0cd48d1631eecb3043ee2c1fed9dfa25ca855375"
S = "${UNPACKDIR}" S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
inherit go go-mod pkgconfig inherit go go-mod pkgconfig

View File

@ -16,8 +16,8 @@ RRECOMMENDS:${PN} = "gnome-themes-extra"
inherit setuptools3 useradd inherit setuptools3 useradd
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.1.8" PV = "0.2.0"
SRCREV = "0d207e17ba6e911a7d1536a9a0a8d5c627511709" SRCREV = "aa6a9e4a9024dba8ebaa98af53df82b3c19d379a"
USERADD_PACKAGES = "${PN}" USERADD_PACKAGES = "${PN}"
USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/bash greeter" USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/bash greeter"

View File

@ -10,7 +10,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-look"
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};branch=main;protocol=https" SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};branch=main;protocol=https"
SRCREV = "88f2639445084bf265ad71dba1c7af507c471762" SRCREV = "88f2639445084bf265ad71dba1c7af507c471762"
PV = "0.2.7" PV = "0.2.7"
S = "${UNPACKDIR}" S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
inherit go go-mod pkgconfig gtk-icon-cache inherit go go-mod pkgconfig gtk-icon-cache

View File

@ -19,7 +19,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
PV = "0.1.3" PV = "0.1.3"
SRCREV = "fd8b92ad1ad0c0c7a23fc7a0be942ca0cbe7f7e0" SRCREV = "fd8b92ad1ad0c0c7a23fc7a0be942ca0cbe7f7e0"
S = "${UNPACKDIR}" S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
inherit go go-mod pkgconfig inherit go go-mod pkgconfig

View File

@ -17,6 +17,6 @@ RDEPENDS:${PN} = "\
inherit setuptools3 inherit setuptools3
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.5.37" PV = "0.5.38"
SRCREV = "0137ed8f8c999eb72b4dd3db996d25a241e161a8" SRCREV = "2e0710f9540022dc11ea5109677c8a29ebc278eb"

View File

@ -17,11 +17,13 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
PV = "0.0.1" PV = "0.0.1"
SRCREV = "782a37014de40f63115825c0b5bd343dee2ba668" SRCREV = "782a37014de40f63115825c0b5bd343dee2ba668"
S = "${UNPACKDIR}" S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
inherit go go-mod pkgconfig gtk-icon-cache inherit go go-mod pkgconfig gtk-icon-cache
GO_INSTALL = "${GO_IMPORT}" GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_install:append() { do_install:append() {
install -d \ install -d \