2021-06-02 16:13:46 +02:00
|
|
|
SUMMARY = "Region Selector For Wayland"
|
|
|
|
DESCRIPTION = "Select a region in a Wayland compositor and print it to the standard output. Works well with grim."
|
|
|
|
AUTHOR = ""
|
|
|
|
HOMEPAGE = "https://github.com/emersion/slurp"
|
|
|
|
BUGTRACKER = "https://github.com/emersion/slurp/issues"
|
|
|
|
SECTION = "graphics"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
|
|
|
DEPENDS += " \
|
|
|
|
cairo \
|
|
|
|
jpeg \
|
|
|
|
libxkbcommon \
|
|
|
|
wayland \
|
|
|
|
wayland-native \
|
|
|
|
wayland-protocols \
|
|
|
|
"
|
|
|
|
|
2021-11-23 17:16:27 +01:00
|
|
|
SRC_URI = "git://github.com/emersion/slurp.git;protocol=https;branch=master"
|
2021-06-02 16:13:46 +02:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2021-06-02 18:11:25 +02:00
|
|
|
PV = "1.3.2"
|
|
|
|
SRCREV = "v${PV}"
|
2021-06-02 16:13:46 +02:00
|
|
|
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
|
|
|
|
|
|
|
|
BBCLASSEXTEND = ""
|
|
|
|
|