mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
142b114921
commit
27ec8085c1
@ -1,7 +1,7 @@
|
||||
SUMMARY = "File manager for the Xfce Desktop Environment"
|
||||
SECTION = "x11"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libnotify xfce4-panel udev"
|
||||
|
||||
inherit xfce gobject-introspection features_check mime-xdg perlnative
|
||||
@ -10,10 +10,10 @@ inherit xfce gobject-introspection features_check mime-xdg perlnative
|
||||
# cairo would at least needed to be built with xlib.
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI[sha256sum] = "520bf318eef8bc792db38ae4af343b648f87d4b8d66f5b5d6f092e15264ee5af"
|
||||
SRC_URI[sha256sum] = "d1f4b080c97b9e390eff199aaaac7562fb20f031686f8d5ee5207e953bfc2feb"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
|
||||
PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"
|
||||
PACKAGECONFIG[pcre] = "--enable-pcre2,--disable-pcre2,libpcre2"
|
||||
PACKAGECONFIG[x11] = ",,libsm startup-notification"
|
||||
|
||||
FILES:${PN} += " \
|
||||
Loading…
x
Reference in New Issue
Block a user