2021-06-02 16:13:46 +02:00
|
|
|
SUMMARY = "dmenu for wayland"
|
|
|
|
HOMEPAGE = "https://github.com/nyyManni/dmenu-wayland.git"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c1b51aaede0be292f946ef75b6759e6c"
|
|
|
|
|
|
|
|
|
2021-11-23 17:16:27 +01:00
|
|
|
SRC_URI = "git://github.com/nyyManni/dmenu-wayland.git;protocol=https;branch=master \
|
2021-06-02 16:13:46 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
cairo \
|
|
|
|
pango \
|
|
|
|
wayland \
|
|
|
|
wayland-native \
|
|
|
|
libxkbcommon \
|
|
|
|
"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2021-06-03 19:50:50 +02:00
|
|
|
PV = "0.1+${SRCREV}"
|
|
|
|
SRCREV = "304c8e917651ee02b16ebf0b7097a5c53fa2236b"
|
2021-06-02 16:13:46 +02:00
|
|
|
|
|
|
|
inherit meson pkgconfig
|
|
|
|
|