Commit Graph

21 Commits

Author SHA1 Message Date
ajacoutot
b1431644c3 Since its last update, gtk+2 gained an --update-cache option for
gtk-query-immodules-2.0 -- so use it as was done with gtk+3.
2013-07-07 09:53:02 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
jasper
ffeab6e5b8 - regen WANTLIB 2011-11-03 17:46:21 +00:00
espie
d6e7b9cbe6 normalize pkgpath 2011-09-16 10:02:36 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
fgsch
fcc2623401 switch to pkg-readmes. kevlo@ (maintainer) ok. 2010-11-08 09:00:20 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
f26c46c3b3 Fix build with new GTK+2. 2010-09-30 07:23:47 +00:00
fgsch
0f087a63cb fix spelling and explain how to make SCIM work in xterm. bump.
kevlo@ OK previous diff.
2010-08-18 10:31:21 +00:00
fgsch
7ec796c610 Add enough information so people not familiar with IMs have a chance to
get this going quickly. Bump. kevlo@ ok.
A more detailed documentation would be great. Any takers?
2010-08-18 06:03:45 +00:00
kevlo
bfc0efe2cb Fix scim-setup segfault
ok landry@
2010-07-29 09:49:34 +00:00
ajacoutot
b1c19cc64f Move to new DEPENDS/WANTLIB/REVISION. 2010-07-24 11:44:17 +00:00
steven
64639b92b4 don't link with libiconv.a and -liconv at the same time
fixes build with in-tree libtool
2010-06-23 15:48:28 +00:00
ajacoutot
eb0208370e Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 21:21:59 +00:00
kevlo
f7f61ce6f1 Update to 1.4.9
ok ajacoutot@
2009-10-31 12:50:02 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
kevlo
d244f8d916 fix build with the char_traits changes
ok ajacoutot@
2009-01-20 09:25:17 +00:00
kevlo
a9bfa6c2d4 Initial import of scim 1.4.7
SCIM is a common IM platform written in C++. It abstracts input method
interface into several classes and try to make these classes as simple
and independent as possible. With such simple interfaces, developers
can write their own input method in a few lines of code very easily.

SCIM is highly modularized: most components can be implemented as
dynamically loadable modules, thus can be loaded at runtime as you wish.
For example, input methods written for SCIM could be IMEngine modules,
and users can use such IMEngine modules combined with different interface
modules (FrontEnd) in different environment without rewrite/recompile the

ok ajacoutot@
2008-10-29 02:21:46 +00:00