Date: Monday, February 6, 2017 @ 09:19:03 Author: heftig Revision: 288114
2.0.5-3 Modified: sdl2/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-06 06:56:01 UTC (rev 288113) +++ PKGBUILD 2017-02-06 09:19:03 UTC (rev 288114) @@ -1,13 +1,14 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=sdl2 pkgver=2.0.5 -pkgrel=2 +pkgrel=3 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)" arch=('i686' 'x86_64') url="http://www.libsdl.org" license=('MIT') depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor') -makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 'libxkbcommon' 'wayland-protocols') +makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 'libxkbcommon' + 'wayland-protocols' 'ibus' 'fcitx') optdepends=('alsa-lib: ALSA audio driver' 'libpulse: PulseAudio audio driver') source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}) @@ -26,6 +27,7 @@ --disable-arts --disable-esd --disable-nas \ --enable-alsa --enable-pulseaudio-shared \ --enable-video-wayland \ + --enable-ibus --enable-fcitx \ --disable-rpath make }
