aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-01-19 13:37:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-01-19 13:37:38 -0200
commit2e21745992ff334914da167cf79dc3a93b63948d (patch)
tree954f1659cfd5405b5ed6b35146acac74e89bfce9
parent08d832bd1b105c6ac307ab546f7b1048aa8b325b (diff)
downloadpuppet-drupal-2e21745992ff334914da167cf79dc3a93b63948d.tar.gz
puppet-drupal-2e21745992ff334914da167cf79dc3a93b63948d.tar.bz2
Adding views_slideshow and dependencies at 7.x makefile
-rw-r--r--files/drupal7.make13
1 files changed, 9 insertions, 4 deletions
diff --git a/files/drupal7.make b/files/drupal7.make
index cc6a842..c0a5cdf 100644
--- a/files/drupal7.make
+++ b/files/drupal7.make
@@ -73,15 +73,16 @@ libraries[jquery.ui][download][type] = "file"
libraries[jquery.ui][download][url] = "https://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip"
libraries[jquery.ui][download][sha1] = "3057df12b8b43ba62aa64ab4600ba3e17883fe77"
-; etc
-projects[] = logintoboggan
-projects[] = wysiwyg
-
; ckeditor
libraries[ckeditor][download][type] = "file"
libraries[ckeditor][download][url] = "http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.2/ckeditor_3.6.2.tar.gz"
libraries[ckeditor][download][md5] = "1c490b050c428e79a1f65ba5459e7ec9"
+; jquery cycle
+libraries[jquery.cycle][download][type] = "file"
+libraries[jquery.cycle][download][url] = "http://malsup.github.com/jquery.cycle.all.js"
+libraries[jquery.cycle][download][md5] = "8d35710b6650225a146db889ed9b40f1"
+
; seo
projects[] = pathauto
projects[] = transliteration
@@ -91,9 +92,13 @@ projects[] = pathologic
projects[] = subpathauto
; other
+projects[] = logintoboggan
+projects[] = wysiwyg
projects[] = calendar
projects[] = token
projects[] = insert
projects[] = custom_search
projects[] = webform
projects[] = shurly
+projects[] = views_slideshow
+projects[] = libraries