diff --git a/recipes-support/hyprland-borderplusplus/hyprland-borders-plus-plus_git.bb b/recipes-support/hyprland-contrib/hyprland-borders-plus-plus_git.bb similarity index 72% rename from recipes-support/hyprland-borderplusplus/hyprland-borders-plus-plus_git.bb rename to recipes-support/hyprland-contrib/hyprland-borders-plus-plus_git.bb index e4050ac..a95bb33 100644 --- a/recipes-support/hyprland-borderplusplus/hyprland-borders-plus-plus_git.bb +++ b/recipes-support/hyprland-contrib/hyprland-borders-plus-plus_git.bb @@ -2,9 +2,7 @@ SUMMARY = "Allows you to add one or two additional borders to your windows." LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" -SRC_URI = " \ - git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main \ -" +require hyprland-plugins.inc DEPENDS = " \ pixman \ @@ -13,7 +11,6 @@ DEPENDS = " \ " S = "${WORKDIR}/git/borders-plus-plus" -SRCREV = "fadbcdd24b6f24b169056ed6fcf43d98ef405f87" inherit meson pkgconfig diff --git a/recipes-support/hyprland-csgo-vulkan/hyprland-csgo-vulkan_git.bb b/recipes-support/hyprland-contrib/hyprland-csgo-vulkan_git.bb similarity index 70% rename from recipes-support/hyprland-csgo-vulkan/hyprland-csgo-vulkan_git.bb rename to recipes-support/hyprland-contrib/hyprland-csgo-vulkan_git.bb index 953e572..cc5bffd 100644 --- a/recipes-support/hyprland-csgo-vulkan/hyprland-csgo-vulkan_git.bb +++ b/recipes-support/hyprland-contrib/hyprland-csgo-vulkan_git.bb @@ -2,9 +2,7 @@ SUMMARY = "Fix for CS:GO with -vulkan." LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" -SRC_URI = " \ - git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main \ -" +require hyprland-plugins.inc DEPENDS = " \ pixman \ @@ -13,7 +11,6 @@ DEPENDS = " \ " S = "${WORKDIR}/git/csgo-vulkan-fix" -SRCREV = "fadbcdd24b6f24b169056ed6fcf43d98ef405f87" inherit meson pkgconfig diff --git a/recipes-support/hyprland-hyprbars/hyprland-hyprbars_git.bb b/recipes-support/hyprland-contrib/hyprland-hyprbars_git.bb similarity index 69% rename from recipes-support/hyprland-hyprbars/hyprland-hyprbars_git.bb rename to recipes-support/hyprland-contrib/hyprland-hyprbars_git.bb index 478599f..c15fe6f 100644 --- a/recipes-support/hyprland-hyprbars/hyprland-hyprbars_git.bb +++ b/recipes-support/hyprland-contrib/hyprland-hyprbars_git.bb @@ -2,9 +2,7 @@ SUMMARY = "Adds simple title bars to windows." LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" -SRC_URI = " \ - git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main \ -" +require hyprland-plugins.inc DEPENDS = " \ pixman \ @@ -13,7 +11,6 @@ DEPENDS = " \ " S = "${WORKDIR}/git/hyprbars" -SRCREV = "fadbcdd24b6f24b169056ed6fcf43d98ef405f87" inherit meson pkgconfig diff --git a/recipes-support/hyprland-contrib/hyprland-hyprtrails.bb b/recipes-support/hyprland-contrib/hyprland-hyprtrails.bb new file mode 100644 index 0000000..c61c3cb --- /dev/null +++ b/recipes-support/hyprland-contrib/hyprland-hyprtrails.bb @@ -0,0 +1,18 @@ +SUMMARY = "A neat, but useless plugin to add trails behind windows." +LICENSE = "BSD-3-Clause" +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-contrib/hyprland-plugins.inc b/recipes-support/hyprland-contrib/hyprland-plugins.inc new file mode 100644 index 0000000..7294faf --- /dev/null +++ b/recipes-support/hyprland-contrib/hyprland-plugins.inc @@ -0,0 +1,2 @@ +SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main" +SRCREV = "344e5a145e5e91515b801dc89c97678813238df6"