diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-16 08:46:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-16 08:52:06 -0700 |
commit | 45d35472db9be2577e09c56e389b67cc57eec730 (patch) | |
tree | 4ae5bec62f8d88965f638a7168f33a5a9979354f | |
parent | b9bf053c44338faceb6401079b4807f265a574e6 (diff) | |
download | meta-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" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup exo libxfixes xext virtual/libx11 libxml-parser-perl-native" | 6 | DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup exo libxfixes xext virtual/libx11 libxml-parser-perl-native" |
7 | 7 | ||
8 | inherit xfce-app perlnative | 8 | inherit xfce-app perlnative mime-xdg |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "992066cfecfb44a68681340bfd55d524d40410aac3da6ef25c6c6cb2150a5965" | 10 | XFCEBASEBUILDCLASS = "meson" |
11 | XFCE_COMPRESS_TYPE = "xz" | ||
12 | |||
13 | SRC_URI[sha256sum] = "6ae5bc4823d43e770b3a11700d048d56bdcaafdef37de7deacb8970b55fc1565" | ||
11 | 14 | ||
12 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | 15 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" |
13 | PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native wayland" | 16 | PACKAGECONFIG[wayland] = "-Dwayland=enabled, -Dwayland=disabled, wayland-native wayland" |
14 | 17 | ||
15 | EXTRA_OECONF += "WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner" | 18 | EXTRA_OECONF += "WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner" |
16 | 19 | ||