blob: 4f82492e611d3395af32e8c7edb8ff69003f9a12 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "GNOME Screenshot"
2DESCRIPTION = "GNOME Screenshot is a small utility that takes a screenshot \
3of the whole desktop, the currently focused window, or an area of the screen."
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00005LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
6
7SECTION = "x11/gnome"
8
Andrew Geissler595f6302022-01-24 19:11:47 +00009inherit features_check gnomebase gettext upstream-version-is-even pkgconfig
10
11SRC_URI += " file://0001-meson-remove-extraneous-positional-argument.patch"
12SRC_URI[archive.sha256sum] = "4adb7dec926428f74263d5796673cf142e4720b6e768f5468a8d0933f98c9597"
13
14DEPENDS += "glib-2.0 glib-2.0-native gtk+3 libhandy xext"
15
16REQUIRED_DISTRO_FEATURES = "x11"
17
18FILES:${PN} += " \
19 ${datadir}/dbus-1 \
20 ${datadir}/metainfo \
21"