summaryrefslogtreecommitdiffstats
path: root/devel/geany-plugins/DEPENDS
blob: 855053ef7b3d3e328eca33c0e5f44a8f6f11ed50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
depends geany &&

optional_depends gettext \
                 "--enable-nls" \
                 "--disable-nls" \
                 "for Native Language Support" &&

optional_depends gtk+2 \
                 "--enable-commander" \
                 "--disable-commander" \
                 "to build Commander plugin" &&

optional_depends lua51 \
                 "--enable-geanylua" \
                 "--disable-geanylua" \
                 "to build GeanyLua plugin" &&

optional_depends enchant \
                 "--enable-spellcheck" \
                 "--disable-spellcheck" \
                 "to build spellcheck plugin" &&

optional_depends vte \
                 "--enable-debugger" \
                 "--disable-debugger" \
                 "to build Debugger plugin" &&

optional_depends vte \
                 "--enable-multiterm" \
                 "--disable-multiterm" \
                 "to build MultiTerm plugin" &&

optional_depends vte \
                 "--enable-scope" \
                 "--disable-scope" \
                 "to build Scope plugin" &&

optional_depends libsoup \
                 "--enable-geniuspaste" \
                 "--disable-geniuspaste" \
                 "to build GeniusPaste plugin" &&

optional_depends texlive \
                 "--enable-geanylatex" \
                 "--disable-geanylatex" \
                 "to build GeanyLaTeX plugin" &&

optional_depends MAIL-TRANSPORT-AGENT \
                 "--enable-geanysendmail" \
                 "--disable-geanysendmail" \
                 "to build GeanySendmail plugin" &&

# TODO: requires future spell ctpl (http://ctpl.tuxfamily.org/)
#optional_depends ctpl \
#                 "--enable-geanygendoc" \
#                 "--disable-geanygendoc" \
#                 "to build GeanyGenDoc plugin" &&
#
# TODO: requires future spell libmarkdown
#optional_depends libmarkdown \
#                 "--enable-markdown --disable-peg-markdown" \
#                 "--disable-markdown" \
#                 "to build markdown plugin" &&
#
#if is_depends_enabled $SPELL libmarkdown; then
#  depends webkitgtk
#fi &&

optional_depends webkitgtk \
                 "--enable-markdown --enable-peg-markdown" \
                 "--disable-markdown" \
                 "to build markdown plugin (via Peg-Markdown library)" &&

if list_find "$GEANY_PLUGINS_OPTS" "--enable-geanyvc"; then
  optional_depends gtkspell \
                   "--enable-gtkspell" \
                   "--disable-gtkspell" \
                   "for spell-checking support in GeanyVC" &&

  suggest_depends bzr "" "" "for Bazaar support" &&
  suggest_depends cvs "" "" "for CVS support" &&
  suggest_depends git "" "" "for Git support" &&
  suggest_depends mercurial "" "" "for Mercurial support" &&
  suggest_depends subversion "" "" "for Subversion support" &&
  suggest_depends svk "" "" "for SVK support"
fi &&

optional_depends devhelp \
                 "--enable-devhelp" \
                 "--disable-devhelp" \
                 "to build devhelp plugin" &&

optional_depends gpgme \
                 "--enable-geanypg" \
                 "--disable-geanypg" \
                 "to build GeanyPG plugin" &&

if is_depends_enabled $SPELL devhelp; then
  depends webkitgtk
fi &&

optional_depends webkitgtk \
                 "--enable-webhelper" \
                 "--disable-webhelper" \
                 "to build WebHelper plugin"