mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
29
recipes-support/wl-clipboard/wl-clipboard_2.2.1.bb
Normal file
29
recipes-support/wl-clipboard/wl-clipboard_2.2.1.bb
Normal file
@ -0,0 +1,29 @@
|
||||
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-only"
|
||||
|
||||
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;branch=master"
|
||||
|
||||
SRCREV = "3eb912c274042cd5deed6b478b39908a12f37498"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Reference in New Issue
Block a user