Compare commits

...

10 Commits

Author SHA1 Message Date
Markus Volk
5d443fe1f1 nwg-shell-config: update 2025-03-04 13:58:38 +01:00
Markus Volk
6e73933dcf nwg-panel: update 2025-03-04 13:58:23 +01:00
Markus Volk
e7e3b825e2 nwg-menu: update 2025-03-04 13:58:06 +01:00
Markus Volk
f546ed96af nwg-look: update 2025-03-04 13:57:49 +01:00
Markus Volk
d1c859c498 nwg-drawer: update 2025-03-04 13:57:34 +01:00
Markus Volk
41ca06f9c6 nwg-dock-hyprland: update 2025-03-04 13:57:14 +01:00
Markus Volk
52fa9c6cb4 nwg-displays: update 2025-03-04 13:56:48 +01:00
Markus Volk
ec790c97a2 nwg-bar: update 2025-03-04 13:56:29 +01:00
Markus Volk
c633d366db azote-palettes: update 2025-03-04 13:56:13 +01:00
Markus Volk
efb4cd7a88 azote: update 2025-03-04 13:55:59 +01:00
10 changed files with 21 additions and 21 deletions

View File

@ -16,6 +16,6 @@ RDEPENDS:${PN} = " \
inherit setuptools3
S = "${WORKDIR}/git"
PV = "1.0.1"
SRCREV = "b5aaf3ecc0df3809c6b0f07c6b7bf8376f017a5b"
PV = "1.0.2"
SRCREV = "a4116c840db361890737cb0eb5ebbe378f03e9c1"

View File

@ -24,8 +24,8 @@ RDEPENDS:${PN} = " \
inherit setuptools3
S = "${WORKDIR}/git"
PV = "1.13.1"
SRCREV = "6086ea5fd7b126afc590be721ae3fb8bff0efcba"
PV = "1.14.1"
SRCREV = "cab8deb764472c9d727b5a44bfca0ce6e4612c8b"
do_install:append() {
install -d ${D}${datadir}/azote ${D}${datadir}/pixmaps ${D}${datadir}/applications

View File

@ -13,8 +13,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-bar.git"
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.1.5"
SRCREV = "86f75d0856193c1ba1505f6afbc1b73d34c7093a"
PV = "0.1.6"
SRCREV = "c4da7d817747ad2f8cfda332d95bd4fc55eb6b34"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"

View File

@ -17,8 +17,8 @@ RDEPENDS:${PN} = "\
inherit setuptools3
S = "${WORKDIR}/git"
PV = "0.3.21"
SRCREV = "935bfbdc8f876db4b48f2e5be9d7599ae5cfed34"
PV = "0.3.23"
SRCREV = "3a2717b48853534fccc4aedf7ab24bc13be37dcb"
do_install:append() {
install -d ${D}${datadir}/pixmaps ${D}${datadir}/applications

View File

@ -12,8 +12,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-dock-hyprland.git"
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.2.2"
SRCREV = "445baf061525c546a9906874fbb0ca161df239ed"
PV = "0.4.3"
SRCREV = "69423b2fb8cff7a1a6364bec05e4c19eac2ea63e"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"

View File

@ -13,8 +13,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-drawer.git"
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.5.0"
SRCREV = "44e4c95900f6a8334393a42a405d26715822a220"
PV = "0.6.3"
SRCREV = "d1be3de9d7a4ae2a26415aa3c628e8ba6ac7d676"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"

View File

@ -1,6 +1,6 @@
SUMMARY = "Nwg-look is a GTK3 settings editor, designed to work properly in wlroots-based Wayland environment."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=453b3e96b1052c0e1d1460b0134b9287"
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=1fca41e83d55632fc67a83ba612de118"
DEPENDS = "xcur2png gtk+3"
RDEPENDS:${PN} = "xcur2png go-runtime"
@ -8,8 +8,8 @@ RDEPENDS:${PN} = "xcur2png go-runtime"
GO_IMPORT = "github.com/nwg-piotr/nwg-look"
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};branch=main;protocol=https"
SRCREV = "88f2639445084bf265ad71dba1c7af507c471762"
PV = "0.2.7"
SRCREV = "986439c5367eea41d24952e55684efc8899d8809"
PV = "1.0.2"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"

View File

@ -17,8 +17,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-menu.git"
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.1.3"
SRCREV = "8b1837263063b81c88221cdabb4a4a1449e96aab"
PV = "0.1.7"
SRCREV = "5806a1bb8b916478a5b25aec2a0c3cdcb071de0b"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"

View File

@ -20,6 +20,6 @@ RDEPENDS:${PN} = "\
inherit setuptools3
S = "${WORKDIR}/git"
PV = "0.9.39"
SRCREV = "1673def21826e89172d64b483d6624fa57226c81"
PV = "0.9.63"
SRCREV = "5a1ebef0e0d109facf1a29b49c4c4667e37d64be"

View File

@ -17,6 +17,6 @@ RDEPENDS:${PN} = "\
inherit setuptools3
S = "${WORKDIR}/git"
PV = "0.5.46"
SRCREV = "21970c25b819bf26c3d3149fd7cc8345b5e99f78"
PV = "0.5.58"
SRCREV = "145bee8aa853331c63b12c7e486cce72973b7f30"