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:
22
recipes-gtk/swappy/swappy_1.5.1.bb
Normal file
22
recipes-gtk/swappy/swappy_1.5.1.bb
Normal file
@ -0,0 +1,22 @@
|
||||
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 manpages
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/jtheoof/swappy.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
SRCREV = "a996b2cec65aadd04ded780f141b02c5bdfbeb32"
|
||||
|
||||
PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
Reference in New Issue
Block a user