hyprland-plugins: Update

- add hyprland-hyprtrails plugin
This commit is contained in:
Markus Volk 2023-11-08 06:37:06 +01:00
parent faa921ba43
commit 4308769cc7
5 changed files with 23 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 = ""

View File

@ -0,0 +1,2 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "344e5a145e5e91515b801dc89c97678813238df6"