mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-03 20:54:42 +02:00
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>
20 lines
708 B
BlitzBasic
20 lines
708 B
BlitzBasic
SUMMARY = "Xfce Calender"
|
|
SECTION = "x11/application"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
|
|
DEPENDS = "gtk+ xfce4-panel libical popt"
|
|
|
|
inherit xfce-app
|
|
|
|
SRC_URI[md5sum] = "d5105981a9d77ed22be42615d70f3cc0"
|
|
SRC_URI[sha256sum] = "b19df727da9da48b979e238ac7113c803976de80bd1e2dadf6d84b864956dfd5"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
|
|
|
|
PACKAGES =+ "xfce4-orageclock-plugin"
|
|
FILES_${PN} += "${datadir}/dbus-1"
|
|
FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug"
|
|
FILES_xfce4-orageclock-plugin = "${libdir}/orage/xfce4/panel-plugins/xfce4-orageclock-plugin ${datadir}/xfce4/panel-plugins"
|
|
|