pkgbuild: avahi is now a dependency of EFL.

This commit is contained in:
Cedric BAIL 2013-12-18 11:20:31 +09:00
parent 0b86e5119f
commit 1df60be1de
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Enlightenment Developers <enlightenment-devel@enlightenment.org>
pkgname=('efl-git' 'efl_doc-git')
_pkgname=${pkgname%-*}
pkgver=1.8.99.23938.7299d55
pkgver=1.8.99.24004.0b86e51
pkgrel=1
pkgdesc="Enlightenment Foundation Libraries - GIT development snapshot (Ecore, Eldbus, Edje, Eet, Eeze, Efreet, Eina, Eio, Embryo, Emotion, Eo, Ephysics, Ethumb, & Evas)"
arch=('i686' 'x86_64' 'arm')
@ -17,7 +17,7 @@ depends=('bullet' 'libpng' 'libjpeg-turbo' 'gstreamer0.10'
'libxdamage' 'libxdmcp' 'libxext' 'libxfixes' 'libxinerama'
'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst'
'libxcursor' 'libxp' 'libgl' 'giflib' 'libwebp' 'harfbuzz'
'wayland' 'sdl')
'wayland' 'sdl' 'avahi')
[[ ! $(pacman -T "openjpeg") ]] && depends+=('openjpeg') #jpeg2k loader is autodetected at build time
makedepends=('git')
provides=("ecore=$pkgver" "eldbus=$pkgver" "edje=$pkgver"