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 ++++++++ mktrayicon/debian/patches/series | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 mktrayicon/debian/patches/Makefile.patch create mode 100644 mktrayicon/debian/patches/series (limited to 'mktrayicon/debian/patches') 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 || : diff --git a/mktrayicon/debian/patches/series b/mktrayicon/debian/patches/series new file mode 100644 index 0000000..cc55c1d --- /dev/null +++ b/mktrayicon/debian/patches/series @@ -0,0 +1,2 @@ +# You must remove unused comment lines for the released package. +Makefile.patch -- cgit