mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-23 17:26:44 +02:00
Compare commits
4 Commits
7ff08964e1
...
6853d945cf
Author | SHA1 | Date | |
---|---|---|---|
|
6853d945cf | ||
|
25547fe93e | ||
|
99cffd8d9f | ||
|
46cbcc8f69 |
@ -4,10 +4,12 @@ LICENSE = "GPL-3.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b5b6bed06dd8ed68f00c26d0b4cede89"
|
||||
|
||||
DEPENDS = "hyprutils"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "78fcaa27ae9e1d782faa3ff06c8ea55ddce63706"
|
||||
PV = "0.5.1"
|
||||
SRCREV = "ec6938c66253429192274d612912649a0cfe4d28"
|
||||
PV = "0.5.2"
|
||||
|
||||
inherit cmake
|
||||
inherit cmake pkgconfig
|
||||
|
@ -8,10 +8,10 @@ SRC_URI = "git://github.com/hyprwm/hyprlock.git;protocol=https;branch=main"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
DEPENDS = "wayland wayland-native wayland-protocols hyprlang libxkbcommon cairo pango libdrm libpam virtual/libgl virtual/egl"
|
||||
DEPENDS = "wayland wayland-native wayland-protocols hyprlang hyprutils libxkbcommon cairo pango jpeg libwebp libdrm libpam virtual/libgl virtual/egl"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "bc87adf9ec997090f15d9b662d6ca2f86e25f264"
|
||||
SRCREV = "c5b8ad03d03ddbd2b0ff8615c2f6dba31374b6a8"
|
||||
PV = "0.3.0"
|
||||
|
||||
inherit cmake pkgconfig features_check
|
||||
|
13
recipes-support/hyprland/hyprutils_git.bb
Normal file
13
recipes-support/hyprland/hyprutils_git.bb
Normal file
@ -0,0 +1,13 @@
|
||||
SUMMARY = "Hyprland c++ utils"
|
||||
HOMEPAGE = "https:/github.com/hyprwm/hyputils"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "fce960f0dd1120057d604a6389211797be836762"
|
||||
PV = "0.1.1"
|
||||
|
||||
inherit cmake
|
@ -41,7 +41,7 @@ RRECOMMENDS:${PN} ?= " \
|
||||
|
||||
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
|
||||
|
||||
SRCREV = "6967a31450441fc5605c05db6f65505dace4b263"
|
||||
SRCREV = "9994b73ad0af5c9ba5fc4058234cea77d0a1ddb1"
|
||||
PV = "0.40"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user