Browse Source

ibus-qt: rebuild with icu-60.2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11403 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 6 years ago
parent
commit
66ac06b367
1 changed files with 7 additions and 2 deletions
  1. 7 2
      i/ibus-qt/ibus-qt-vl.spec

+ 7 - 2
i/ibus-qt/ibus-qt-vl.spec

@@ -2,7 +2,7 @@
 %define _qt4_plugindir %(pkg-config --variable plugindir --silence-errors Qt 2>/dev/null || echo %{_qt4_prefix}/plugins)
 
 %define	ver	1.3.2
-%define	rel	3
+%define	rel	4
 
 Summary: Qt IBus library and Qt input method plugin
 Summary(ja): Qt iBus ライブラリと入力メソッドプラグイン
@@ -44,7 +44,8 @@ The ibus-qt-devel package contains the header files for ibus Qt library.
 %build
 %cmake \
     -DCMAKE_INSTALL_PREFIX=%{_usr} \
-    -DLIBDIR=%{_libdir}
+    -DLIBDIR=%{_libdir} \
+    -DCMAKE_CXX_FLAGS="-std=c++11"
 
 make \
     VERBOSE=1 \
@@ -79,6 +80,10 @@ make install DESTDIR=%{buildroot}
 %{_libdir}/libibus-qt.so
 
 %changelog
+* Thu Jan 18 2018 Toshiaki Ara <ara_t@384.jp> 1.3.2-4
+- rebuild with icu-60.2
+- add option: -DCMAKE_CXX_FLAGS="-std=c++11"
+
 * Thu Sep 01 2016 Toshiaki Ara <ara_t@384.jp> 1.3.2-3
 - rebuild with gcc-5.4.0