mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
swappy: add recipe
This commit is contained in:
parent
f93092d1bd
commit
7792d86cfa
27
recipes-gtk/swappy/swappy_git.bb
Normal file
27
recipes-gtk/swappy/swappy_git.bb
Normal file
@ -0,0 +1,27 @@
|
||||
SUMMARY = "A Wayland native snapshot and editor tool, inspired by Snappy on macOS"
|
||||
HOMEPAGE = "https://github.com/jtheoof/swappy"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=81524e81ed2bc7b472566654e4767a52"
|
||||
|
||||
DEPENDS = " \
|
||||
gtk+3 \
|
||||
cairo \
|
||||
pango \
|
||||
"
|
||||
|
||||
RRECOMMENDS:${PN} = "grim slurp"
|
||||
|
||||
inherit meson gtk-icon-cache mime-xdg pkgconfig
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/jtheoof/swappy.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.4.0"
|
||||
SRCREV = "60da5491e243c9edd85f6225326a68ae5e3edfd5"
|
||||
|
||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||
|
||||
PACKAGECONFIG ?= "man-pages"
|
||||
|
Loading…
Reference in New Issue
Block a user