From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- ...-period-to-be-set-at-250ms-resolution.-Pa.patch | 36 ++++++++++++++++++++++ .../genmon/xfce4-genmon-plugin_3.4.0.bb | 13 ++++++++ 2 files changed, 49 insertions(+) create mode 100644 meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch create mode 100644 meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb (limited to 'meta-xfce/recipes-panel-plugins/genmon') diff --git a/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch b/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch new file mode 100644 index 0000000000..28c0eb1443 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch @@ -0,0 +1,36 @@ +From 2d5fa307827a7b32af4f7b2ae0604f943e3a6e99 Mon Sep 17 00:00:00 2001 +From: John Lindgren +Date: Tue, 21 Aug 2012 19:33:45 -0400 +Subject: [PATCH] Allow timer period to be set at 250ms resolution. Patch + from Miguel Guedes. Closes: #9102. +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Upstream-Status: Applied [1] + +[1] http://git.xfce.org/panel-plugins/xfce4-genmon-plugin/commit/?id=2d5fa307827a7b32af4f7b2ae0604f943e3a6e99 + +Signed-off-by: Andreas Müller +--- + panel-plugin/config_gui.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/panel-plugin/config_gui.c b/panel-plugin/config_gui.c +index a4c891d..90e55c1 100644 +--- a/panel-plugin/config_gui.c ++++ b/panel-plugin/config_gui.c +@@ -106,8 +106,8 @@ int genmon_CreateConfigGUI (GtkWidget *vbox1, + gtk_widget_show (alignment1); + gtk_container_add (GTK_CONTAINER (eventbox1), alignment1); + +- wSc_Period_adj = gtk_adjustment_new (15, 1, 60*60*24, 1, 1, 0); +- wSc_Period = gtk_spin_button_new (GTK_ADJUSTMENT (wSc_Period_adj), 1, 0); ++ wSc_Period_adj = gtk_adjustment_new (15, .25, 60*60*24, .25, 1, 0); ++ wSc_Period = gtk_spin_button_new (GTK_ADJUSTMENT (wSc_Period_adj), .25, 2); + gtk_widget_show (wSc_Period); + gtk_container_add (GTK_CONTAINER (alignment1), wSc_Period); + gtk_tooltips_set_tip (tooltips, wSc_Period, +-- +1.7.6.5 + diff --git a/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb new file mode 100644 index 0000000000..a13db62a3c --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel." +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe" + +inherit xfce-panel-plugin + +SRC_URI += "file://0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch" + +SRC_URI[md5sum] = "24108b339bb040ed360266f53a245224" +SRC_URI[sha256sum] = "b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387" + +S = "${WORKDIR}/xfce4-genmon-plugin-3.4" -- cgit v1.2.3-54-g00ecf