mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
99c68a8498
I can't find the (original) source of what was 'callbacks.c.2.patch' and it doesn't seem to be needed. The comments (not entirely mine) were also confusing. Reacquired 2 patches (without useless whitespace) from Debian and clearly commented them. (My patch is unchanged.) Bump BUILD because of this. Also update doinst.sh boilerplate. Allow VERSION to be passed to the script. Remove unneeded comments and configure flags. Add missing piece of the ARCH boilerplate. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
12 lines
284 B
Diff
12 lines
284 B
Diff
--- gcolor2-0.4.orig/src/callbacks.c
|
|
+++ gcolor2-0.4/src/callbacks.c
|
|
@@ -9,6 +9,9 @@
|
|
#include "interface.h"
|
|
#include "support.h"
|
|
|
|
+/* missing headers on original file */
|
|
+#include <string.h>
|
|
+#include <glib/gprintf.h>
|
|
|
|
GtkWidget *savedialog;
|
|
gchar *colorname;
|