mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
Compare commits
2 Commits
368c640330
...
32fecacc81
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32fecacc81 | ||
|
|
bc2386489a |
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a0836e8f0d25d383d1195ea44fdd185d"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/contrib.git;protocol=https;branch=main"
|
||||
|
||||
SRCREV = "e291151acd302c568cdaf66f165f6cc6f32c424a"
|
||||
SRCREV = "ca3c381df6018e6c400ceac994066427c98fe323"
|
||||
|
||||
DEPENDS = "scdoc-native"
|
||||
RDEPENDS:${PN} = "bash sed jq libnotify grim slurp wl-clipboard"
|
||||
@@ -14,7 +14,7 @@ RDEPENDS:${PN} = "bash sed 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 hyprprop hdrop shellevents try_swap_workspace scratchpad grimblast; do
|
||||
for dir in hyprprop hdrop shellevents try_swap_workspace scratchpad grimblast cycle-layout hyprosd-mako; do
|
||||
cd $dir && oe_runmake && oe_runmake install && cd ${S}
|
||||
done
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ RRECOMMENDS:${PN} ?= " \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1"
|
||||
SRCREV = "59f9f2688ac508a0584d1462151195a6c4992f99"
|
||||
SRCREV = "521ece463c4a9d3d128670688a34756805a4328f"
|
||||
|
||||
|
||||
inherit cmake pkgconfig features_check
|
||||
Reference in New Issue
Block a user