screengrab: initial add 2.4.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-04-25 00:37:21 +02:00
parent c08c24e581
commit 4d3499a1a6
2 changed files with 20 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ RDEPENDS:${PN} = " \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qps", "",d)} \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qterminal", "",d)} \
qtermwidget \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "screengrab", "",d)} \
"
RRECOMMENDS:${PN} = " \

View File

@@ -0,0 +1,19 @@
SUMMARY = "Crossplatform tool for fast making screenshots"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=7f201c1a63190995185a05dc34cab048"
inherit lxqt qt5-translation pkgconfig gtk-icon-cache features_check
REQUIRED_DISTRO_FEATURES = "x11"
DEPENDS += " \
libqtxdg \
kwindowsystem \
"
SRCREV = "d00dd586df81c06ff6d25641bcccb994907c9a89"
PV = "2.4.0"
FILES:${PN} += "${datadir}/metainfo"
INSANE_SKIP:${PN} = "dev-so"