I'm currently packaging wmcliphist for Debian. The original author gave me his blessing to maintain it, and I feel that it would fit well in the dockapps repo.
Carlos, if these patches are accepted, could you tag the first wmcliphist-2.0 and the last wmcliphist-2.1? Thanks! Doug Torrance (17): wmcliphist: Add version 2.0 to repository. wmcliphist: Add X11 build flags; otherwise wmcliphist fails to build. wmcliphist: Add <sys/stat.h> to includes. wmcliphist: Fix unused but set variable compiler warning. wmcliphist: Switch from angled brackets to quotes for local includes. wmcliphist: Remove trailing whitespace. wmcliphist: Remove foodock library; use GTK dockapp code from wmpasman. wmcliphist: Replace deprecated GTK symbols. wmcliphist: Replace xpm icons with png. wmcliphist: Migrate to GTK3; remove bitmaps in favor of Cairo for mask. wmcliphist: Fix new compiler warnings that appeared after GTK3 transition. wmcliphist: Remove .spec file; not needed upstream. wmcliphist: Add manpage from Debian. wmcliphist: Remove Mercurial directory. wmcliphist: Add -v command line option to print version. wmcliphist: Add -b command line option to select which clipboard to manage. wmcliphist: Release version 2.1. wmcliphist/AUTHORS | 13 + wmcliphist/COPYING | 340 ++++++++++++++++++++++++++ wmcliphist/ChangeLog | 76 ++++++ wmcliphist/INSTALL | 1 + wmcliphist/Makefile | 62 +++++ wmcliphist/NEWS | 15 ++ wmcliphist/README | 134 ++++++++++ wmcliphist/clipboard.c | 207 ++++++++++++++++ wmcliphist/debug.c | 136 +++++++++++ wmcliphist/debug.h | 55 +++++ wmcliphist/gui.c | 457 +++++++++++++++++++++++++++++++++++ wmcliphist/history.c | 387 +++++++++++++++++++++++++++++ wmcliphist/hotkeys.c | 198 +++++++++++++++ wmcliphist/icon/ico_16x16.png | Bin 0 -> 298 bytes wmcliphist/icon/ico_30x30_black.png | Bin 0 -> 1869 bytes wmcliphist/icon/ico_30x30_gray.png | Bin 0 -> 1900 bytes wmcliphist/icon/ico_30x30_white.png | Bin 0 -> 1915 bytes wmcliphist/icon/ico_40x40_black.png | Bin 0 -> 2931 bytes wmcliphist/icon/ico_40x40_gray.png | Bin 0 -> 3000 bytes wmcliphist/icon/ico_40x40_white.png | Bin 0 -> 3001 bytes wmcliphist/icon/ico_60x60_black.png | Bin 0 -> 5182 bytes wmcliphist/icon/ico_60x60_gray.png | Bin 0 -> 5384 bytes wmcliphist/icon/ico_60x60_white.png | Bin 0 -> 5365 bytes wmcliphist/rcconfig.c | 470 ++++++++++++++++++++++++++++++++++++ wmcliphist/utils.c | 24 ++ wmcliphist/wmcliphist.1 | 55 +++++ wmcliphist/wmcliphist.c | 430 +++++++++++++++++++++++++++++++++ wmcliphist/wmcliphist.h | 331 +++++++++++++++++++++++++ wmcliphist/wmcliphistrc | 120 +++++++++ 29 files changed, 3511 insertions(+) create mode 100644 wmcliphist/AUTHORS create mode 100644 wmcliphist/COPYING create mode 100644 wmcliphist/ChangeLog create mode 100644 wmcliphist/INSTALL create mode 100644 wmcliphist/Makefile create mode 100644 wmcliphist/NEWS create mode 100644 wmcliphist/README create mode 100644 wmcliphist/clipboard.c create mode 100644 wmcliphist/debug.c create mode 100644 wmcliphist/debug.h create mode 100644 wmcliphist/gui.c create mode 100644 wmcliphist/history.c create mode 100644 wmcliphist/hotkeys.c create mode 100644 wmcliphist/icon/ico_16x16.png create mode 100644 wmcliphist/icon/ico_30x30_black.png create mode 100644 wmcliphist/icon/ico_30x30_gray.png create mode 100644 wmcliphist/icon/ico_30x30_white.png create mode 100644 wmcliphist/icon/ico_40x40_black.png create mode 100644 wmcliphist/icon/ico_40x40_gray.png create mode 100644 wmcliphist/icon/ico_40x40_white.png create mode 100644 wmcliphist/icon/ico_60x60_black.png create mode 100644 wmcliphist/icon/ico_60x60_gray.png create mode 100644 wmcliphist/icon/ico_60x60_white.png create mode 100644 wmcliphist/rcconfig.c create mode 100644 wmcliphist/utils.c create mode 100644 wmcliphist/wmcliphist.1 create mode 100644 wmcliphist/wmcliphist.c create mode 100644 wmcliphist/wmcliphist.h create mode 100644 wmcliphist/wmcliphistrc -- 2.1.0 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.