From 048d42b29b7c92f000dfa5272c602ebfae00140c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 17 Jun 2021 21:01:08 +0200 Subject: [PATCH] wl-clipboard: add recipe --- .../wl-clipboard/wl-clipboard_git.bb | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes-support/wl-clipboard/wl-clipboard_git.bb diff --git a/recipes-support/wl-clipboard/wl-clipboard_git.bb b/recipes-support/wl-clipboard/wl-clipboard_git.bb new file mode 100644 index 0000000..aac5e1f --- /dev/null +++ b/recipes-support/wl-clipboard/wl-clipboard_git.bb @@ -0,0 +1,31 @@ +SUMMARY = "Wayland clipboard utilities" +DESCRIPTION = "This project implements two command-line Wayland clipboard utilities, wl-copy and wl-paste, that let you easily copy data between the clipboard and Unix pipes, sockets, files and so on." +HOMEPAGE = "https://github.com/bugaevc/wl-clipboard" +BUGTRACKER = "https://github.com/bugaevc/wl-clipboard/issues" +SECTION = "base/shell" +LICENSE = "GPL-3.0" + +LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" + +REQUIRED_DISTRO_FEATURES = "wayland" + +DEPENDS += " \ + wayland \ + wayland-native \ + wayland-protocols \ +" + +SRC_URI = "git://github.com/bugaevc/wl-clipboard.git;protocol=https" + +S = "${WORKDIR}/git" +PV = "2.0+${SRCREV}" +SRCREV = "d2c32f2b4d469f53070e8c4052dea6f412de3916" + +inherit meson pkgconfig features_check + +EXTRA_OEMESON += "--buildtype release" + +FILES_${PN} += "${datadir}" + +BBCLASSEXTEND = "" +