diff options
-rw-r--r-- | meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.4.0.bb (renamed from meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.2.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.2.bb b/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.4.0.bb index 9ac375999f..b30b359f79 100644 --- a/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.2.bb +++ b/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.4.0.bb | |||
@@ -3,11 +3,13 @@ HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start" | |||
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | XFCE_COMPRESS_TYPE = "xz" | ||
7 | |||
6 | inherit xfce-panel-plugin | 8 | inherit xfce-panel-plugin |
7 | 9 | ||
8 | DEPENDS += "gnutls" | 10 | DEPENDS += "gnutls" |
9 | 11 | ||
10 | SRC_URI[sha256sum] = "c4783f1533891cd2e0c34066da859864dce45a23caa6015b58cb9fa9d65a7e44" | 12 | SRC_URI[sha256sum] = "5c211025db1096663fa6b8cc41213464a6d71f24e76326499d857ff81ea3861f" |
11 | 13 | ||
12 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 14 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
13 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 15 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |