summaryrefslogtreecommitdiffstats
path: root/apk_browser.install
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-04-08 21:10:11 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-04-08 21:10:11 +0000
commit9bc94530822d43f6367671f1e883d74015488ee3 (patch)
tree9180f6d065c4c6a347af9cb9fe8039f8d4ceaedf /apk_browser.install
parentaad2031c05b311385f080abdb6fa2a5109aa3a01 (diff)
downloadapk_browser-9bc94530822d43f6367671f1e883d74015488ee3.tar.bz2
apk_browser-9bc94530822d43f6367671f1e883d74015488ee3.tar.xz
added new apk fields and generate path based on terms
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'
- )
+ )
);
}