diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-08-13 05:21:11 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-14 16:03:43 -0700 |
commit | c8ca05f47efb4380ac6139145c67cd2621782286 (patch) | |
tree | 06cd42033798e920a978ba248b9f6ee0a42c5bb5 /meta-xfce | |
parent | 348829309b0549f0f612854afc35c7aa26e5ea44 (diff) | |
download | meta-openembedded-c8ca05f47efb4380ac6139145c67cd2621782286.tar.gz |
xfce4-appfinder: 4.13.3 -> 4.14.0
Update xfce4-appfinder from 4.13.3 to 4.14.0.
* remove dbus-glib from DEPENDS that xfce4-appfinder ports to gdbus
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.13.3.bb | 14 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.14.0.bb | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.13.3.bb b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.13.3.bb deleted file mode 100644 index 309559646..000000000 --- a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.13.3.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | DESCRIPTION="Xfce4 Application Finder" | ||
2 | SECTION = "x11" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | DEPENDS="glib-2.0 gtk+3 libxfce4util libxfce4ui garcon dbus-glib xfconf" | ||
6 | |||
7 | inherit xfce distro_features_check | ||
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
10 | |||
11 | SRC_URI[md5sum] = "c2069a14c85c8a3e537b2d4c552d36d2" | ||
12 | SRC_URI[sha256sum] = "d738082a5fb01e42ea6333803012fd80258061f444afbbbd7b05a0f620a32ba6" | ||
13 | |||
14 | FILES_${PN} += "${datadir}/metainfo" | ||
diff --git a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.14.0.bb b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.14.0.bb new file mode 100644 index 000000000..2d6b7a550 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.14.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Xfce4 Application Finder" | ||
2 | SECTION = "x11" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | DEPENDS = "glib-2.0 gtk+3 libxfce4util libxfce4ui garcon xfconf" | ||
6 | |||
7 | inherit xfce distro_features_check | ||
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
10 | |||
11 | SRC_URI[md5sum] = "03b226a2ee20f95243e74d1868e94e0e" | ||
12 | SRC_URI[sha256sum] = "7ec175d4954fceb2e76cbfbca76ac4a4f53fe799d097a14117e7de68e88a4d98" | ||
13 | |||
14 | FILES_${PN} += "${datadir}/metainfo" | ||