Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "GNOME Screenshot" |
| 2 | DESCRIPTION = "GNOME Screenshot is a small utility that takes a screenshot \ |
| 3 | of the whole desktop, the currently focused window, or an area of the screen." |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 6 | |
| 7 | SECTION = "x11/gnome" |
| 8 | |
| 9 | GNOMEBASEBUILDCLASS = "meson" |
| 10 | |
| 11 | inherit features_check gnomebase gettext upstream-version-is-even pkgconfig |
| 12 | |
| 13 | SRC_URI += " file://0001-meson-remove-extraneous-positional-argument.patch" |
| 14 | SRC_URI[archive.sha256sum] = "4adb7dec926428f74263d5796673cf142e4720b6e768f5468a8d0933f98c9597" |
| 15 | |
| 16 | DEPENDS += "glib-2.0 glib-2.0-native gtk+3 libhandy xext" |
| 17 | |
| 18 | REQUIRED_DISTRO_FEATURES = "x11" |
| 19 | |
| 20 | FILES:${PN} += " \ |
| 21 | ${datadir}/dbus-1 \ |
| 22 | ${datadir}/metainfo \ |
| 23 | " |