From 699b91317d4f1986b659abc2d3d3a248a1c34abe Mon Sep 17 00:00:00 2001 From: Kang Kai Date: Mon, 6 Aug 2018 19:17:06 -0700 Subject: xfce4-embed-plugin: 1.0.0 -> 1.6.0 Upgrade xfce4-embed-plugin from 1.0.0 to 1.6.0 * update md5sum of licese file COPYING which has been updated to to match the one at gnu.org, see https://github.com/xfce-mirror/xfce4-embed-plugin/commit/d20cec5#diff-7116ef0 Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb | 12 ------------ .../recipes-panel-plugins/embed/xfce4-embed-plugin_1.6.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb create mode 100644 meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.6.0.bb diff --git a/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb b/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb deleted file mode 100644 index cab3ea754c..0000000000 --- a/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "A panel plugin that embeds arbitrary windows (or GtkPlug widgets) into the panel." -HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -inherit xfce-panel-plugin - -# DEPENDS += "xfconf xorgproto libxtst" - -SRC_URI[md5sum] = "c5b86cbc1c54ee7c1d2e95a4502fed8e" -SRC_URI[sha256sum] = "35d4c6c56dd6468c0e5afe66f657c1526f2d830a577105a51da43657651832e3" diff --git a/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.6.0.bb b/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.6.0.bb new file mode 100644 index 0000000000..387b183f1b --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.6.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "A panel plugin that embeds arbitrary windows (or GtkPlug widgets) into the panel." +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit xfce-panel-plugin + +# DEPENDS += "xfconf xorgproto libxtst" + +SRC_URI[md5sum] = "6870b116b85e4fa68d1b9ef76bd1d279" +SRC_URI[sha256sum] = "c767df6360e8194b32bc24823dd000975edba0cafe525c23d7854029359ee228" -- cgit 1.2.3-korg