Compare commits

..

No commits in common. "01ef8dd7b5cc6212f75160da1392337b50b32d39" and "ff86af2797f7caefab36b9a4a5cfd678440000d7" have entirely different histories.

7 changed files with 13 additions and 19 deletions

View File

@ -1,11 +0,0 @@
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" HOMEPAGE = "https://varlink.org"
LICENSE = "Apache-2.0 & BSD-3-Clause" LICENSE = "Apache-2.0 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
SRC_URI = " \ SRC_URI = " \
git://github.com/varlink/libvarlink.git;protocol=https;branch=master \ 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" SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "abb3c81c59f64e37d7abbe4bc874302507042a7b" SRCREV = "00d51a053c98d54987174d74771afa63b7bb27d3"
PV = "0.3.3" PV = "0.3.3"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -47,7 +47,7 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main" SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
SRCREV = "eb42adc4c090918ad6be9fcb24066da8cdfd9bd0" SRCREV = "c86db7bbb0cf14d4955ee3a4d13c0ed9f8a0e0ae"
PV = "0.43-dev" PV = "0.43-dev"
S = "${WORKDIR}/git" 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" PV = "0.3.0"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "38fe668e58014c75cf28f7cb5fc136aa710e7039" SRCREV = "cbd963e1032552a7b195301de616c521c7d9f848"
DEPENDS = " \ DEPENDS = " \
cairo \ cairo \
@ -29,4 +29,10 @@ REQUIRED_DISTRO_FEATURES = "wayland"
EXTRA_OEMAKE = "-DCMAKE_BUILD_TYPE:STRING=Release" 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 inherit cmake pkgconfig features_check

View File

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

View File

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