summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-05-12 00:44:46 -0500
committerDoug Newgard2014-05-12 00:44:46 -0500
commitd0cf38530e18a917e93e2ff6aac97bd92a391502 (patch)
treebd2a2e1f6c2326c62d24b8003f469c128caabfd8
parentca8a5c460674776476cef8060c50201302b4142f (diff)
downloadaur-d0cf38530e18a917e93e2ff6aac97bd92a391502.tar.gz
Add bc optdep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb926f7efe35..0ab801df6332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = enlightenment-git
depends = mesa
depends = bluez-libs
optdepends = acpid: power events on laptop lid close
+ optdepends = bc: calculator in everything module
optdepends = bluez-libs: bluetooth module
optdepends = connman: network module
optdepends = gdb: create backtraces on crash
diff --git a/PKGBUILD b/PKGBUILD
index 79a3d8e13425..1389c9302bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ depends=('elementary-git' 'xcb-util-keysyms' 'hicolor-icon-theme'
[[ ! $(pacman -T bluez-libs) ]] && depends+=('bluez-libs') #l2ping support in enlightenment_sys is detected at build time
makedepends=('git')
optdepends=('acpid: power events on laptop lid close'
+ 'bc: calculator in everything module'
'bluez-libs: bluetooth module'
'connman: network module'
'gdb: create backtraces on crash'