blob: 161650f75d70124d56621649faa4e43892c79b7e [file] [log] [blame]
Brad Bishop996bc452019-12-02 13:05:15 -05001SUMMARY = "Stand-alone system tray"
2DESCRIPTION = "Stalonetray is a stand-alone freedesktop.org and KDE system tray"
3SECTION = "x11/graphics"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-only"
Brad Bishop996bc452019-12-02 13:05:15 -05005LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6
7DEPENDS = "virtual/libx11"
8
9SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2"
10
11SRC_URI[md5sum] = "ae95dbbacc2620e032acea8abab8c9ef"
12SRC_URI[sha256sum] = "36548a588b2d466913423245dda6ffb6313132cd0cec635a117d37b3dab5fd4c"
13
Brad Bishope42b3e32020-01-15 22:08:42 -050014inherit autotools features_check
15
16REQUIRED_DISTRO_FEATURES = "x11"