summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2022-12-25 05:33:38 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-27 16:03:06 -0800
commit27ec8085c1edfaa2eb6ca370f31e8164cad40b3d (patch)
treec4b0cce3161041a84c41a3a293ca0c3bcab98977
parent142b1149210eb4c631ee295a6a87a8d71b116ec5 (diff)
downloadmeta-openembedded-27ec8085c1edfaa2eb6ca370f31e8164cad40b3d.tar.gz
thunar: 4.16.9 -> 4.18.0
Update thunar from 4.16.9 to 4.18.0. * update license which should be GPL-2.0-or-later * update package config pcre Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb (renamed from meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb
index d3702c83c3..3c05dacc66 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb
@@ -1,7 +1,7 @@
1SUMMARY = "File manager for the Xfce Desktop Environment" 1SUMMARY = "File manager for the Xfce Desktop Environment"
2SECTION = "x11" 2SECTION = "x11"
3LICENSE = "GPL-2.0-only" 3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libnotify xfce4-panel udev" 5DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libnotify xfce4-panel udev"
6 6
7inherit xfce gobject-introspection features_check mime-xdg perlnative 7inherit xfce gobject-introspection features_check mime-xdg perlnative
@@ -10,10 +10,10 @@ inherit xfce gobject-introspection features_check mime-xdg perlnative
10# cairo would at least needed to be built with xlib. 10# cairo would at least needed to be built with xlib.
11ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 11ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
12 12
13SRC_URI[sha256sum] = "520bf318eef8bc792db38ae4af343b648f87d4b8d66f5b5d6f092e15264ee5af" 13SRC_URI[sha256sum] = "d1f4b080c97b9e390eff199aaaac7562fb20f031686f8d5ee5207e953bfc2feb"
14 14
15PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" 15PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
16PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" 16PACKAGECONFIG[pcre] = "--enable-pcre2,--disable-pcre2,libpcre2"
17PACKAGECONFIG[x11] = ",,libsm startup-notification" 17PACKAGECONFIG[x11] = ",,libsm startup-notification"
18 18
19FILES:${PN} += " \ 19FILES:${PN} += " \