summaryrefslogtreecommitdiffstats
path: root/devel/geany-plugins/DEPENDS
blob: e03ace7c9ffe19a7c2d1162830e275e527a51623 (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
depends geany &&

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

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 libsoup \
                 "--enable-geniuspaste" \
                 "--disable-geniuspaste" \
                 "to build GeniusPaste plugin" &&

optional_depends gdb \
                 "--enable-geanygdb" \
                 "--disable-geanygdb" \
                 "to build GeanyGDB 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" &&

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"