diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-12-25 05:33:42 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 16:03:07 -0800 |
commit | 3a54cec59d168c38bdc5a49ba755a1365ff77b92 (patch) | |
tree | abb1784108c21f06218e9d5577fbf197c420d9f2 /meta-xfce | |
parent | f24b9e1d8ca3d28fc80dbdddf58ec9019d108c55 (diff) | |
download | meta-openembedded-3a54cec59d168c38bdc5a49ba755a1365ff77b92.tar.gz |
xfce4-appfinder: 4.16.1 -> 4.18.0
Update xfce4-appfinder from 4.16.1 to 4.18.0.
* update license with GPL-2.0-or-later
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.18.0.bb (renamed from meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.18.0.bb index 18d9fedfc..06dc0a200 100644 --- a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb +++ b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.18.0.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | DESCRIPTION = "Xfce4 Application Finder" | 1 | DESCRIPTION = "Xfce4 Application Finder" |
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | DEPENDS = "glib-2.0 gtk+3 libxfce4util libxfce4ui garcon xfconf" | 5 | DEPENDS = "glib-2.0 gtk+3 libxfce4util libxfce4ui garcon xfconf" |
6 | 6 | ||
7 | inherit xfce features_check | 7 | inherit xfce features_check |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "bfe3e9bd92695014ee74a2fbb7f5fd1b4c29cf043c4a11598b8958324c81e7ec" | 11 | SRC_URI[sha256sum] = "962a98d7b327d2073ed4cd0f78bce7945ed51b97d52fd60196e8b02ef819c18c" |
12 | 12 | ||
13 | FILES:${PN} += "${datadir}/metainfo" | 13 | FILES:${PN} += "${datadir}/metainfo" |