Commit graph

499 commits

Author SHA1 Message Date
Doug Torrance b22f634ce2 libdockapp: Replace example Imakefiles with Makefiles.
imake is deprecated.
2014-11-28 16:39:20 +00:00
Doug Torrance 19bf1f277f libdockapp: Use consistent code formatting.
Used uncrustify to minimize warnings and errors from checkpatch.pl in the
Window Maker source tree.
2014-11-28 16:39:20 +00:00
Doug Torrance b002ed2e01 libdockapp: Remove CVS cruft. 2014-11-28 16:39:20 +00:00
Doug Torrance d02f58d26d libdockapp: Remove trailing whitespace. 2014-11-28 16:30:06 +00:00
Doug Torrance 3c0684b235 libdockapp: Remove autotools-generated files. 2014-11-28 16:30:06 +00:00
Doug Torrance 2dd42394ac libdockapp: Add version 0.6.3 to repository.
Obtained from:
http://sourceforge.net/projects/libdockapp/files/libdockapp-0.6.3.tar.gz/download
2014-11-28 16:30:06 +00:00
Doug Torrance c34aababd9 wmacpi: Bump to version 2.3. 2014-11-24 09:35:58 +00:00
Doug Torrance 8530ba751d wmacpi: Fix -Wunused-result compiler warnings.
In particular,
libacpi.c: In function ‘power_init’:
libacpi.c:339:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread(buf, 4096, 1, acpi);
     ^
libacpi.c: In function ‘procfs_get_power_status’:
libacpi.c:434:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
     fgets(buf, 1024, file);
     ^
2014-11-24 09:35:58 +00:00
Doug Torrance dde6a84b93 wmacpi: Fix -Wunused-but-set-variable compiler warning.
In particular,
libacpi.c: In function ‘procfs_get_battery_info’:
libacpi.c:582:9: warning: variable ‘buflen’ set but not used [-Wunused-but-set-variable]
     int buflen;
         ^
2014-11-24 09:35:58 +00:00
Doug Torrance 3b0dceb28e wmacpi: Respect DESTDIR variable in Makefile, e.g., for package creation. 2014-11-24 09:35:58 +00:00
Doug Torrance 7232482853 wmacpi: Merge clean and clean-all targets in Makefile.
"make clean" should do the expected thing.
2014-11-24 09:35:58 +00:00
Doug Torrance d2808842d3 wmacpi: Remove deprecated /usr/X11R6/include directory from CFLAGS. 2014-11-24 09:35:58 +00:00
Doug Torrance 4a4d34c424 Fix warning in update-dockapps.pl.
In particular, dereference hashes passed to keys function to avoid the following
warnings:
keys on reference is experimental at ./update-dockapps.pl line 91.
keys on reference is experimental at ./update-dockapps.pl line 113.

These warnings appeared after upgrading to Perl 5.20.
2014-11-23 13:30:02 +00:00
Doug Torrance 2b788b3e51 Add wmcliphist information for dockapps webpage. 2014-11-23 10:33:33 +00:00
Doug Torrance 95a8878871 Add wmcpufreq information for dockapps webpage. 2014-11-23 10:33:33 +00:00
Doug Torrance f959c7e9cb wmcliphist: Release version 2.1. 2014-11-23 10:26:23 +00:00
Doug Torrance 48a0ccca75 wmcliphist: Add -b command line option to select which clipboard to manage. 2014-11-23 10:26:23 +00:00
Doug Torrance a32b41a0a2 wmcliphist: Add -v command line option to print version. 2014-11-23 10:26:23 +00:00
Doug Torrance 7aa3b460c3 wmcliphist: Remove Mercurial directory. 2014-11-23 10:26:23 +00:00
Doug Torrance 6709f68671 wmcliphist: Add manpage from Debian. 2014-11-23 10:26:23 +00:00
Doug Torrance a1b5618d24 wmcliphist: Remove .spec file; not needed upstream. 2014-11-23 10:26:23 +00:00
Doug Torrance 5928f82f3e wmcliphist: Fix new compiler warnings that appeared after GTK3 transition. 2014-11-23 10:26:23 +00:00
Doug Torrance 49f749a29a wmcliphist: Migrate to GTK3; remove bitmaps in favor of Cairo for mask. 2014-11-23 10:26:22 +00:00
Doug Torrance 7a271c57db wmcliphist: Replace xpm icons with png.
In preparation for eventual switch to Cairo/GTK3.
2014-11-23 10:26:22 +00:00
Doug Torrance 3e0aad923b wmcliphist: Replace deprecated GTK symbols. 2014-11-23 10:26:22 +00:00
Doug Torrance e976c4e5fa wmcliphist: Remove foodock library; use GTK dockapp code from wmpasman. 2014-11-23 10:26:22 +00:00
Doug Torrance 42f9f9a70f wmcliphist: Remove trailing whitespace. 2014-11-23 10:26:22 +00:00
Doug Torrance a134f7433b wmcliphist: Switch from angled brackets to quotes for local includes. 2014-11-23 10:26:22 +00:00
Doug Torrance cf6aed73bc wmcliphist: Fix unused but set variable compiler warning.
In particular,
utils.c: In function ‘from_utf8’:
utils.c:13:7: warning: variable ‘error_code’ set but not used
 [-Wunused-but-set-variable]
  gint error_code;
       ^
2014-11-23 10:26:22 +00:00
Doug Torrance e2ecd4b877 wmcliphist: Add <sys/stat.h> to includes.
Otherwise, we get the following compiler warning:
history.c:289:2: warning: implicit declaration of function ‘chmod’
[-Wimplicit-function-declaration]
  if ((chmod(fname, S_IRUSR|S_IWUSR)) != 0) {
  ^
2014-11-23 10:26:22 +00:00
Doug Torrance 3a4d0d4147 wmcliphist: Add X11 build flags; otherwise wmcliphist fails to build. 2014-11-23 10:26:22 +00:00
Doug Torrance eef9ca3907 wmcliphist: Add version 2.0 to repository.
Obtained from:
http://linux.nawebu.cz/wmcliphist/wmcliphist-latest.tar.gz
2014-11-23 10:26:22 +00:00
eatdirt 14c4303218 editing changelog 2014-11-20 23:16:04 +00:00
eatdirt 0cacb3cddb Add support for choosing first cpuid 2014-11-20 23:15:57 +00:00
eatdirt 27a4386c3f Fix segfault when appending an argument not recknownized 2014-11-20 23:15:53 +00:00
eatdirt ca283f97b8 Fixing file permissions 2014-11-20 23:15:47 +00:00
eatdirt bc1a137c53 Adding wmcpufreq to repository 2014-11-20 23:15:36 +00:00
Doug Torrance ccf80e0891 wmbiff: Release version 0.4.28. 2014-11-08 11:20:02 +00:00
Doug Torrance 00f05fb75a wmbiff: Update ChangeLog (used git2cl). 2014-11-08 11:20:02 +00:00
Doug Torrance 6960461477 wmbiff: Remove sourceforgeupload target from Makefile; no longer needed. 2014-11-08 11:20:02 +00:00
Doug Torrance f2d751486e wmbiff: Update email address. 2014-11-08 11:20:02 +00:00
Doug Torrance fbdfe22ddd wmbiff: Use PACKAGE_BUGREPORT instead of hardcoding address. 2014-11-08 11:20:02 +00:00
Doug Torrance c4fd282e12 wmbiff: Update FAQ. 2014-11-08 11:20:02 +00:00
Doug Torrance e2ad0cfece wmbiff: Fix cast to pointer from integer of different size compiler warning. 2014-11-08 11:20:02 +00:00
Doug Torrance 5280405ca6 wmbiff: Fix compiler warnings from deprecated gnutls types. 2014-11-08 11:20:02 +00:00
Doug Torrance ef5a71aa20 wmbiff: Fix manpages.
In particular, fix spelling-error-in-manpage, hyphen-used-as-minus-sign,
and manpage-has-errors-from-man Lintian warnings from the Debian package.
2014-11-08 11:20:02 +00:00
Doug Torrance acdd1c28f7 wmbiff: Remove arguments to AM_INIT_AUTOMAKE in configure.ac.
This patch serves two purposes:
- Avoid a " AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated"
  warning when running autoreconf.
- Fix "syntax error near unexpected token" when running configure.
2014-11-08 11:20:02 +00:00
Doug Torrance 4c22da9b04 wmbiff: Remove INSTALL; automatically generated by autotools. 2014-11-08 11:20:02 +00:00
Doug Torrance 535c1653ea wmbiff: Increase number of actions to 40.
Patch by Alberto Morales <amd77@gulic.org>.

For more information, see:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589408
2014-11-08 11:20:02 +00:00
Doug Torrance eeacc3014a wmbiff: Allow usernames with more than 32 characters.
Patch by Tommaso Parisi <tommasop.ml@libero.it>.

For more information, see:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626393
2014-11-08 11:20:02 +00:00