diff options
author | Stefan Schmidt <stefan@buglabs.net> | 2010-07-18 19:44:49 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-07-18 19:47:15 +0200 |
commit | 29d31f9f2efd6b93e0eaaabf349eeb573830e2cc (patch) | |
tree | 3a19f73d1c188997079c6c90587f57b51cb8407f | |
parent | e4a8eebf135e5c0737486b427e24696c758f6b28 (diff) |
indicator-applet_0.4.3: Gnome applet for so called indicators of Ayatana
-rw-r--r-- | recipes/ayatana/indicator-applet_0.4.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/ayatana/indicator-applet_0.4.3.bb b/recipes/ayatana/indicator-applet_0.4.3.bb new file mode 100644 index 0000000000..e3e886b067 --- /dev/null +++ b/recipes/ayatana/indicator-applet_0.4.3.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "A small applet to display information from various applications consistently in the panel." +SECTION = "x11/gnome" +DEPENDS = "gtk+ gnome-panel" + +inherit autotools +SRC_URI = "http://launchpad.net/indicator-applet/0.4/0.4.3/+download/indicator-applet-0.4.3.tar.gz" + +SRC_URI[md5sum] = "de7b233cd7110c9b5ef65d7eb9f14a12" +SRC_URI[sha256sum] = "e2ade303a300968bc9c0aae0b0891e4893e3266eeef3433c1952c1704cbf4447" |