9 Commits

Author SHA1 Message Date
Markus Volk
776605767f nwg-shell-config: update 2024-05-07 23:36:20 +02:00
Markus Volk
bc0c5fba4d nwg-panel: update 2024-05-07 23:36:20 +02:00
Markus Volk
d97f446d4c nwg-menu: update 2024-05-07 23:36:20 +02:00
Markus Volk
ed68fa152c nwg-drawer: fix go build 2024-05-07 23:36:20 +02:00
Markus Volk
e9653b3a0d nwg-dock-hyprland: update 2024-05-07 23:36:20 +02:00
Markus Volk
49e7dfe426 nwg-dock: update 2024-05-07 23:36:20 +02:00
Markus Volk
6ac82432c3 nwg-bar: update 2024-05-07 23:36:20 +02:00
Markus Volk
ab3af140f8 azote: update 2024-05-07 23:36:20 +02:00
Markus Volk
34b4457a73 nwg-look: dont link shared
If using module mode we cant link shared

This fixes:
| link: duplicated definition of symbol github.com/gotk3/gotk3/glib.(*Object).Unref-fm.(*Object).Unref.func1, from github.com/gotk3/gotk3/gtk and github.com/gotk3/gotk3/gdk
2024-05-05 19:43:47 +02:00
9 changed files with 15 additions and 17 deletions

View File

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

View File

@@ -19,7 +19,6 @@ SRCREV = "86f75d0856193c1ba1505f6afbc1b73d34c7093a"
inherit go go-mod pkgconfig
GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_compile[network] = "1"
PRIVATE_LIBS:${PN}:append = " libstd.so"

View File

@@ -12,12 +12,13 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-dock-hyprland.git"
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.1.7"
SRCREV = "47f41c936b1549cee4a6345cdaa345e880b31a48"
PV = "0.1.8"
SRCREV = "08f399f4baf580274249e42d46e2d788dc28d6a8"
inherit go go-mod pkgconfig
GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_install:append() {
# remove precompiled x86 binaries
@@ -29,5 +30,3 @@ do_install:append() {
}
do_compile[network] = "1"
PRIVATE_LIBS:${PN}:append = " libstd.so"

View File

@@ -18,6 +18,7 @@ SRCREV = "6fdd055eaff282298ea5496d203514b5f99314a0"
inherit go go-mod pkgconfig
GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_install:append() {
# remove precompiled x86 binaries
@@ -26,5 +27,3 @@ do_install:append() {
}
do_compile[network] = "1"
PRIVATE_LIBS:${PN}:append = " libstd.so"

View File

@@ -19,6 +19,7 @@ SRCREV = "0cd48d1631eecb3043ee2c1fed9dfa25ca855375"
inherit go go-mod pkgconfig
GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_install:append() {
# remove precompiled x86 binary
@@ -27,5 +28,3 @@ do_install:append() {
}
do_compile[network] = "1"
PRIVATE_LIBS:${PN}:append = " libstd.so"

View File

@@ -15,6 +15,8 @@ inherit go go-mod pkgconfig gtk-icon-cache
GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_install:append() {
install -d ${D}${datadir}/nwg-look/langs ${D}${datadir}/applications ${D}${datadir}/pixmaps
install -m 0644 ${S}/src/${GO_IMPORT}/stuff/main.glade ${D}${datadir}/nwg-look
@@ -27,4 +29,3 @@ FILES:${PN} += "${datadir}"
do_compile[network] = "1"
PRIVATE_LIBS:${PN}:append = " libstd.so"

View File

@@ -24,6 +24,7 @@ SRCREV = "fd8b92ad1ad0c0c7a23fc7a0be942ca0cbe7f7e0"
inherit go go-mod pkgconfig
GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_install:append() {
# remove precompiled x86 binary

View File

@@ -20,6 +20,6 @@ RDEPENDS:${PN} = "\
inherit setuptools3
S = "${WORKDIR}/git"
PV = "0.9.26"
SRCREV = "6a2e3d4ebaf22dd7490cb6f4ba2fb011048f8c63"
PV = "0.9.31"
SRCREV = "dffae7319c59ae55c515fafb150a0f10be21f3cf"

View File

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