Blob Blame History Raw
diff -rupN ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d/gui/CMakeLists.txt ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d-new/gui/CMakeLists.txt
--- ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d/gui/CMakeLists.txt	2014-01-17 00:34:52.000000000 +0700
+++ ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d-new/gui/CMakeLists.txt	2014-01-22 11:38:21.347815190 +0700
@@ -24,7 +24,7 @@ set(GUI_INSTALL_DIR "${BOGO_INSTALL_DIR}
 install (PROGRAMS
   ibus-bogo-settings
   DESTINATION
-  lib/ibus-bogo
+  libexec/ibus-bogo
   )
 
 install (FILES
diff -rupN ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d/gui/ibus-setup-bogo.desktop ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d-new/gui/ibus-setup-bogo.desktop
--- ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d/gui/ibus-setup-bogo.desktop	2014-01-17 00:34:52.000000000 +0700
+++ ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d-new/gui/ibus-setup-bogo.desktop	2014-01-22 11:39:17.137731608 +0700
@@ -2,7 +2,7 @@
 Encoding=UTF-8
 Name=BoGo Settings
 Comment=Settings for the ibus-bogo the Vietnamese input method
-Exec=/usr/lib/ibus-bogo/ibus-bogo-settings
+Exec=/usr/libexec/ibus-bogo/ibus-bogo-settings
 Icon=ibus-bogo
 Type=Application
 Categories=Utility;
diff -rupN ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d/ibus_engine/CMakeLists.txt ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d-new/ibus_engine/CMakeLists.txt
--- ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d/ibus_engine/CMakeLists.txt	2014-01-17 00:34:52.000000000 +0700
+++ ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d-new/ibus_engine/CMakeLists.txt	2014-01-22 11:39:48.987678741 +0700
@@ -22,7 +22,7 @@
 install (PROGRAMS
   data/ibus-engine-bogo
   DESTINATION
-  lib/ibus-bogo
+  libexec/ibus-bogo
   )
 
 install (FILES
diff -rupN ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d/ibus_engine/data/bogo.xml ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d-new/ibus_engine/data/bogo.xml
--- ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d/ibus_engine/data/bogo.xml	2014-01-17 00:34:52.000000000 +0700
+++ ibus-bogo-python-ce44b961de5a0f82a4a2d8fc0e487e8fcb29289d-new/ibus_engine/data/bogo.xml	2014-01-22 11:40:35.921595978 +0700
@@ -3,7 +3,7 @@
 <component>
 	<name>org.freedesktop.IBus.BoGo</name>
 	<description>BoGo Engine for IBus</description>
-	<exec>/usr/lib/ibus-bogo/ibus-engine-bogo --ibus</exec>
+	<exec>/usr/libexec/ibus-bogo/ibus-engine-bogo --ibus</exec>
 	<version>0.4</version>
 	<author>Đàm Tiến Long &lt;longdt90@gmail.com&gt;
 Ngô Đức Trung &lt;ndtrung4419@gmail.com&gt;
@@ -25,7 +25,7 @@ Ngô Đức Trung &lt;ndtrung4419@gmail.
             <longname>BoGo</longname>
             <description>BoGo Engine for IBus</description>
             <rank>0</rank>
-            <setup>/usr/lib/ibus-bogo/ibus-bogo-settings</setup>
+            <setup>/usr/libexec/ibus-bogo/ibus-bogo-settings</setup>
         </engine>
 	</engines>
 </component>