make the Arch package depend on icu

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-07-23 22:51:37 +00:00
parent f1d451e66a
commit 8f73be2439

View file

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url='https://github.com/fluxer/katie'
license=('LGPL' 'FDL' 'custom')
# nas is avaiable trough AUR, add it to depends array if desired
depends=('openssl' 'zlib' 'cups' 'alsa-lib' 'gtk2' 'libgl' 'libice'
depends=('openssl' 'zlib' 'cups' 'alsa-lib' 'gtk2' 'libgl' 'libice' 'icu'
'libsm' 'libxcursor' 'libxext' 'libxfixes' 'libxi' 'libxinerama'
'libxrandr' 'libxrender' 'libx11' 'fontconfig' 'freetype2' 'glib2')
makedepends=('cmake' 'git' 'python' 'postgresql' 'mariadb' 'unixodbc' 'mesa'