Here are some updates for wmmon.

Carlos, could you tag the last commit wmmon-1.3?

We're also missing a tag for an earlier version:
git tag wmmon-1.2b2 a5f88e5e5988fa6359c44bcff1363b1cd92a3225

Thanks!

Doug Torrance (9):
  wmmon: Move all source files to top directory for simplicity.
  wmmon: Use autotools for build.
  wmmon: Update includes based on results of include-what-you-use.
  wmmon: Remove redundant #define.
  wmmon: Use consistent data types.
  wmmon: Fix jiffy counter overflowing long on 32-bit systems.
  wmmon: Add desktop entry file.
  wmmon: Update documentation.
  wmmon: Bump to version 1.3.

 wmmon/CHANGES                      | 31 ++++++++++++
 wmmon/INSTALL                      | 11 ++---
 wmmon/Makefile.am                  | 10 ++++
 wmmon/README                       | 16 +++----
 wmmon/TODO                         |  2 +-
 wmmon/configure.ac                 |  9 ++++
 wmmon/ulllib.c                     | 68 +++++++++++++++++++++++++++
 wmmon/ulllib.h                     | 50 ++++++++++++++++++++
 wmmon/{wmmon => }/wmmon-mask.xbm   |  2 +-
 wmmon/{wmmon => }/wmmon-master.xpm |  0
 wmmon/{wmmon => }/wmmon.1          |  0
 wmmon/{wmmon => }/wmmon.c          | 96 ++++++++++++++++++++------------------
 wmmon/wmmon.desktop                |  7 +++
 wmmon/wmmon/Makefile               | 21 ---------
 14 files changed, 240 insertions(+), 83 deletions(-)
 create mode 100644 wmmon/Makefile.am
 create mode 100644 wmmon/configure.ac
 create mode 100644 wmmon/ulllib.c
 create mode 100644 wmmon/ulllib.h
 rename wmmon/{wmmon => }/wmmon-mask.xbm (99%)
 rename wmmon/{wmmon => }/wmmon-master.xpm (100%)
 rename wmmon/{wmmon => }/wmmon.1 (100%)
 rename wmmon/{wmmon => }/wmmon.c (93%)
 create mode 100644 wmmon/wmmon.desktop
 delete mode 100644 wmmon/wmmon/Makefile

-- 
2.11.0


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to