Removing patches, using branches approach

This commit is contained in:
phillbush
2020-05-30 11:52:47 -03:00
parent a966c86682
commit 0dfd6fa00e
3 changed files with 4 additions and 325 deletions

14
README
View File

@@ -22,20 +22,14 @@ The files are:
• ./xmenu.1: The manual file (man page) for XMenu.
• ./xmenu.c: The source code of XMenu.
• ./xmenu.sh: A sample script illustrating how to use XMenu.
• ./patches/ See the §Patches section
§ Patches
§ Branches
There are some patches that can be applied to XMenu in order to obtain
novel functionalities. The patches are located at ./patches. There
are the following patches:
There are other branches in this git repository that adds novel
functionalities to XMenu.
./patches/icons.diff: Add suport to image icons before menu entries.
To apply a patch, use the following command:
patch -p1 < patches/patch.diff
icons: Add suport to image icons before menu entries.
§ Installation