diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2015-05-22 14:03:19 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-05-22 14:03:19 +0000 |
| commit | d2d15bde865e43e9b016873973a9651904786142 (patch) | |
| tree | 921232c7ac140dd8cd8d98b5182d85897bae9711 /testing/trayer/makefile.patch | |
| parent | 99f0ca5da557b04cacfc0b5960de8051d1da503a (diff) | |
| download | aports-d2d15bde865e43e9b016873973a9651904786142.tar.bz2 aports-d2d15bde865e43e9b016873973a9651904786142.tar.xz | |
testing/trayer: added patch from debian
Diffstat (limited to 'testing/trayer/makefile.patch')
| -rw-r--r-- | testing/trayer/makefile.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/trayer/makefile.patch b/testing/trayer/makefile.patch new file mode 100644 index 0000000000..52981b34fa --- /dev/null +++ b/testing/trayer/makefile.patch @@ -0,0 +1,23 @@ + # This patchfile was courtesy of the Debian team. Thanks! +--- Makefile.common ++++ Makefile.common~ +@@ -25,7 +25,7 @@ + endif + + # -DGTK_DISABLE_DEPRECATED does not work yet +-CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED ++CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED + + %.o: %.c + $(CC) $(CFLAGS) $(INCS) -c $< +--- panel.c ++++ panel.c~ +@@ -588,7 +588,6 @@ + printf(" --height <number>\n"); + printf(" --SetDockType <true|false>\n"); + printf(" --SetPartialStrut <true|false>\n"); +- printf(" --RoundCorners <true|false>\n"); + printf(" --transparent <true|false>\n"); + printf(" --alpha <number>\n"); + printf(" --tint <int>\n"); + |
