| 44 | # inline and font patches are fetched from MacEmacsJP http://svn.sourceforge.jp/svnroot/macemacsjp/inline_patch/trunk/, revision 574. |
| 45 | # patch-macemacsjp-inline.diff <= emacs-inline.patch |
| 46 | # patch-macemacsjp-jpfont.diff <= font.patch |
| 47 | |
| 48 | variant inline description {Add inline patch from MacEmacsJP} { |
| 49 | patchfiles-append patch-macemacsjp-inline.diff |
| 50 | } |
| 51 | |
| 52 | variant jpfont description {Add Japanese font patch from MacEmacsJP} { |
| 53 | patchfiles-append patch-macemacsjp-jpfont.diff |
| 54 | } |
| 55 | |
| 56 | variant patches conflicts fullscreen inline jpfont description {Add all patches: fullscreen, inline and jpfont} { |
| 57 | patchfiles-append patch-fullscreen.diff \ |
| 58 | patch-macemacsjp-jpfont.diff \ |
| 59 | patch-macemacsjp-inline.diff |
| 60 | } |
| 61 | |