mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
hyprpicker: update
This commit is contained in:
parent
763347ae49
commit
06b602b09b
@ -7,7 +7,7 @@ SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
|
||||
|
||||
PV = "0.3.0"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "cbd963e1032552a7b195301de616c521c7d9f848"
|
||||
SRCREV = "38fe668e58014c75cf28f7cb5fc136aa710e7039"
|
||||
|
||||
DEPENDS = " \
|
||||
cairo \
|
||||
@ -29,10 +29,4 @@ REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
EXTRA_OEMAKE = "-DCMAKE_BUILD_TYPE:STRING=Release"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir} ${D}${datadir}/man/man1
|
||||
install -m755 ${B}/hyprpicker ${D}${bindir}
|
||||
install -m644 ${S}/doc/hyprpicker.1 ${D}${datadir}/man/man1
|
||||
}
|
||||
|
||||
inherit cmake pkgconfig features_check
|
||||
|
Loading…
Reference in New Issue
Block a user