From 79625847586418b4eba67057e4bb3570c48c8ba7 Mon Sep 17 00:00:00 2001
From: "Mohammed J. Razem" <moe@alrazem.com>
Date: Mon, 16 May 2016 07:09:01 +0300
Subject: [PATCH] Build changes to prepare for dependencies

---
 drupal-org.make  |  8 +++++---
 varbase.info.yml | 25 +++++++++++++++++++------
 2 files changed, 24 insertions(+), 9 deletions(-)

diff --git a/drupal-org.make b/drupal-org.make
index 585289ca..956e236d 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -2,20 +2,22 @@ api = 2
 core = 8.x
 
 ;;;;;;;;;;;;;;;;;;;;;
-;; Utilities contrib modules
+;; Contrib modules
 ;;;;;;;;;;;;;;;;;;;;;
 
 projects[config_update][type] = module
+projects[config_update][subdir] = "contrib"
 projects[config_update][download][type] = git
 projects[config_update][download][url] = https://git.drupal.org/project/config_update.git
 projects[config_update][download][tag] = 8.x-1.1
-projects[config_update][subdir] = "contrib/utilities"
 
 projects[ctools][type] = module
+projects[ctools][subdir] = "contrib"
 projects[ctools][download][type] = git
 projects[ctools][download][url] = https://git.drupal.org/project/ctools
 projects[ctools][download][tag] = 8.x-3.0-alpha26
 
+
 ;;;;;;;;;;;;;;;;;;;;;
 ;; Development contrib modules
 ;;;;;;;;;;;;;;;;;;;;;
@@ -34,4 +36,4 @@ projects[features][download][branch] = "8.x-3.x"
 
 ;;;;;;;;;;;;;;;;;;;;;
 ;; Base theme
-;;;;;;;;;;;;;;;;;;;;;
+;;;;;;;;;;;;;;;;;;;;;
\ No newline at end of file
diff --git a/varbase.info.yml b/varbase.info.yml
index 13274242..478c9d0f 100644
--- a/varbase.info.yml
+++ b/varbase.info.yml
@@ -14,19 +14,19 @@ dependencies:
   - block_content
   - breakpoint
   - ckeditor
-  - color
-  - comment
+  #- color
+  #- comment
   - config
-  - contact
+  #- contact
   - contextual
   - datetime
-  - dblog
+  #- dblog
   - dynamic_page_cache
   - editor
   - field_ui
   - file
   - help
-  - history
+  #- history
   - image
   - menu_link_content
   - menu_ui
@@ -36,16 +36,29 @@ dependencies:
   - path
   - quickedit
   - rdf
+  - responsive_image
   - search
   - shortcut
+  - syslog
   - taxonomy
+  - telephone
   - toolbar
   - tour
   - views
   - views_ui
 
   # contrib
-
+  #- field_group
+  #- focal_point
+  #- embed
+  #- entity_embed
+  #- inline_entity_form
+  #- linkit
+  #- metatag
+  #- media_entity
+  #- scheduler
+  #- pathauto
+  #- paragraphs
 
   # Our own core functionality.
 
-- 
GitLab