code-google-com / qimsys

Automatically exported from code.google.com/p/qimsys
0 stars 0 forks source link

Plan of Debian package structure. #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I'd like to make debian package of qimsys for N900. It is just my idea, 
Could you let me have your comment? :-)

I'd like to avoid library-missing problems (e.g. launching so slowly) by 
dividing qimsys files to multiple library packages.

---

1.qimsys (base package)

qimsys binary, base plugins, language catalog, images, *.desktop files, etc...

base plugins are...

Input Language Manager
Engine Manager
and more...?

2. libqimsys-qt (libraries for Qt)

qimsys libraries for Qt, including qt immodule

3. libqimsys-qt-devel

header and static libraries(not exist?) of libqimsys-qt

4. libqimsys-gtk (libraries for Gtk)

qimsys libraries for GTK, including gtk immodule

5. libqimsys-gtk-devel

header and static libraries(not exist?) of libqimsys-gtk

6. qimsys-plugin-ja_JP
7. qimsys-plugin-socialime
8. qimsys-plugin-anthy
9. qimsys-plugin-n900
10. qimsys-plugin-mozc (not be built at present)
11. qimsys-test(test binary and headers)
12. qimsys-sdk(sorry I'don't understand its members)

Does anyone have ideas? :-)

Original issue reported on code.google.com by kenya...@gmail.com on 27 Oct 2010 at 8:04

GoogleCodeExporter commented 9 years ago
qimsys itself and every plugins depend on libqimsys-qt. it must be in the first 
packege. so my idea is like below

1. qimsys-core
    qimsys, libqimsys-qt, base plugins and share/

2. qimsys-qt4immodule
    libqimsys-immodule.so

3. qimsys-gtk2immodule
    libqimsys-gtk and libim-qimsys.so

4. qimsys-plugin-ja_JP
5. qimsys-plugin-anthy
6. qimsys-plugin-socialime
7. qimsys-plugin-n900
8. qimsys-plugin-mozc (not be built at present)
9. qimsys-dev
    headers but no static libraries

Original comment by stas...@gmail.com on 31 Oct 2010 at 4:59

GoogleCodeExporter commented 9 years ago
Thank you for your idea. OK, I'd like to make pkg as you say:-)

Original comment by kenya...@gmail.com on 1 Nov 2010 at 9:02

GoogleCodeExporter commented 9 years ago
Thank you for the packaging! and feel free to re-open this issue whenever you 
want.

Original comment by stas...@gmail.com on 4 Nov 2010 at 2:14

GoogleCodeExporter commented 9 years ago

Original comment by stas...@gmail.com on 6 Feb 2011 at 5:30