mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
fix after S rework
This commit is contained in:
@ -27,7 +27,6 @@ DEPENDS = " \
|
||||
|
||||
SRC_URI = "gitsm://gitlab.gnome.org/GNOME/calls.git;protocol=https;nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "11ce0eae72f6f6eeb1c1de2cfe71046087368121"
|
||||
PV = "47.0"
|
||||
|
||||
|
@ -22,7 +22,6 @@ SRC_URI += "git://github.com/elkowar/eww.git;protocol=https;nobranch=1"
|
||||
|
||||
PV = "0.6.0+git"
|
||||
SRCREV = "0e409d4a52bd3d37d0aa0ad4e2d7f3b9a8adcdb7"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cargo rust cargo-update-recipe-crates pkgconfig
|
||||
|
||||
|
@ -7,7 +7,6 @@ REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = "git://github.com/scorpion-26/gBar.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "b1e2c2ed26a62058c502db3a03ac615f2567942e"
|
||||
|
||||
DEPENDS += " \
|
||||
|
@ -14,7 +14,6 @@ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
|
||||
SRC_URI = "git://github.com/elementary/granite.git;protocol=https;nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "6.2.0"
|
||||
SRCREV = "4ab145c28bb3db6372fe519e8bd79c645edfcda3"
|
||||
|
||||
|
@ -15,7 +15,6 @@ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
|
||||
SRC_URI = "git://github.com/elementary/granite.git;protocol=https;nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "7.4.0"
|
||||
SRCREV = "949703f8649013695c6d32eb84a6b541ac0da4db"
|
||||
|
||||
|
@ -19,7 +19,6 @@ SRC_URI = " \
|
||||
git://github.com/wmww/gtk-layer-shell.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.9.0"
|
||||
SRCREV = "984dbbfc1d64c763e15a56dff662af267b551f68"
|
||||
|
||||
|
@ -19,7 +19,6 @@ SRC_URI = " \
|
||||
git://github.com/wmww/gtk4-layer-shell.git;protocol=https;branch=main \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.0.4"
|
||||
SRCREV = "536ff516ed68b9bb34afc4c07f942a54b2b4b03f"
|
||||
|
||||
|
@ -18,7 +18,6 @@ DEPENDS = " \
|
||||
|
||||
SRC_URI = "git://github.com/Cu3PO42/gtk-session-lock.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.2.0"
|
||||
SRCREV = "b3544f361498d716b1ceef1ad6ac9bdf024bf782"
|
||||
|
||||
|
@ -20,7 +20,6 @@ DEPENDS = " \
|
||||
|
||||
SRC_URI = "git://github.com/jovanlanik/gtklock.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "4.0.0"
|
||||
SRCREV = "66321fb2bf0d5869d779e7ac6b4d8d9c272ea707"
|
||||
|
||||
|
@ -13,7 +13,6 @@ inherit meson gtk-icon-cache pkgconfig
|
||||
|
||||
SRC_URI = "git://github.com/J-Lentz/iwgtk.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.9"
|
||||
SRCREV = "9542ea7cb209c6692c83be95e8ab2826f5560289"
|
||||
|
||||
|
@ -16,7 +16,6 @@ SRC_URI = " \
|
||||
file://0001-build-as-package.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "5f9768a2eac29c1ed56f1fbb449a77a3523683b6"
|
||||
|
||||
do_install:append() {
|
||||
|
@ -15,7 +15,6 @@ RDEPENDS:${PN} = " \
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.0.2"
|
||||
SRCREV = "a4116c840db361890737cb0eb5ebbe378f03e9c1"
|
||||
|
||||
|
@ -23,7 +23,6 @@ RDEPENDS:${PN} = " \
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.16.0"
|
||||
SRCREV = "2ae47b79b555c9c1152683efff8cbc7a7fac7d6e"
|
||||
|
||||
|
@ -15,8 +15,7 @@ GO_IMPORT = "github.com/nwg-piotr/ddcpopup.git"
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
PV = "0.1"
|
||||
SRCREV = "8fab5132e49e08a1eeaa7a0dd3350d06f4399200"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
S = "${UNPACKDIR}/${BP}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -7,8 +7,7 @@ GO_IMPORT = "github.com/nwg-piotr/gopsuinfo.git"
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};branch=main;protocol=https"
|
||||
PV = "0.1.5"
|
||||
SRCREV = "60e4f83b6c4d84955e0a07f7bdc63d8089b4ba1e"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
S = "${UNPACKDIR}/${BP}"
|
||||
|
||||
inherit go go-mod
|
||||
|
||||
|
@ -11,12 +11,10 @@ RDEPENDS:${PN} = "go-runtime"
|
||||
|
||||
GO_IMPORT = "github.com/nwg-piotr/nwg-bar.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
|
||||
PV = "0.1.6"
|
||||
SRCREV = "c4da7d817747ad2f8cfda332d95bd4fc55eb6b34"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -16,7 +16,6 @@ RDEPENDS:${PN} = "\
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.3.25"
|
||||
SRCREV = "e2fdb413dbfccecf795039209a092c321636a419"
|
||||
|
||||
|
@ -10,12 +10,10 @@ RDEPENDS:${PN} = "go-runtime"
|
||||
|
||||
GO_IMPORT = "github.com/nwg-piotr/nwg-dock-hyprland.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
|
||||
PV = "0.4.7"
|
||||
SRCREV = "ff1b4794255ed7501065982b067b3dbea0ae46ff"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -10,12 +10,10 @@ RDEPENDS:${PN} = "go-runtime"
|
||||
|
||||
GO_IMPORT = "github.com/nwg-piotr/nwg-dock.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
|
||||
PV = "0.4.1"
|
||||
SRCREV = "3f010171ab8596552efdc2f03d5f09c0042bbb64"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -11,12 +11,10 @@ RDEPENDS:${PN} = "go-runtime"
|
||||
|
||||
GO_IMPORT = "github.com/nwg-piotr/nwg-drawer.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
|
||||
PV = "0.7.0"
|
||||
SRCREV = "a1c6c9e9782c6ce503bab453aeb91f67110d0741"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -15,7 +15,6 @@ RRECOMMENDS:${PN} = "gnome-themes-extra"
|
||||
|
||||
inherit setuptools3 useradd
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.2.0"
|
||||
SRCREV = "aa6a9e4a9024dba8ebaa98af53df82b3c19d379a"
|
||||
|
||||
|
@ -13,7 +13,6 @@ RDEPENDS:${PN} = " \
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.0.1"
|
||||
SRCREV = "cd32e72ffb3c2fb41a3f7189981376cdad6af976"
|
||||
|
||||
|
@ -28,7 +28,6 @@ PACKAGECONFIG ?= " \
|
||||
SRC_URI = "git://github.com/nwg-piotr/nwg-launchers.git;protocol=https;branch=master"
|
||||
SRCREV = "c4d8d369782d32becfe8a8105abec9b61119a629"
|
||||
PV = "0.7.1.1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
|
@ -7,11 +7,9 @@ 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"
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};branch=main;protocol=https"
|
||||
SRCREV = "1282e6422491ea912ac22c5f532277eb011cc5bb"
|
||||
PV = "1.0.6"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig gtk-icon-cache
|
||||
|
||||
|
@ -15,12 +15,10 @@ RRECOMMENDS:${PN} = " \
|
||||
|
||||
GO_IMPORT = "github.com/nwg-piotr/nwg-menu.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=${BP}/src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
|
||||
PV = "0.1.7"
|
||||
SRCREV = "5806a1bb8b916478a5b25aec2a0c3cdcb071de0b"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -19,7 +19,6 @@ RDEPENDS:${PN} = "\
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.10.0"
|
||||
SRCREV = "a879acb59f737837ce3be62a0922a9ea651cab54"
|
||||
|
||||
|
@ -16,7 +16,6 @@ RDEPENDS:${PN} = "\
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.5.58"
|
||||
SRCREV = "145bee8aa853331c63b12c7e486cce72973b7f30"
|
||||
|
||||
|
@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65d3616852dbf7b1a6d4b53b00626032"
|
||||
|
||||
SRC_URI = "git://github.com/nwg-piotr/nwg-shell-wallpapers.git;protocol=https;nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.5"
|
||||
SRCREV = "a20ad99467e9d1a9427efd5dccfd58d440db96c2"
|
||||
|
||||
|
@ -11,7 +11,6 @@ RDEPENDS:${PN} = "python3-pygobject"
|
||||
|
||||
inherit setuptools3 gobject-introspection
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.1.2"
|
||||
SRCREV = "9c1b0669dd894b6209a3130169956c755154b055"
|
||||
|
||||
|
@ -17,8 +17,7 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
|
||||
|
||||
PV = "0.0.1"
|
||||
SRCREV = "782a37014de40f63115825c0b5bd343dee2ba668"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
S = "${UNPACKDIR}/${BP}"
|
||||
|
||||
inherit go go-mod pkgconfig gtk-icon-cache
|
||||
|
||||
|
@ -55,7 +55,6 @@ SRC_URI = " \
|
||||
file://0001-meson-build-without-subproject-wrap.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.45.0"
|
||||
SRCREV = "2ac03f70f8d42b729def38e282f5b600286655fb"
|
||||
|
||||
|
@ -214,5 +214,4 @@ DEPENDS = " \
|
||||
inherit cargo pkgconfig
|
||||
|
||||
SRCREV = "70b5ce1936c819f4e5c8674e90145e5e7badcfa8"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.0.1"
|
||||
|
@ -30,7 +30,6 @@ SRC_URI += "\
|
||||
|
||||
PV = "1.43.1"
|
||||
SRCREV = "15569da021824b6da5c337ba9875c5002158f43e"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cargo meson rust pkgconfig cargo-update-recipe-crates
|
||||
|
||||
|
@ -22,7 +22,6 @@ inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspec
|
||||
|
||||
SRC_URI = "git://github.com/SrainApp/srain.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.8.1"
|
||||
SRCREV = "693c81b11052b6e287b5a734352dd813ef2b71aa"
|
||||
|
||||
|
@ -17,7 +17,6 @@ SRC_URI = " \
|
||||
git://github.com/jtheoof/swappy.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.5.1"
|
||||
SRCREV = "a996b2cec65aadd04ded780f141b02c5bdfbeb32"
|
||||
|
||||
|
@ -19,7 +19,6 @@ SRC_URI = " \
|
||||
git://github.com/ErikReider/SwayNotificationCenter.git;protocol=https;nobranch=1 \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.10.1"
|
||||
SRCREV = "4275fa3915c12ad2731ff78027188b4b7ceaad64"
|
||||
|
||||
|
@ -158,7 +158,6 @@ SRC_URI[winapi-i686-pc-windows-gnu-0.4.0.sha256sum] = "ac3b87c63620426dd9b991e5c
|
||||
SRC_URI[winapi-x86_64-pc-windows-gnu-0.4.0.sha256sum] = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
||||
SRC_URI[winapi-0.3.9.sha256sum] = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.1"
|
||||
SRCREV = "d0d70720a1af3dfa6c4298c8db2807a37f143056"
|
||||
|
||||
|
@ -20,7 +20,6 @@ DEPENDS = " \
|
||||
|
||||
SRC_URI = "git://github.com/ErikReider/SwaySettings.git;protocol=https;nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.4.0"
|
||||
SRCREV = "8fb6210ad123654f3988cb8f3f59ab629bb0a747"
|
||||
|
||||
|
@ -13,7 +13,6 @@ SRC_URI = " \
|
||||
git://github.com/Alexays/Waybar.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.12.0"
|
||||
SRCREV = "8490a1d9b9a5c8770dd63e9faca0a5e01acedcae"
|
||||
|
||||
|
@ -6,7 +6,6 @@ SRC_URI = "git://github.com/anufrievroman/waypaper.git;protocol=https;branch=mai
|
||||
|
||||
inherit python_setuptools_build_meta
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.5"
|
||||
SRCREV = "3ce8658745917588711d6f1df4f183c34628b76b"
|
||||
|
||||
|
Reference in New Issue
Block a user