mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-06-10 07:34:21 +02:00
Compare commits
9 Commits
0215885fa4
...
1ad95e8911
Author | SHA1 | Date | |
---|---|---|---|
|
1ad95e8911 | ||
|
36cd61c4f9 | ||
|
fa91c7a616 | ||
|
875e102d1d | ||
|
1ac28ab28b | ||
|
84d2a73bcb | ||
|
d6486443d5 | ||
|
5e826377ca | ||
|
2478fb2ab0 |
@ -22,7 +22,7 @@ DEPENDS = " \
|
||||
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "257b2050790ab3b1eb389e0f8bdc400eb9510139"
|
||||
SRCREV = "f239e5aadd6d23c48e085c2de3397e2058e54d16"
|
||||
PV = "0.7.2"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
@ -6,10 +6,17 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hypridle.git;protocol=https;branch=main"
|
||||
|
||||
DEPENDS = "wayland wayland-native wayland-protocols hyprlang sdbus-c++"
|
||||
DEPENDS = " \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
hyprwayland-scanner-native \
|
||||
hyprlang sdbus-c++ \
|
||||
hyprland-protocols \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "26780ac51f6e7273e3934885036b7a7ed1a5af01"
|
||||
SRCREV = "3e30a63b5db64a208e9394328a81048044571368"
|
||||
PV = "0.1.5"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
@ -0,0 +1,13 @@
|
||||
SUMMARY = "Wayland protocol extensions for Hyprland"
|
||||
HOMEPAGE = "https:/github.com/hyprland-protocols"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
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"
|
||||
|
||||
inherit meson
|
@ -45,7 +45,7 @@ RRECOMMENDS:${PN} ?= " \
|
||||
|
||||
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1"
|
||||
SRC_URI += "file://0001-meson.build-use-pkgconfig-for-glaze.patch"
|
||||
SRCREV = "64fefa3749868e6170b6275963c6528456a7d9f2"
|
||||
SRCREV = "f4b148df1e2d8edc96bd878a4cfde32ca6515ac8"
|
||||
PV = "0.47.2"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
@ -29,7 +29,7 @@ DEPENDS = " \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "02639c27599b03c81dc1d0e031628224f5ad8d50"
|
||||
SRCREV = "2a6ec58366f987e6dc425b227ff7aaa7260b821a"
|
||||
PV = "0.6.1"
|
||||
|
||||
inherit cmake pkgconfig features_check
|
||||
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
|
||||
PV = "0.4.2"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "0b044884d9298bb5fac164101eb880b499d8a5df"
|
||||
SRCREV = "b85b06577d8dcaa9ea4cd519b2b26dc575b06296"
|
||||
|
||||
DEPENDS = " \
|
||||
cairo \
|
||||
|
@ -9,7 +9,7 @@ DEPENDS = "pixman"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "6a8bc9d2a4451df12f5179dc0b1d2d46518a90ab"
|
||||
PV = "0.5.0"
|
||||
SRCREV = "61a5382f4b1ab578064d470b1b3d3f0df396b8ba"
|
||||
PV = "0.5.1"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
@ -9,7 +9,7 @@ SRC_URI = "git://github.com/hyprwm/hyprwayland-scanner.git;protocol=https;branch
|
||||
DEPENDS = "pugixml"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "de913476b59ee88685fdc018e77b8f6637a2ae0b"
|
||||
SRCREV = "206367a08dc5ac4ba7ad31bdca391d098082e64b"
|
||||
PV = "0.4.4"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
@ -27,7 +27,7 @@ PACKAGECONFIG ??= ""
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.15.1"
|
||||
SRCREV = "c3db849397039ba0cf55acd05568d73db17fbf5b"
|
||||
SRCREV = "f8053b7686f191e971e8a48384442d60a724ba66"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user