China-Spiner / ibus-sogoupycc

Automatically exported from code.google.com/p/ibus-sogoupycc
1 stars 1 forks source link

amd64的deb包 #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
超爽快的输入法!
太棒了。
顺手打了个x86_64的deb包。
自己试用正常。
ps:作者同志,能把你自己打包用的debian文件发我一份么?

Original issue reported on code.google.com by sd.Fool...@gmail.com on 7 May 2010 at 5:27

Attachments:

GoogleCodeExporter commented 9 years ago
ps:同样是基于ibus-1.2的

Original comment by sd.Fool...@gmail.com on 7 May 2010 at 5:59

GoogleCodeExporter commented 9 years ago
我是在虚拟机里打包的,源代码文件会放在 
/mnt/Temp/ibus-sogoupycc*
由脚本完成信息填写和打包,你可以看看其中的依赖部分写��
�是不是合适。

腾讯的 Web 拼音在今天可以用了 
(py.qq.com/web),传百度也将发布 Web 版拼音输入法。所以
我想把这个项目改名了,而 google code 到现在还不支持改名
(http://code.google.com/p/support/issues/detail?id=2645) 
所以可能过一段时间这个项目要
终止了,然后会以一个新的名字出现,当然也会有新的功能��
�改进~

Original comment by arcpp.zju@gmail.com on 7 May 2010 at 6:37

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
没什么问题吧,我也是照着你的i386.deb的control写的依赖。只��
�多添加了
Build-Depends: debhelper (>= 7), cmake, lua5.1, libibus-dev (>= 1.2.0.20090927),
liblua5.1-socket-dev, libsqlite3-dev, libnotify-dev, liblua5.1-0-dev
这个编译依赖,方便打包

不过你的cmake似乎有问题,没有检查lua-socket。

新项目要混用多个云输入法服务器?这样会不会造成候选词��
�多?
现在输入法的一个问题就是候选词组实在太多了,偶尔需要��
�一两个字的时候非常不方便。

再ps:
纠正模式可不可以这样设计
不需要用鼠标去选
而是在输入过的文字那直接按tab
从那个文字起,到下一个特殊符号为止的中文都进入纠正模��
�
纠正完需要的字后,按空格确认全部输入,跳过其余的纠正
这样不需要鼠标的介入,应该会方便一点吧?

再再ps:
用backspace退格的时候,能不能做到不一个一个字母地删除,��
�是一个一个中文单字进行删除。
要考虑哪个字母输错了,然后一个一个字母改
不如直接删除整个中文单字,整个重输更快吧?
毕竟很多拼音的输入已经形成了肌肉记忆,整个重输一遍是��
�改正错误的拼写更快

Original comment by sd.Fool...@gmail.com on 7 May 2010 at 7:35

GoogleCodeExporter commented 9 years ago
1. lua-socket 不是编译时需要的,这是它不出现在 cmake 
文件中的主要理由。它是默认情况下
运行时要有正确的结果需要的。有些用户可能会安装 
luarocks,然后用 luarocks 去安装
luasocket,他们明白自己在做什么,程序在那个时候也能正确��
�行,那时候系统没有 luasocket
包。也有的用户也许想用自己的 python 脚本去换掉 lua 
云请求脚本,这时也可以。

2. 
云服务器给的候选词顺序确实目前没有考虑,可以在配置文��
�中禁用云服务器候选词。我的想
法是只采用一个服务器的结果,谁最先返回结果则用谁的结��
�,不等其他的。

3. 
由于输入法没法知道处在当前光标后面的文字是什么,所以��
�术上实现不了。Tab 键作为缩进
控制和一些编辑器的自动补全热键,滥用了不太好。

4. 
下一个版本提供选项删除单字,默认设置还是删除一个字母��
�

Original comment by arcpp.zju@gmail.com on 7 May 2010 at 8:05

GoogleCodeExporter commented 9 years ago
我觉得你对 deb 打包要比我熟悉,cmake 
问题我想维持现状。luasocket 也不适合在 cmake 里
面检查(它没有一个 pkg-config 名字,不同发行版的 luasocket 
名字也不一样)

不知道 PPA (https://launchpad.net/ubuntu/+ppas) 
是不是放一个打包的配置文件然后就会有
各种版本的 deb 
的地方,如果是并且你觉得有兴趣的话,可以在那边维护一��
�,届时这边的
Download 页就直接给链接过去了。

不过现在暂不用急,我过一段时间会建立新项目,这边要废��
�了。重命名一个项目似乎很麻烦的
样子。

Original comment by arcpp.zju@gmail.com on 7 May 2010 at 8:15

GoogleCodeExporter commented 9 years ago
我去试了下

[NEEDSBUILD]     i386 build of ibus-sogoupycc 0.2.5-2 in ubuntu lucid RELEASE
Pending (2505)
[BUILDING]  amd64 build of ibus-sogoupycc 0.2.5-2 in ubuntu lucid RELEASE
Build started 4 minutes ago on promethium (virtual) 

似乎还不错,我用dpkg-buildpackage -S -sa 做出了debian化的源码包
把源码包上传上去,服务器那里就开始编译了.

不过gpg签名折腾了我好久...

Original comment by sd.Fool...@gmail.com on 7 May 2010 at 11:23

GoogleCodeExporter commented 9 years ago
@sd.Foolegg

thx!

下一个版本的 ibus-sogoupycc 应该是以 ibus-cloud-pinyin 
的名字出现了,届时还请帮忙~

Original comment by arcpp.zju@gmail.com on 7 May 2010 at 11:33

GoogleCodeExporter commented 9 years ago
好了

[FULLYBUILT]     i386 build of ibus-sogoupycc 0.2.5-2 in ubuntu lucid RELEASE
Build started 7 minutes ago on thallium (virtual) and finished 1 minute ago 
taking
six minutes — see the log
[FULLYBUILT]    amd64 build of ibus-sogoupycc 0.2.5-2 in ubuntu lucid RELEASE
Build started 22 minutes ago on promethium (virtual) and finished 16 minutes ago
taking six minutes — see the log 

现在在ub 10.04里,可以用

sudo add-apt-repository ppa:liang/ppa-liang-0001

添加软件源,并安装主程序了。

Original comment by sd.Fool...@gmail.com on 7 May 2010 at 11:38

GoogleCodeExporter commented 9 years ago
到时候邮件通知我下行不
我也不是每天盯着这里看的:]

Original comment by sd.Fool...@gmail.com on 7 May 2010 at 12:01

GoogleCodeExporter commented 9 years ago
@sd.Foolegg 
可以。不过默认情况下,这里的每一个评论都会有邮件通知��
�的啊?

Original comment by arcpp.zju@gmail.com on 7 May 2010 at 12:52

GoogleCodeExporter commented 9 years ago
我取消默认订阅了
不过我重新starred了
忘记还有这招了:P

Original comment by sd.Fool...@gmail.com on 7 May 2010 at 12:53

GoogleCodeExporter commented 9 years ago
非常感谢你们到付出!!!!

Original comment by FuHao...@gmail.com on 23 Oct 2010 at 4:57