aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-05-25 11:48:20 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-28 10:35:15 +0200
commit3c9f68dc455d1ce7ab472eef9a1af3550fc578fa (patch)
tree0c3775cb31864e2dbcc05419e14eaf1ea3887660 /meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb
parent2be2cbf444394e86c8ae924e423c97166c48311d (diff)
downloadmeta-openembedded-contrib-3c9f68dc455d1ce7ab472eef9a1af3550fc578fa.tar.gz
xfce4-notes-plugin: update to 1.8.0
removed patch is upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb')
-rw-r--r--meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb
deleted file mode 100644
index fee5a4d9c4..0000000000
--- a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Notes plugin for the Xfce Panel"
-HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-
-inherit xfce-panel-plugin
-
-DEPENDS = "gtk+ libxfce4ui xfce4-panel xfconf libunique"
-
-SRC_URI += " \
- file://0001-Bump-dependency-to-Xfce-4.10.patch \
- file://0002-main-status-icon.c-remove-deprecated-g_type_init.patch \
-"
-SRC_URI[md5sum] = "42b924b23f2fec6a1099e9b7a87db4a3"
-SRC_URI[sha256sum] = "a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217"
-
-FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so.*"
-
-# *.so are required for plugin detection
-INSANE_SKIP_${PN} = "dev-so"