diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-01-06 16:17:14 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-06 14:20:51 -0800 |
commit | fbc8e065a116684a7a013d58117aa4aba080307d (patch) | |
tree | fdd2b6512c1e1c991795a3688dbc2c2b6ab9891d /meta-xfce | |
parent | 7888b57b5604e0fa7048a4ed27e71bf1229a9fb6 (diff) | |
download | meta-openembedded-fbc8e065a116684a7a013d58117aa4aba080307d.tar.gz |
xfce4-equake-plugin: remove for now
* It is broken since xfce 4.16
* A ticket was opened [1] but no visible activities yet
* As soon as a working version is released it will be re-added
[1] https://sourceforge.net/p/equake/tickets/3/
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.1.bb | 14 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.1.bb b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.1.bb deleted file mode 100644 index 8b24e98b04..0000000000 --- a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.8.1.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | DESCRIPTION = "Equake XFCE is a panel plugin for the XFCE panel which monitors earthquakes and displays an update each time a new earthquake occurs." | ||
2 | HOMEPAGE = "http://freecode.com/projects/equake-xfce" | ||
3 | SECTION = "x11/application" | ||
4 | LICENSE = "GPLv3" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
6 | |||
7 | inherit xfce-panel-plugin | ||
8 | |||
9 | DEPENDS += "curl" | ||
10 | |||
11 | SRC_URI[md5sum] = "07d42b8a3d440d6f1861048a6cc3a15a" | ||
12 | SRC_URI[sha256sum] = "eff9cfd604d1bd998c5208176fbe2c6da705c250dce572f5e30b2c77f4ec741c" | ||
13 | |||
14 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-equake-plugin" | ||
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb index c29827ceeb..7f1c172616 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | |||
@@ -40,7 +40,6 @@ RRECOMMENDS_${PN} = " \ | |||
40 | xfce4-mount-plugin \ | 40 | xfce4-mount-plugin \ |
41 | xfce4-powermanager-plugin \ | 41 | xfce4-powermanager-plugin \ |
42 | xfce4-closebutton-plugin \ | 42 | xfce4-closebutton-plugin \ |
43 | xfce4-equake-plugin \ | ||
44 | xfce4-notes-plugin \ | 43 | xfce4-notes-plugin \ |
45 | xfce4-whiskermenu-plugin \ | 44 | xfce4-whiskermenu-plugin \ |
46 | xfce4-mailwatch-plugin \ | 45 | xfce4-mailwatch-plugin \ |