mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
fix after S rework
This commit is contained in:
@ -24,7 +24,6 @@ DEPENDS = " \
|
||||
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
||||
SRC_URI += "file://0001-CMakeLists.txt-fix-linking-with-opengl.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "94981cf75a9f11da0b6dd6a1abbd7c50a36ab2d3"
|
||||
PV = "0.8.0"
|
||||
|
||||
|
@ -8,7 +8,6 @@ SRC_URI = "git://github.com/hyprwm/hyprcursor.git;protocol=https;branch=main"
|
||||
|
||||
DEPENDS = "cairo librsvg libzip hyprlang tomlplusplus"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "028bedbc63bf87937ce8f61f2a125fcc4929a98a"
|
||||
PV = "0.1.12"
|
||||
|
||||
|
@ -8,7 +8,6 @@ DEPENDS = "pixman cairo jpeg hyprutils libwebp libjxl libpng file"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprgraphics.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "c7225d73755a6c4c7c72f4d4f3925ea426e325a8"
|
||||
PV = "0.1.3"
|
||||
inherit cmake pkgconfig
|
||||
|
@ -15,7 +15,6 @@ DEPENDS = " \
|
||||
hyprland-protocols \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "84f9f2e127dba49c9bffe293f46bed400e0034a0"
|
||||
PV = "0.1.6"
|
||||
|
||||
|
@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a0836e8f0d25d383d1195ea44fdd185d"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/contrib.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "910dad4c5755c1735d30da10c96d9086aa2a608d"
|
||||
PV = "0.1"
|
||||
|
||||
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
|
||||
|
||||
require hyprland-plugins.inc
|
||||
|
||||
S = "${WORKDIR}/git/borders-plus-plus"
|
||||
S = "${UNPACKDIR}/${BP}/borders-plus-plus"
|
||||
|
||||
FILES:${PN} += "${libdir}/libborders-plus-plus.so"
|
||||
|
||||
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
|
||||
|
||||
require hyprland-plugins.inc
|
||||
|
||||
S = "${WORKDIR}/git/csgo-vulkan-fix"
|
||||
S = "${UNPACKDIR}/${BP}/csgo-vulkan-fix"
|
||||
|
||||
FILES:${PN} += "${libdir}/libcsgo-vulkan-fix.so"
|
||||
|
||||
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
|
||||
|
||||
require hyprland-plugins.inc
|
||||
|
||||
S = "${WORKDIR}/git/hyprexpo"
|
||||
S = "${UNPACKDIR}/${BP}/hyprexpo"
|
||||
|
||||
FILES:${PN} += "${libdir}/libhyprexpo.so"
|
||||
|
||||
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
|
||||
|
||||
require hyprland-plugins.inc
|
||||
|
||||
S = "${WORKDIR}/git/hyprbars"
|
||||
S = "${UNPACKDIR}/${BP}/hyprbars"
|
||||
|
||||
FILES:${PN} += "${libdir}/libhyprbars.so"
|
||||
|
||||
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
|
||||
|
||||
require hyprland-plugins.inc
|
||||
|
||||
S = "${WORKDIR}/git/hyprfocus"
|
||||
S = "${UNPACKDIR}/${BP}/hyprfocus"
|
||||
|
||||
FILES:${PN} += "${libdir}/libhyprfocus.so"
|
||||
|
||||
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
|
||||
|
||||
require hyprland-plugins.inc
|
||||
|
||||
S = "${WORKDIR}/git/hyprscrolling"
|
||||
S = "${UNPACKDIR}/${BP}/hyprscrolling"
|
||||
|
||||
FILES:${PN} += "${libdir}/libhyprscrolling.so"
|
||||
|
||||
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
|
||||
|
||||
require hyprland-plugins.inc
|
||||
|
||||
S = "${WORKDIR}/git/hyprtrails"
|
||||
S = "${UNPACKDIR}/${BP}/hyprtrails"
|
||||
|
||||
FILES:${PN} += "${libdir}/libhyprtrails.so"
|
||||
|
||||
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
|
||||
|
||||
require hyprland-plugins.inc
|
||||
|
||||
S = "${WORKDIR}/git/hyprwinwrap"
|
||||
S = "${UNPACKDIR}/${BP}/hyprwinwrap"
|
||||
|
||||
FILES:${PN} += "${libdir}/libhyprwinwrap.so"
|
||||
|
||||
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
|
||||
|
||||
require hyprland-plugins.inc
|
||||
|
||||
S = "${WORKDIR}/git/xtra-dispatchers"
|
||||
S = "${UNPACKDIR}/${BP}/xtra-dispatchers"
|
||||
|
||||
FILES:${PN} += "${libdir}/libxtra-dispatchers.so"
|
||||
|
||||
|
@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprland-protocols.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "755aef8dab49d0fc4663c715fa4ad221b2aedaed"
|
||||
PV = "0.6.2"
|
||||
|
||||
|
@ -47,7 +47,6 @@ SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1"
|
||||
SRC_URI += "file://0001-meson.build-use-pkgconfig-for-glaze.patch"
|
||||
SRCREV = "0ece4af36a988ad06b28ed666011d84372d9e4dc"
|
||||
PV = "0.49.0"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
|
@ -8,7 +8,6 @@ DEPENDS = "hyprutils"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "557241780c179cf7ef224df392f8e67dab6cef83"
|
||||
PV = "0.6.3"
|
||||
|
||||
|
@ -29,7 +29,6 @@ DEPENDS = " \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "6c64630df81b52208b210f02476f55e4db56e6cf"
|
||||
PV = "0.8.2"
|
||||
|
||||
|
@ -8,7 +8,6 @@ SRC_URI += "file://0001-CMakeLists.txt-use-find_program-for-OpenGL.patch"
|
||||
|
||||
PV = "0.7.5"
|
||||
SRCREV = "81dc1fe4f05305319bb586a0eb6f6004a1476832"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += " \
|
||||
cairo \
|
||||
|
@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
|
||||
PV = "0.4.5"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "68bc7875fd6e5eb6fa3c3265be89dd9129fc1cd5"
|
||||
|
||||
DEPENDS = " \
|
||||
|
@ -8,6 +8,5 @@ RDEPENDS:${PN} += "python3-more-itertools python3-click python3-chevron"
|
||||
|
||||
inherit python_hatchling
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "3.2.1"
|
||||
SRCREV = "85c636823b7d54d1dba0cf612699f1f6289c1a00"
|
||||
|
@ -8,7 +8,6 @@ SRC_URI = " \
|
||||
"
|
||||
|
||||
SRCREV = "82bdb6720ef6163f0b10b49ba49702f0bde815d8"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += " \
|
||||
libdrm \
|
||||
|
@ -8,7 +8,6 @@ DEPENDS = "pixman"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "57ab2a867d8b554ad89f29060c15efd11631db91"
|
||||
PV = "0.7.1"
|
||||
|
||||
|
@ -8,7 +8,6 @@ SRC_URI = "git://github.com/hyprwm/hyprwayland-scanner.git;protocol=https;branch
|
||||
|
||||
DEPENDS = "pugixml"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "206367a08dc5ac4ba7ad31bdca391d098082e64b"
|
||||
PV = "0.4.4"
|
||||
|
||||
|
Reference in New Issue
Block a user