mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
b618634b58
* based on Koen's patch [1] * xfce4-cpugraph-plugin ported to libxfce4ui [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-October/035591.html Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
12 lines
503 B
BlitzBasic
12 lines
503 B
BlitzBasic
DESCRIPTION = "Panel plugin with graphical representation of the cpu frequency"
|
|
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=415654f59d8fa70fe4eac2c3f86c8f5e"
|
|
|
|
inherit xfce-panel-plugin
|
|
|
|
# SRC_URI must follow inherited one
|
|
SRC_URI += "file://port-to-libxfce4ui.patch"
|
|
SRC_URI[md5sum] = "ff551087b1f61c47b8746e8687c572aa"
|
|
SRC_URI[sha256sum] = "b5fada35a92083b67818da0ce3fe5ba6a2443fee26d6eec71755ff383df7c407"
|