Compare commits

...

7 Commits

Author SHA1 Message Date
Markus Volk
01ef8dd7b5 wayfire: rename PACKAGECONFIG for xwayland 2024-08-27 16:01:34 +02:00
Markus Volk
f3c8eaa956 pywayfire: add recipe 2024-08-27 14:20:22 +02:00
Markus Volk
877521f182 hyprland: update 2024-08-27 13:57:20 +02:00
Markus Volk
cf6f88d7ce aquamarine: update 2024-08-27 13:56:56 +02:00
Markus Volk
06b602b09b hyprpicker: update 2024-08-27 13:56:33 +02:00
Markus Volk
763347ae49 libvarlink: fix license checksum 2024-08-26 07:12:26 +02:00
Markus Volk
abe0c3b163 libscfg: fix license checksum 2024-08-26 07:09:59 +02:00
7 changed files with 19 additions and 13 deletions

View File

@ -0,0 +1,11 @@
SUMMARY = "Python ipc bindings for wayfire"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://license;md5=12a8965e31d96ba989d4294f1e2cd525"
inherit python_setuptools_build_meta
SRC_URI = "git://github.com/WayfireWM/pywayfire.git;protocol=https;branch=main"
SRCREV = "af2d7a187c8479c114102d6c9413ad25316b199a"
PV = "0.3"
S = "${WORKDIR}/git"

View File

@ -2,7 +2,7 @@ SUMMARY = "varlink is an interface description format and protocol accessible to
HOMEPAGE = "https://varlink.org"
LICENSE = "Apache-2.0 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI = " \
git://github.com/varlink/libvarlink.git;protocol=https;branch=master \

View File

@ -22,7 +22,7 @@ DEPENDS = " \
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
SRCREV = "00d51a053c98d54987174d74771afa63b7bb27d3"
SRCREV = "abb3c81c59f64e37d7abbe4bc874302507042a7b"
PV = "0.3.3"
inherit cmake pkgconfig

View File

@ -47,7 +47,7 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
SRCREV = "c86db7bbb0cf14d4955ee3a4d13c0ed9f8a0e0ae"
SRCREV = "eb42adc4c090918ad6be9fcb24066da8cdfd9bd0"
PV = "0.43-dev"
S = "${WORKDIR}/git"

View File

@ -7,7 +7,7 @@ SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
PV = "0.3.0"
S = "${WORKDIR}/git"
SRCREV = "cbd963e1032552a7b195301de616c521c7d9f848"
SRCREV = "38fe668e58014c75cf28f7cb5fc136aa710e7039"
DEPENDS = " \
cairo \
@ -29,10 +29,4 @@ REQUIRED_DISTRO_FEATURES = "wayland"
EXTRA_OEMAKE = "-DCMAKE_BUILD_TYPE:STRING=Release"
do_install() {
install -d ${D}${bindir} ${D}${datadir}/man/man1
install -m755 ${B}/hyprpicker ${D}${bindir}
install -m644 ${S}/doc/hyprpicker.1 ${D}${datadir}/man/man1
}
inherit cmake pkgconfig features_check

View File

@ -2,7 +2,7 @@ SUMMARY = "A C library for scfg"
HOMEPAGE = "https://git.sr.ht/~emersion/libscfg"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b32b698ab815d1913b4ed31d8c2ee8d7"
SRC_URI = "git://git.sr.ht/~emersion/libscfg;protocol=https;branch=master"

View File

@ -34,16 +34,17 @@ RRECOMMENDS:${PN} += " \
wcm \
wf-recorder \
wf-shell \
pywayfire \
"
PACKAGECONFIG[gles32] = "-Denable_gles32=true,-Denable_gles32=false"
PACKAGECONFIG[use_system_wfconfig] = "-Duse_system_wfconfig=enabled,-Duse_system_wfconfig=disabled,wf-config"
PACKAGECONFIG[use_system_wlroots] = "-Duse_system_wlroots=enabled,-Duse_system_wlroots=disabled,wlroots-0.17"
PACKAGECONFIG[x11] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-renderutil xcb-util-wm"
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-renderutil xcb-util-wm"
PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"
PACKAGECONFIG ?= " \
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11 xwayland', d)} \
gles32 \
use_system_wlroots \
use_system_wfconfig \