summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-16 08:46:40 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-16 08:52:06 -0700
commit45d35472db9be2577e09c56e389b67cc57eec730 (patch)
tree4ae5bec62f8d88965f638a7168f33a5a9979354f
parentb9bf053c44338faceb6401079b4807f265a574e6 (diff)
downloadmeta-openembedded-45d35472db9be2577e09c56e389b67cc57eec730.tar.gz
xfce4-screenshooter: Upgrade to 1.11.2
* Switch build system to use meson * Download xz compressed tarballs Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.11.2.bb (renamed from meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.10.6.bb)9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.10.6.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.11.2.bb
index f843b9459e..a55931b9c6 100644
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.10.6.bb
+++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.11.2.bb
@@ -5,12 +5,15 @@ LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup exo libxfixes xext virtual/libx11 libxml-parser-perl-native" 6DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup exo libxfixes xext virtual/libx11 libxml-parser-perl-native"
7 7
8inherit xfce-app perlnative 8inherit xfce-app perlnative mime-xdg
9 9
10SRC_URI[sha256sum] = "992066cfecfb44a68681340bfd55d524d40410aac3da6ef25c6c6cb2150a5965" 10XFCEBASEBUILDCLASS = "meson"
11XFCE_COMPRESS_TYPE = "xz"
12
13SRC_URI[sha256sum] = "6ae5bc4823d43e770b3a11700d048d56bdcaafdef37de7deacb8970b55fc1565"
11 14
12PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" 15PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
13PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native wayland" 16PACKAGECONFIG[wayland] = "-Dwayland=enabled, -Dwayland=disabled, wayland-native wayland"
14 17
15EXTRA_OECONF += "WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner" 18EXTRA_OECONF += "WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner"
16 19