From 13185b2c75f7beecbfaac8d7a04fca8b2f997312 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Tue, 22 Jul 2014 20:13:55 +0200
Subject: [PATCH] Show datetime in standard inicator-applet

---
 helpers/make-indicator-applet | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/helpers/make-indicator-applet b/helpers/make-indicator-applet
index 65d19820..fdc6676b 100644
--- a/helpers/make-indicator-applet
+++ b/helpers/make-indicator-applet
@@ -17,7 +17,8 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=2
+VERSION=3
+COMPONENT=main
 
 . ./config
 
@@ -61,6 +62,10 @@ cat << EOF | patch -p1
    return menuitem;
 EOF
 
+# Show datetime in standard applet
+sed '/datetime/,/}/d' -i src/applet-main.c
+
+
 changelog "Fixes LP:965953"
 
 compile
-- 
GitLab