mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
rename hyprland-contrib
This commit is contained in:
18
recipes-support/hyprland/hyprland-borders-plus-plus_git.bb
Normal file
18
recipes-support/hyprland/hyprland-borders-plus-plus_git.bb
Normal file
@ -0,0 +1,18 @@
|
||||
SUMMARY = "Allows you to add one or two additional borders to your windows."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
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 = ""
|
24
recipes-support/hyprland/hyprland-contrib_git.bb
Normal file
24
recipes-support/hyprland/hyprland-contrib_git.bb
Normal file
@ -0,0 +1,24 @@
|
||||
SUMMARY = "Hyprland Contribution Scripts"
|
||||
HOMEPAGE = "https:/github.com/hyprwm/contrib"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a0836e8f0d25d383d1195ea44fdd185d"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/contrib.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "955cb4914cbbacb15a0c1037aacdad60de60161d"
|
||||
PV = "0.1"
|
||||
|
||||
DEPENDS = "scdoc-native"
|
||||
RDEPENDS:${PN} = "bash sed rofi jq libnotify grim slurp wl-clipboard"
|
||||
|
||||
EXTRA_OEMAKE += "DESTDIR=${D} PREFIX=${prefix} BINDIR=${D}${bindir} MANDIR=${D}${datadir}/man MAN1DIR=${D}${datadir}/man1"
|
||||
|
||||
do_install() {
|
||||
for dir in grimblast hyprprop scratchpad hdrop shellevents try_swap_workspace; do
|
||||
cd $dir && oe_runmake && oe_runmake install && cd ${S}
|
||||
done
|
||||
}
|
||||
|
||||
FILES:${PN} = "${bindir} ${datadir}"
|
18
recipes-support/hyprland/hyprland-csgo-vulkan_git.bb
Normal file
18
recipes-support/hyprland/hyprland-csgo-vulkan_git.bb
Normal file
@ -0,0 +1,18 @@
|
||||
SUMMARY = "Fix for CS:GO with -vulkan."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
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 = ""
|
21
recipes-support/hyprland/hyprland-hyprbars_git.bb
Normal file
21
recipes-support/hyprland/hyprland-hyprbars_git.bb
Normal file
@ -0,0 +1,21 @@
|
||||
SUMMARY = "Adds simple title bars to windows."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
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 = ""
|
18
recipes-support/hyprland/hyprland-hyprtrails.bb
Normal file
18
recipes-support/hyprland/hyprland-hyprtrails.bb
Normal 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 = ""
|
18
recipes-support/hyprland/hyprland-hyprwinwrap.bb
Normal file
18
recipes-support/hyprland/hyprland-hyprwinwrap.bb
Normal file
@ -0,0 +1,18 @@
|
||||
SUMMARY = "Clone of xwinwrap for hyprland."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
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 = ""
|
2
recipes-support/hyprland/hyprland-plugins.inc
Normal file
2
recipes-support/hyprland/hyprland-plugins.inc
Normal file
@ -0,0 +1,2 @@
|
||||
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
||||
SRCREV = "b378b7baa66e0ba1f7cc5c00505cca252f53f420"
|
Reference in New Issue
Block a user