From: Doug Torrance Date: Sun, 13 Oct 2013 19:07:37 +0000 (-0500) Subject: wmtime - increase version number to 1.1 X-Git-Tag: wmix-3.2~30 X-Git-Url: https://repo.or.cz/w/dockapps.git/commitdiff_plain/2ca71dc4499a3d893b7da556de15b8a4006a0d88 wmtime - increase version number to 1.1 Enough patches have been made over the years to the wmtime Debian package that I have decided to incorporate these changes into an official upstream release. Some updates to the documentation have been made to reflect the changes. --- diff --git a/wmtime/CHANGES b/wmtime/CHANGES index 3b3410f..fe5dd3e 100644 --- a/wmtime/CHANGES +++ b/wmtime/CHANGES @@ -3,6 +3,12 @@ WMTime changes. Version Description -------------------------------------------------------------- +1.1 - Released 131013 + - Incorporated many patches from Debian, including + + Added manual page + + Added -geometry and -noseconds options + + Improved locale support + 1.0b2 - Released 980519 - Locale support has been added. diff --git a/wmtime/INSTALL b/wmtime/INSTALL dissimilarity index 63% index 6a4ad4d..04f3fbb 100644 --- a/wmtime/INSTALL +++ b/wmtime/INSTALL @@ -1,38 +1,33 @@ -Installation instructions for WMTime. - -Requirements --------------------------------------------------------------- -Nothing particular, but a computer might come in handy doh ;-) - - -Installation --------------------------------------------------------------- -1) % tar -zxvf wmtime-1.0.tar.gz -2) % cd wmtime.app/wmtime -3)* Optional, make a symlink to your preffered language like: - % rm language - % ln -s languages/slovene.lang language -4)* xmkmf -a (for *BSD systems needed only!). -5) % make -6) copy 'wmtime' somewhere in your $PATH like /usr/local/bin; -7) % wmtime & (or wmtime -h for help) - - -3)* The default language is US/English, WMTime currently only - supports the US/English, Dutch and Slovenia languages. - - A locale version of your language is very simple to create, - just take a look at the supplied '.lang' files in the - wmtime.app/wmtime/languages/ directory. - - If you do create one, please be so kind to mail it to us, - this way we can include it with future releases of WMTime. - -4)* This Imakefile was kindly donated by Pascal Hofstede but - untested by the authors because we don't have a *BSD box - to test and try it out... we're working on generic - Imakefiles though ;-) - -Be sure to read the HINTS and TODO files too! - - +Installation instructions for WMTime. + +Requirements +-------------------------------------------------------------- +Nothing particular, but a computer might come in handy doh ;-) + + +Installation +-------------------------------------------------------------- +1) % tar -zxvf wmtime-1.1.tar.gz +2) % cd wmtime/wmtime +3)* xmkmf -a (for *BSD systems needed only!). +4) % make +5) % make install (as root) + +6)* WMTime uses month and weekday abbreviations from the + currently set locale. If these abbreviations do not + use Latin alphabet characters, then WMTime defaults to + US/English. + + You may change this behavior by setting the LANG + environment variable, e.g., + + % LANG=es_MX.UTF-8 wmtime + +7)* This Imakefile was kindly donated by Pascal Hofstede but + untested by the authors because we don't have a *BSD box + to test and try it out... we're working on generic + Imakefiles though ;-) + +Be sure to read the HINTS and TODO files too! + + diff --git a/wmtime/README b/wmtime/README index 8afef4a..3b77228 100644 --- a/wmtime/README +++ b/wmtime/README @@ -1,21 +1,16 @@ -WMTime-1.0b2 - The 2nd public BETA release +WMTime-1.1 -------------------------------------------------------------- Authors...: Martijn Pieterse (pieterse@xs4all.nl) Antoine Nulle (warp@xs4all.nl) - -Note......: WMTime has it's own mailbox, as our pop3 accounts - are already way too crowded :) - Please mail bugreports, comments, suggestions, - requests and flames to: - dockapps@windowmaker.mezaway.org - - The official WMTime support website address: +Maintainer: Doug Torrance (dtorrance@monmouthcollege.edu) + +Note......: The official WMTime support website address: - http://windowmaker.mezaway.org + http://wmtime.sourceforge.net Credits...: Bobby Mezaway (bobby@mezaway.org) for generously - hosting our website + hosting the original website Pascal G.Hofstee (daeron@Wit401305.student.utwente.nl) for supplying an Imakefile for *BSD systems Alen Salamun (snowman@hal9000.medinet.si) @@ -58,10 +53,9 @@ COPYING GNU General Public License Version 2. Bugs -------------------------------------------------------------- -If you discover any bugs in this software, please send a -bugreport to dockapps@windowmaker.mezaway.org and describe -the problem as detailed as you can. - +If you discover any bugs in this software, please submit a +bugreport at +https://sourceforge.net/p/wmtime/tickets/ Copyright -------------------------------------------------------------- diff --git a/wmtime/language b/wmtime/language deleted file mode 120000 index 859b6bb..0000000 --- a/wmtime/language +++ /dev/null @@ -1 +0,0 @@ -languages/us.lang \ No newline at end of file diff --git a/wmtime/languages/nl.lang b/wmtime/languages/nl.lang deleted file mode 100644 index 46ef65b..0000000 --- a/wmtime/languages/nl.lang +++ /dev/null @@ -1,19 +0,0 @@ -ZO -MA -DI -WO -DO -VR -ZA -JAN -FEB -MAR -APR -MEI -JUN -JUL -AUG -SEP -OKT -NOV -DEC diff --git a/wmtime/languages/slovene.lang b/wmtime/languages/slovene.lang deleted file mode 100644 index 2a6d7de..0000000 --- a/wmtime/languages/slovene.lang +++ /dev/null @@ -1,20 +0,0 @@ -NE -PO -TO -SR -CE -PE -SO -NE -JAN -FEB -MAR -APR -MAJ -JUN -JUL -AVG -SEP -OKT -NOV -DEC diff --git a/wmtime/languages/us.lang b/wmtime/languages/us.lang deleted file mode 100644 index 77b4538..0000000 --- a/wmtime/languages/us.lang +++ /dev/null @@ -1,19 +0,0 @@ -SU -MO -TU -WE -TH -FR -SA -JAN -FEB -MAR -APR -MAY -JUN -JUL -AUG -SEP -OCT -NOV -DEC diff --git a/wmtime/wmtime/Makefile b/wmtime/wmtime/Makefile index a1c3c58..85bb745 100755 --- a/wmtime/wmtime/Makefile +++ b/wmtime/wmtime/Makefile @@ -20,3 +20,6 @@ clean:: rm $$i; \ done rm wmtime + +install:: wmtime + install -m 755 wmtime $(DESTDIR)/usr/bin \ No newline at end of file diff --git a/wmtime/wmtime/wmtime.1 b/wmtime/wmtime/wmtime.1 index f17156c..08dbd35 100644 --- a/wmtime/wmtime/wmtime.1 +++ b/wmtime/wmtime/wmtime.1 @@ -16,7 +16,7 @@ .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. .\" -.TH WMTIME 1 "May 1998" "WMTIME 1.0b2" +.TH WMTIME 1 "October 2013" "WMTIME 1.1" .SH NAME wmtime \- Window Maker dockapp that displays the time and date diff --git a/wmtime/wmtime/wmtime.c b/wmtime/wmtime/wmtime.c index 6609b59..d5cc8b2 100644 --- a/wmtime/wmtime/wmtime.c +++ b/wmtime/wmtime/wmtime.c @@ -92,7 +92,7 @@ const char* default_left_action = NULL; const char* default_middle_action = NULL; const char* default_right_action = NULL; -#define WMMON_VERSION "1.0b2" +#define WMMON_VERSION "1.1" /********************/ /* Global Variables */