mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
21 lines
710 B
BlitzBasic
21 lines
710 B
BlitzBasic
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"
|