diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-11-04 13:57:12 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:49:52 -0800 |
| commit | f89f87da722e32257158b54c01d5f221bb1cb00c (patch) | |
| tree | d438b79125bffa1001968e9a9fc57cfe4c1b0edf /meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb | |
| parent | 9d24dde0ec173a6609ad7dba903b7520776362c4 (diff) | |
| download | meta-openembedded-f89f87da722e32257158b54c01d5f221bb1cb00c.tar.gz | |
xfce4-mailwatch-plugin: upgrade 1.3.0 -> 1.3.1
License-Update: GPL text format changed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb b/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb new file mode 100644 index 0000000000..6ea260765f --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel" | ||
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin" | ||
| 3 | LICENSE = "GPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | inherit xfce-panel-plugin | ||
| 7 | |||
| 8 | DEPENDS += "gnutls" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "054964e9fe4ca668486400991ce1ea01d07aac7ba235f4b14d4a8f7d9800046a" | ||
| 11 | |||
| 12 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
| 13 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
