Package: wmcliphist / 2.1-3
Metadata
Package | Version | Patches format |
---|---|---|
wmcliphist | 2.1-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
maybe uninitialized.patch | (download) |
wmcliphist.c |
3 3 0 - 0 ! |
fix -wmaybe-uninitialized compiler warning. In particular, the following warning: wmcliphist.c: In function 'main': wmcliphist.c:386:11: warning: 'icon_file' may be used uninitialized in this function [-Wmaybe-uninitialized] surface = cairo_image_surface_create_from_png(icon_file); ^ |
deprecated declarations.patch | (download) |
gui.c |
5 4 1 - 0 ! |
fix -wdeprecated-declarations compiler warning. In particular, the following warning: gui.c: In function 'show_message': gui.c:444:2: warning: 'gtk_misc_set_padding' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:80) [-Wdeprecated-declarations] gtk_misc_set_padding(>K_LABEL(label)->misc, 10, 10); ^ |
configurable pkg config.patch | (download) |
Makefile |
5 3 2 - 0 ! |
fix ftcbfs by making pkg-config configrable. |
1