diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2019-11-23 15:05:41 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-23 19:14:06 -0800 |
commit | de76cf5d52fe09f88f135c3a16ef4c60e6f98983 (patch) | |
tree | 906cd0affa9e5384f8c0698054a1b794d0f4d881 /meta-oe | |
parent | e4ac09169d9a3fb456d9f15a9233e6f340928115 (diff) | |
download | meta-openembedded-de76cf5d52fe09f88f135c3a16ef4c60e6f98983.tar.gz |
stalonetray: Add a simple stand-alone system tray
Stalonetray is a simple and convenient stand-alone freedesktop.org
and KDE system tray for X11 with minimal dependencies.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb b/meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb new file mode 100644 index 000000000..8851729f5 --- /dev/null +++ b/meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Stand-alone system tray" | ||
2 | DESCRIPTION = "Stalonetray is a stand-alone freedesktop.org and KDE system tray" | ||
3 | SECTION = "x11/graphics" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
6 | |||
7 | DEPENDS = "virtual/libx11" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2" | ||
10 | |||
11 | SRC_URI[md5sum] = "ae95dbbacc2620e032acea8abab8c9ef" | ||
12 | SRC_URI[sha256sum] = "36548a588b2d466913423245dda6ffb6313132cd0cec635a117d37b3dab5fd4c" | ||
13 | |||
14 | inherit autotools | ||