aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-10-18 08:16:46 -0700
committerKhem Raj <raj.khem@gmail.com>2021-10-18 09:55:55 -0700
commit954f257ba10f1f61bc42d03b27e92983e8ed6b2c (patch)
tree0b3ef92f6c868684e174420d0467395e34cfa78c
parent5918cc9c860ccc82aa719a92089fd31119d8e0c1 (diff)
downloadmeta-openembedded-contrib-954f257ba10f1f61bc42d03b27e92983e8ed6b2c.tar.gz
gnome-screenshot: add recipe for 40.0
GNOME Screenshot is a small utility that takes a screenshot of the whole desktop; the currently focused window; or an area of the screen. Also add to packagegroup-gnome-apps Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot_40.0.bb22
-rw-r--r--meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb1
2 files changed, 23 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot_40.0.bb b/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot_40.0.bb
new file mode 100644
index 0000000000..72272f993c
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot_40.0.bb
@@ -0,0 +1,22 @@
+SUMMARY = "GNOME Screenshot"
+DESCRIPTION = "GNOME Screenshot is a small utility that takes a screenshot \
+of the whole desktop, the currently focused window, or an area of the screen."
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+SECTION = "x11/gnome"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+inherit features_check gnomebase gettext upstream-version-is-even pkgconfig
+
+SRC_URI[archive.sha256sum] = "368ca95a39e39dc2406c849e8c4205e3f574acdd874c30741873455e3d21a5e2"
+
+DEPENDS += "glib-2.0 glib-2.0-native gtk+3 libhandy xext"
+
+REQUIRED_DISTRO_FEATURES = "x11"
+
+FILES:${PN} += " \
+ ${datadir}/dbus-1 \
+ ${datadir}/metainfo \
+"
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
index d47d847a59..d003e23b8d 100644
--- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
+++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
@@ -16,6 +16,7 @@ RDEPENDS:${PN} = " \
gnome-calendar \
gnome-font-viewer \
gnome-photos \
+ gnome-screenshot \
gnome-terminal \
gthumb \
libwnck3 \