diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-15 14:27:32 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-15 14:27:32 +0000 |
commit | 86fbd7f076b15a860d043f6c2c5b8c88934051e3 (patch) | |
tree | aaad6847ff7fb13ad6440a3d6365dfbe793afe12 /mktrayicon/debian/patches | |
parent | Merge branch 'updates' into 'master' (diff) | |
parent | Merge branch 'klt-bump' into 'mktrayicon-bump' (diff) | |
download | stackrpms-86fbd7f076b15a860d043f6c2c5b8c88934051e3.tar.gz stackrpms-86fbd7f076b15a860d043f6c2c5b8c88934051e3.tar.bz2 stackrpms-86fbd7f076b15a860d043f6c2c5b8c88934051e3.zip |
Merge branch 'mktrayicon-bump' into 'master'
Add mktrayicon (my fork) and keyboard-leds-trayicons
Closes #15
See merge request bgstack15/stackrpms!125
Diffstat (limited to 'mktrayicon/debian/patches')
-rw-r--r-- | mktrayicon/debian/patches/Makefile.patch | 8 | ||||
-rw-r--r-- | mktrayicon/debian/patches/series | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/mktrayicon/debian/patches/Makefile.patch b/mktrayicon/debian/patches/Makefile.patch deleted file mode 100644 index 25460fa..0000000 --- a/mktrayicon/debian/patches/Makefile.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- 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 index cc55c1d..4a97dfa 100644 --- a/mktrayicon/debian/patches/series +++ b/mktrayicon/debian/patches/series @@ -1,2 +1 @@ # You must remove unused comment lines for the released package. -Makefile.patch |