diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-06 17:12:43 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-06 17:12:43 -0500 |
commit | e86d8f7bbde51de5fa371bb2497a30e9f617c6c0 (patch) | |
tree | 9a30e6a75e67026c7319c22932b0b18aa543c0fe /desktop/xfce4-genmon-plugin | |
parent | fc46d7184f1abc277417986742d727cdfde4b1f6 (diff) | |
download | slackbuilds-e86d8f7bbde51de5fa371bb2497a30e9f617c6c0.tar.gz |
desktop/xfce4-genmon-plugin: Updated for version 3.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-genmon-plugin')
3 files changed, 8 insertions, 32 deletions
diff --git a/desktop/xfce4-genmon-plugin/fix_noshow_on_panel_restart_bug.diff b/desktop/xfce4-genmon-plugin/fix_noshow_on_panel_restart_bug.diff deleted file mode 100644 index a2d79aa619..0000000000 --- a/desktop/xfce4-genmon-plugin/fix_noshow_on_panel_restart_bug.diff +++ /dev/null @@ -1,22 +0,0 @@ -From 60be4725ec2ee8a9557a02f7eb7b6aa748961f48 Mon Sep 17 00:00:00 2001 -From: Contarino Rosario <contarino.rosario@gmail.com> -Date: Thu, 28 Apr 2011 23:59:06 +0200 -Subject: [PATCH] panel-plugin/main.c: Fix start bug - ---- - panel-plugin/main.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/panel-plugin/main.c b/panel-plugin/main.c -index f59886e..8d51ae6 100644 ---- a/panel-plugin/main.c -+++ b/panel-plugin/main.c -@@ -836,6 +836,8 @@ static void genmon_construct (XfcePanelPlugin *plugin) - - SetMonitorFont (genmon); - -+ SetTimer (genmon); -+ - g_signal_connect (plugin, "free-data", G_CALLBACK (genmon_free), genmon); - - g_signal_connect (plugin, "save", G_CALLBACK (genmon_write_config), diff --git a/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild b/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild index 6734367ec3..e915a73537 100644 --- a/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild +++ b/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-genmon-plugin -# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA +# Copyright 2006-2012 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-genmon-plugin -VERSION=3.3.0 -BUILD=${BUILD:-2} +VERSION=3.4.0 +TARVERS=3.4 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -63,7 +64,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +cd $PRGNAM-$TARVERS chown -R root:root . chown -R root:root . find . \ @@ -72,9 +73,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix https://bugzilla.xfce.org/show_bug.cgi?id=7449 -patch -p1 < $CWD/fix_noshow_on_panel_restart_bug.diff - CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ diff --git a/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.info b/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.info index be69e7c508..3e09cdbf9d 100644 --- a/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.info +++ b/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.info @@ -1,8 +1,8 @@ PRGNAM="xfce4-genmon-plugin" -VERSION="3.3.0" +VERSION="3.4.0" HOMEPAGE="http://goodies.xfce.org/" -DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/3.3/xfce4-genmon-plugin-3.3.0.tar.bz2" -MD5SUM="7c95234dc99efc21bbf9d2b056dd21f9" +DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/3.4/xfce4-genmon-plugin-3.4.0.tar.bz2" +MD5SUM="24108b339bb040ed360266f53a245224" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |