summaryrefslogtreecommitdiffstats
path: root/apk_browser.install
diff options
context:
space:
mode:
Diffstat (limited to 'apk_browser.install')
-rw-r--r--apk_browser.install25
1 files changed, 15 insertions, 10 deletions
diff --git a/apk_browser.install b/apk_browser.install
index a5cd42e..ab74d38 100644
--- a/apk_browser.install
+++ b/apk_browser.install
@@ -170,20 +170,25 @@ function _apk_browser_field_vars() {
'apk_license' => array(
'label' => $t('License')
),
- 'apk_depends' => array(
- 'label' => $t('Dependencies'),
- 'cdl' => '-1'
+ 'apk_origin' => array(
+ 'label' => $t('Origin')
+ ),
+ 'builddate' => array(
+ 'label' => $t('Build date')
+ ),
+ 'commit' => array(
+ 'label' => $t('Commit')
),
'apk_maintainer' => array(
'label' => $t('Maintainer'),
- 'type' => 'user_reference',
- 'widget' => 'options_select'
),
- 'apk_contributor' => array(
- 'label' => $t('Contributor'),
- 'type' => 'user_reference',
- 'widget' => 'user_reference_autocomplete',
+ 'apk_depends' => array(
+ 'label' => $t('Dependencies'),
+ 'cdl' => '-1'
+ ),
+ 'install_if' => array(
+ 'label' => $t('Install if'),
'cdl' => '-1'
- )
+ )
);
}