-
Notifications
You must be signed in to change notification settings - Fork 0
/
drupal-org-github.make
140 lines (108 loc) · 5.41 KB
/
drupal-org-github.make
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
; This file was auto-generated by drush make
api = 2
core = 7.x
;@TO-DO: Remove for drupal-org.version
;This is just to try the make file locally and it will be removed in the final version
projects[drupal][version] = 7.22
; Patterns: contrib modules dependencies
projects[libraries][subdir] = "contrib"
projects[libraries][version] = "2.1"
projects[macro][subdir] = "contrib"
projects[macro][version] = "1.0-alpha2"
;This branch of the installation profile is based on 7.x-2.x-dev. This will need to be udpated to point to the new release
;projects[patterns][subdir] = "contrib"
;projects[patterns][version] = "2.x-dev"
; Using the github version instead, to include the parenthood branch and patterns_client/server
projects[patterns][type] = "module"
projects[patterns][subdir] = "custom"
projects[patterns][download][type] = "git"
projects[patterns][download][url] = "git://github.com/QScience/Patterns.git"
projects[patterns][download][branch] = "7.x-2.x"
projects[patterns_client][type] = "module"
projects[patterns_client][subdir] = "custom"
projects[patterns_client][download][type] = "git"
projects[patterns_client][download][url] = "git://github.com/QScience/patterns_client.git"
projects[patterns_client][download][branch] = "parenthood"
projects[token][subdir] = "contrib"
projects[token][version] = "1.5"
; Default languages offered during the installation.
; Currently not supported, .po files related to Drupal version included in translations
;projects[es][subdir] = "translations"
;projects[zh-hans][subdir] = "translations"
; qscience and qtr: contrib modules dependencies - @TO-DO: ask @qscience list to confirm specific versions
projects[auto_nodetitle][subdir] = "contrib"
projects[auto_nodetitle][version] = "1.0"
projects[entity][subdir] = "contrib"
projects[entity][version] = "1.1"
; Replacing the contrib one for the one in github. @TO-DO: we will need to do this with a patch for the official release
;projects[entityreference][subdir] = "contrib"
;projects[entityreference][version] = "1.0"
projects[entityreference][type] = "module"
projects[entityreference][subdir] = "custom"
projects[entityreference][download][type] = "git"
projects[entityreference][download][url] = "git://github.com/QScience/entityreference_lazyreference.git"
projects[entityreference][download][branch] = "1848496-lazy_reference"
projects[views][subdir] = "contrib"
projects[views][version] = "3.7"
projects[eva][subdir] = "contrib"
projects[eva][version] = "1.2"
projects[filefield_sources][subdir] = "contrib"
projects[filefield_sources][version] = "1.7"
projects[date][subdir] = "contrib"
projects[date][version] = "2.6"
projects[ctools][subdir] = "contrib"
projects[ctools][version] = "1.3"
projects[plus1][subdir] = "contrib"
projects[plus1][version] = "1.0-alpha1"
projects[votingapi][subdir] = "contrib"
projects[votingapi][version] = "2.11"
; pdfparser: contrib modules dependencies - @TO-DO: ask @qscience list to confirm specific versions
projects[field_remove_item][subdir] = "contrib"
projects[field_remove_item][version] = "1.0-rc1"
; qscience_profile_theme: base theme dependency
projects[shiny][version] = "1.1"
;@TO-DO: Remove for drupal-org.version
; This is the equivalent of the custom modules in the future drupal-org.make file
; Analyze if it is possible to fetch them from Drupal.org or if they should be included in custom instead
projects[qscience][type] = "module"
projects[qscience][subdir] = "custom"
projects[qscience][download][type] = "git"
projects[qscience][download][url] = "git://github.com/QScience/QScience.git"
projects[qscience][download][branch] = "reference_develop"
projects[arxiv][type] = "module"
projects[arxiv][subdir] = "custom"
projects[arxiv][download][type] = "git"
projects[arxiv][download][url] = "git://github.com/QScience/arxiv.git"
projects[qtr][type] = "module"
projects[qtr][subdir] = "custom"
projects[qtr][download][type] = "git"
projects[qtr][download][url] = "https://github.com/QScience/qtr.git"
projects[pdfparser][type] = "module"
projects[pdfparser][subdir] = "custom"
projects[pdfparser][download][type] = "git"
projects[pdfparser][download][url] = "git://github.com/QScience/pdfparser.git"
projects[d2d][type] = "module"
projects[d2d][subdir] = "custom"
projects[d2d][download][type] = "git"
projects[d2d][download][url] = "git://github.com/QScience/d2d.git"
projects[visualscience][type] = "module"
projects[visualscience][subdir] = "custom"
projects[visualscience][download][type] = "git"
projects[visualscience][download][url] = "git://github.com/QScience/VisualScience.git"
projects[visualscience_docgraph][type] = "module"
projects[visualscience_docgraph][subdir] = "custom"
projects[visualscience_docgraph][download][type] = "git"
projects[visualscience_docgraph][download][url] = "git://github.com/QScience/visualscience_docgraph.git"
; Libraries
; Spyc (YAML parser): required by patterns_yamlparser submodule
libraries[spyc][download][type] = "get"
libraries[spyc][download][url] = "https://raw.github.com/mustangostang/spyc/master/Spyc.php"
libraries[spyc][directory_name] = "spyc"
libraries[spyc][type] = "library"
; @TO-DO: Revise inclusion for drupal-org.version
; Waiting for answer in issue: http://drupal.org/node/1945806
; Create an optional task in the profile if it is not acceptable in the whitelist
libraries[codemirror][download][type] = "git"
libraries[codemirror][download][url] = "http://marijnhaverbeke.nl/git/codemirror"
libraries[codemirror][directory_name] = "codemirror"
libraries[codemirror][type] = "library"