-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrupal-org.make
136 lines (104 loc) · 3.89 KB
/
drupal-org.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
;------------------------------------------------------------------------------
; Makefile for ThinkShout client website.
;------------------------------------------------------------------------------
api = 2
core = 7.x
;-----------------------------------------
; Contrib Modules
;-----------------------------------------
; admin_menu
projects[admin_menu][version] = "3.0-rc4"
projects[admin_menu][subdir] = "contrib"
; ckeditor
projects[ckeditor][version] = "1.15"
projects[ckeditor][subdir] = "contrib"
; context
projects[context][version] = "3.2"
projects[context][subdir] = "contrib"
; ctools
projects[ctools][version] = "1.4"
projects[ctools][subdir] = "contrib"
; default_menu_link
projects[default_menu_link][version] = "1.3"
projects[default_menu_link][subdir] = "contrib"
; entity
projects[entity][version] = "1.5"
projects[entity][subdir] = "contrib"
; entityreference
projects[entityreference][version] = "1.1"
projects[entityreference][subdir] = "contrib"
; features
projects[features][version] = "2.2"
projects[features][subdir] = "contrib"
; field_collection
projects[field_collection][version] = "1.0-beta7"
projects[field_collection][subdir] = "contrib"
; field_collection_table
projects[field_collection_table][version] = "1.0-beta1"
projects[field_collection_table][subdir] = "contrib"
projects[field_collection_table][patch][] = "https://www.drupal.org/files/field_collection_table-1815496-2-fix_malformed_table.patch"
; pathauto requires token
projects[pathauto][version] = "1.2"
projects[pathauto][subdir] = "contrib"
; libraries
projects[libraries][version] = "2.2"
projects[libraries][subdir] = "contrib"
; link
projects[link][version] = "1.2"
projects[link][subdir] = "contrib"
; mtg_card_popup
projects[mtg_card_popup][download][type] = "git"
projects[mtg_card_popup][download][url] = "http://git.drupal.org/sandbox/spekkionu/1565862.git"
projects[mtg_card_popup][subdir] = "contrib"
projects[mtg_card_popup][type] = "module"
; strongarm
projects[strongarm][version] = "2.0"
projects[strongarm][subdir] = "contrib"
; token
projects[token][version] = "1.5"
projects[token][subdir] = "contrib"
; views
projects[views][version] = "3.8"
projects[views][subdir] = "contrib"
;-----------------------------------------
; Patched Contrib Modules
;-----------------------------------------
; Patch to fix notices for render arrays in blocks/panels: http://drupal.org/node/1925018#comment-7361230
;projects[ctools][patch][] = "http://drupal.org/files/ctools-1925018-61.patch"
;-----------------------------------------
; Developer tools
;-----------------------------------------
; devel
;projects[devel][version] = ""
projects[devel][subdir] = "developer"
; diff
;projects[diff][version] = ""
projects[diff][subdir] = "developer"
; ftools
;projects[ftools][version] = ""
projects[ftools][subdir] = "developer"
;-----------------------------------------
; Libraries
;-----------------------------------------
; ts_install_helpers
libraries[ts_install_helpers][download][type] = git
libraries[ts_install_helpers][download][url] = [email protected]:thinkshout/ts_install_helpers.git
libraries[ts_install_helpers][directory_name] = "ts_install_helpers"
libraries[ts_install_helpers][type] = "library"
; chosen
libraries[chosen][download][type] = git
libraries[chosen][download][url] = https://github.com/harvesthq/chosen.git
libraries[chosen][directory_name] = "chosen"
libraries[chosen][type] = "library"
;libraries[chosen][revision] = "333899ca51"
; jquery-cluetip
libraries[jquery-cluetip][download][type] = git
libraries[jquery-cluetip][download][url] = [email protected]:kswedberg/jquery-cluetip.git
libraries[jquery-cluetip][directory_name] = "jquery-cluetip"
libraries[jquery-cluetip][type] = "library"
libraries[jquery-cluetip][download][revision] = "647827c"
;-----------------------------------------
; Themes
;-----------------------------------------
projects[venture_theme][subdir] = 'contrib'
projects[venture_theme][version] = 1.1