This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "theslinux-buildsystem".

The branch, uim-vi has been updated
       via  67bfded918745bc6c86d8dcc719c94265fa9833d (commit)
      from  20ebcc3976dc4c36e351e59b0f1dbf3ed9e3e009 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 67bfded918745bc6c86d8dcc719c94265fa9833d
Author: Ky-Anh Huynh <ky...@theslinux.org>
Date:   Sat Nov 29 16:42:45 2014 +0700

    Fix wrong behavior of #nocandwin package feature
    
    The optional flags should be --with-qt4 and --with-with5.
    The flags --with-qt{4,5}-immodule are mandatory.

-----------------------------------------------------------------------

Summary of changes:
 uim-vi/PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uim-vi/PKGBUILD b/uim-vi/PKGBUILD
index 7ffdeb8..e52df18 100644
--- a/uim-vi/PKGBUILD
+++ b/uim-vi/PKGBUILD
@@ -28,7 +28,7 @@ echo "${PACKAGE_FEATURE:-}" | grep -q "nocandwin" \
 
 echo "${PACKAGE_FEATURE:-}" | grep -q "qt5" \
 && {
-  _CONFIGURE_FLAGS="${_WITH_CAND_WIN:+--with-qt5-immodule }--with-qt5"
+  _CONFIGURE_FLAGS="${_WITH_CAND_WIN:+--with-qt5 }--with-qt5-immodule"
   pkgdesc="$pkgdesc [with Qt5]"
   optdepends=("${optdepends[@]}" 'qt5: immodule and helper applications')
 }
@@ -77,7 +77,7 @@ build() {
     --prefix=/usr \
     --libexecdir=/usr/lib/uim \
     --without-anthy \
-    --with-qt4${_WITH_CAND_WIN:+ --with-qt4-immodule} \
+    --with-qt4-immodule${_WITH_CAND_WIN:+ --with-qt4} \
     --disable-gnome-applet \
     --disable-dict \
     --without-skk \


hooks/post-receive
-- 
theslinux-buildsystem

--
To unsubscribe from the list phantom@lists.theslinux.org,
please send an email to ecar...@lists.theslinux.org with subject
  unsubscribe phantom

To get basic commands to use Ecartis system, use subject 'help'.

Reply via email to