[Pkg-wmaker-commits] [wmacpi] 18/105: wmacpi: Bump to version 2.1rc1.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 18 01:13:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmacpi.

commit 097da06b9569e33f99c8949a3d505629b13f6765
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Aug 18 17:56:24 2014 -0500

    wmacpi: Bump to version 2.1rc1.
    
    Source obtained from http://sourceforge.net/projects/wmacpi/files/.
    
    2005 Jan 5 2.1rc1
    	Typo fix in the manpage.
    
    	Ported to libdockapp-0.5.0 - all this needed was changing the
    	type of the dockapp width and height to unsigned short.
---
 ChangeLog | 6 ++++++
 INSTALL   | 6 +++++-
 wmacpi.1  | 1 -
 wmacpi.c  | 6 +++---
 4 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ebdcb2a..5c429a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005 Jan 5 2.1rc1
+	Typo fix in the manpage.
+
+	Ported to libdockapp-0.5.0 - all this needed was changing the
+	type of the dockapp width and height to unsigned short.
+	
 2004 October 24 2.0
 	Upped version number to 2.0.
 
diff --git a/INSTALL b/INSTALL
index 274d1f4..b456969 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,6 +8,10 @@ in the Makefile, or specify BUILD_CLI=1 on the make command line. ie,
 make BUILD_CLI=1
 make install BUILD_CLI=1
 
+As of 2.1 wmacpi requires libdockapp-0.5.0 - the tarball is available
+from the same place as the wmacpi tarball. If you're running Debian
+testing you just need to install libdockapp-dev.
+
 No uninstall is supported, but isn't exactly difficult to delete all
 the files by hand . . .
 
@@ -17,4 +21,4 @@ bin/acpi
 man/man1/wmacpi.1
 man/man1/acpi.1
 
-Simon Fowler <simon at dreamcraft.com.au>, 2003-11-23
\ No newline at end of file
+Simon Fowler <simon at dreamcraft.com.au>, 2005-01-05
\ No newline at end of file
diff --git a/wmacpi.1 b/wmacpi.1
index 070a219..47c02c5 100644
--- a/wmacpi.1
+++ b/wmacpi.1
@@ -153,7 +153,6 @@ Print the version information.
 .TP
 .B \-h
 Display help.
-.TP
 .SH AUTHOR
 .B wmacpi
 was originally written by Tim Copperfield <timecop at japan.co.jp>, then
diff --git a/wmacpi.c b/wmacpi.c
index 46c3f9e..ca89135 100644
--- a/wmacpi.c
+++ b/wmacpi.c
@@ -37,7 +37,7 @@
 #include "libacpi.h"
 #include "wmacpi.h"
 
-#define WMACPI_VER "2.0"
+#define WMACPI_VER "2.1rc1"
 
 /* main pixmap */
 #ifdef LOW_COLOR
@@ -53,8 +53,8 @@ struct dockapp {
     Pixmap pixmap;		/* main pixmap */
     Pixmap mask;		/* mask pixmap */
     Pixmap text;		/* pixmap for text scroller */
-    unsigned width;		/* width of pixmap */
-    unsigned height;		/* height of pixmap */
+    unsigned short width;	/* width of pixmap */
+    unsigned short height;	/* height of pixmap */
     int screen;			/* current screen */
     int tw;			/* text width inside text pixmap */
     int update;			/* need to redraw? */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmacpi.git



More information about the Pkg-wmaker-commits mailing list