From 0f9962ef6865c820e4f68636f3bea1092dbbe91d Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 19 Jun 2025 17:54:29 +0200 Subject: [PATCH] hyprland-plugins: cleanup --- .../hyprland-borders-plus-plus_git.bb | 8 +------- .../hyprland-plugins/hyprland-csgo-vulkan_git.bb | 8 +------- .../hyprland/hyprland-plugins/hyprland-expo.bb | 14 +------------- .../hyprland-plugins/hyprland-hyprbars_git.bb | 11 +---------- .../hyprland-plugins/hyprland-hyprscrolling.bb | 14 +------------- .../hyprland-plugins/hyprland-hyprtrails.bb | 8 +------- .../hyprland-plugins/hyprland-hyprwinwrap.bb | 8 +------- .../hyprland/hyprland-plugins/hyprland-plugins.inc | 14 ++++++++++++++ 8 files changed, 21 insertions(+), 64 deletions(-) diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-borders-plus-plus_git.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-borders-plus-plus_git.bb index a95bb33..f1cde69 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-borders-plus-plus_git.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-borders-plus-plus_git.bb @@ -4,15 +4,9 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -DEPENDS = " \ - pixman \ - libdrm \ - hyprland \ -" - S = "${WORKDIR}/git/borders-plus-plus" inherit meson pkgconfig FILES:${PN} += "${libdir}/libborders-plus-plus.so" -FILES:${PN}-dev = "" + diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-csgo-vulkan_git.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-csgo-vulkan_git.bb index cc5bffd..b026108 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-csgo-vulkan_git.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-csgo-vulkan_git.bb @@ -4,15 +4,9 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -DEPENDS = " \ - pixman \ - libdrm \ - hyprland \ -" - S = "${WORKDIR}/git/csgo-vulkan-fix" inherit meson pkgconfig FILES:${PN} += "${libdir}/libcsgo-vulkan-fix.so" -FILES:${PN}-dev = "" + diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-expo.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-expo.bb index 1529bd1..fa5f47d 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-expo.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-expo.bb @@ -4,21 +4,9 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -DEPENDS = " \ - pixman \ - libdrm \ - hyprland \ - libinput \ - udev \ - pango \ - cairo \ - wayland-native \ - libxkbcommon \ -" - S = "${WORKDIR}/git/hyprexpo" inherit meson pkgconfig FILES:${PN} += "${libdir}/libhyprexpo.so" -FILES:${PN}-dev = "" + diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprbars_git.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprbars_git.bb index dca4343..0d4220b 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprbars_git.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprbars_git.bb @@ -4,18 +4,9 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -DEPENDS = " \ - libinput \ - udev \ - pixman \ - libdrm \ - hyprland \ - wayland-native \ -" - S = "${WORKDIR}/git/hyprbars" inherit meson pkgconfig FILES:${PN} += "${libdir}/libhyprbars.so" -FILES:${PN}-dev = "" + diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb index abdc4c3..b9a0794 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb @@ -4,21 +4,9 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -DEPENDS = " \ - pixman \ - libdrm \ - hyprland \ - libinput \ - udev \ - pango \ - cairo \ - wayland-native \ - libxkbcommon \ -" - S = "${WORKDIR}/git/hyprscrolling" inherit meson pkgconfig FILES:${PN} += "${libdir}/libhyprscrolling.so" -FILES:${PN}-dev = "" + diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprtrails.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprtrails.bb index c61c3cb..4357715 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprtrails.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprtrails.bb @@ -4,15 +4,9 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -DEPENDS = " \ - pixman \ - libdrm \ - hyprland \ -" - S = "${WORKDIR}/git/hyprtrails" inherit meson pkgconfig FILES:${PN} += "${libdir}/libhyprtrails.so" -FILES:${PN}-dev = "" + diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprwinwrap.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprwinwrap.bb index 8b1075a..955cfcb 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprwinwrap.bb +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprwinwrap.bb @@ -4,15 +4,9 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc -DEPENDS = " \ - pixman \ - libdrm \ - hyprland \ -" - S = "${WORKDIR}/git/hyprwinwrap" inherit meson pkgconfig FILES:${PN} += "${libdir}/libhyprwinwrap.so" -FILES:${PN}-dev = "" + diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc b/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc index 974ed4f..f0c13e1 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc @@ -1,8 +1,22 @@ SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main" SRCREV = "c0e675dd87d737f8ef64327291cbbb201f3764ba" +DEPENDS = " \ + pixman \ + libdrm \ + hyprland \ + libinput \ + udev \ + pango \ + cairo \ + wayland-native \ + libxkbcommon \ +" + # Hack to allow patching the plugins do_configure:prepend() { rm -rf ${S}/patches rm -rf ${S}/.pc } + +FILES:${PN}-dev = ""