From 2231f7ec6c2d8c44906ea1b40be0bb1ab18b099a Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 5 Feb 2020 17:30:08 -0500 Subject: WIP: add mktrayicon --- mktrayicon/debian/patches/Makefile.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mktrayicon/debian/patches/Makefile.patch (limited to 'mktrayicon/debian/patches/Makefile.patch') diff --git a/mktrayicon/debian/patches/Makefile.patch b/mktrayicon/debian/patches/Makefile.patch new file mode 100644 index 0000000..25460fa --- /dev/null +++ b/mktrayicon/debian/patches/Makefile.patch @@ -0,0 +1,8 @@ +--- a/Makefile ++++ b/Makefile +@@ -2,4 +2,4 @@ mktrayicon: mktrayicon.c + ${CC} `pkg-config --cflags gtk+-3.0` -o $@ $< `pkg-config --libs gtk+-3.0` `pkg-config --cflags --libs x11` + + clean: +- rm mktrayicon ++ rm -f mktrayicon || : -- cgit