SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
inputmethods/ibus-skk/patches/patch-src_preferences_vala
Normal file
11
inputmethods/ibus-skk/patches/patch-src_preferences_vala
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/preferences.vala.orig Wed Aug 13 05:25:10 2014
|
||||
+++ src/preferences.vala Sat Oct 4 19:09:15 2014
|
||||
@@ -73,7 +73,7 @@ public class Preferences : Object {
|
||||
"type=file,file=%s/ibus-skk/user.dict,mode=readwrite".printf (
|
||||
Environment.get_user_config_dir ()));
|
||||
dictionaries.add (
|
||||
- "type=file,file=/usr/share/skk/SKK-JISYO.L,mode=readonly");
|
||||
+ "type=file,file=${LOCALBASE}/share/skk/SKK-JISYO.L,mode=readonly");
|
||||
dictionaries.add (
|
||||
"type=server,host=localhost,port=1178");
|
||||
_default.set ("dictionaries",
|
Loading…
Add table
Add a link
Reference in a new issue