Package: wmstickynotes / 0.7-5
Metadata
Package | Version | Patches format |
---|---|---|
wmstickynotes | 0.7-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
add colors.patch | (download) |
wmstickynotes.c |
79 62 17 - 0 ! |
added text color to the notes and colorscheme menu I expanded the text color options for improve the contrast between background and text. |
fix missing asprintf declaration.patch | (download) |
wmstickynotes.c |
1 1 0 - 0 ! |
fix missing `asprintf` declaration `asprintf` requires `_GNU_SOURCE`. |
asprintf format string fixes.patch | (download) |
wmstickynotes.c |
4 2 2 - 0 ! |
correct specifiers in `asprintf` format strings `Note::id` is `long`, so use `%ld`. |
gtk 3 compatibility fixes.patch | (download) |
configure.ac |
3 1 2 - 0 ! |
minimal changes to make wmstickynotes gtk-3 compatible 1. Update `PKG_CHECK_MODULES`. 2. Replace `GdkPixmap` with `GdkPixbuf`. 3. Replace direct member accesses with getter calls. 4. Replace `GdkColor` with `GdkRGBA`. |