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
Doug Torrance
1981a52fdf
wmbiff: Fix connection leak.
...
Patch by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>.
For more information, see:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663876
2014-11-08 11:20:02 +00:00
Doug Torrance
0293ad1117
wmbiff: Fix security.debian.rb script.
...
Patch by Lothar Ketterer <lketterer@users.sourceforge.net>
For more information, see:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525749
2014-11-08 11:20:02 +00:00
Doug Torrance
b0006da45a
wmbiff: Remove LZO compression.
...
GnuTLS LZO support was removed in version 3.0.0. Based on the patch by
Andreas Metzler <ametzler@debian.org>:
http://sources.debian.net/src/wmbiff/0.4.27-2.3/debian/patches/15_no_more_LZO.diff/
For more information, see:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638736
2014-11-08 11:20:02 +00:00
Doug Torrance
7e5fa243a6
wmifs: Bump to version 1.4.
2014-10-23 08:03:32 +01:00
Doug Torrance
6fb72da2ec
wmifs: Add manpage.
...
Obtained from Debian:
http://sources.debian.net/data/main/w/wmifs/1.3b1-22/debian/wmifs.1
2014-10-23 08:03:32 +01:00
Doug Torrance
2a7a1a215d
wmifs: Avoid NULL arguments to strdup.
...
This prevents several compiler warnings such as the following:
wmifs.c:422:3: warning: null argument where non-null required (argument 1) [-Wnonnull]
left_action = strdup(LEFT_ACTION);
^
2014-10-23 08:03:32 +01:00
Doug Torrance
3b4c28b9bc
wmifs: Use result of fgets.
...
Remove several compiler warnings of the form
wmifs.c:666:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(temp, BUFFER_SIZE, fp);
^
2014-10-23 08:03:32 +01:00