Edit

IABSD.fr/ports/inputmethods/scim/patches/patch-scim-x11utils_pc_in

Branch :

  • Show log

    Commit

  • Author : kevlo
    Date : 2008-10-29 02:21:46
    Hash : a9bfa6c2
    Message : 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@

  • inputmethods/scim/patches/patch-scim-x11utils_pc_in
  • $OpenBSD: patch-scim-x11utils_pc_in,v 1.1.1.1 2008/10/29 02:21:46 kevlo Exp $
    --- scim-x11utils.pc.in.orig	Fri Oct 24 16:07:13 2008
    +++ scim-x11utils.pc.in	Fri Oct 24 16:07:33 2008
    @@ -4,6 +4,7 @@ libdir=@libdir@
     includedir=@includedir@
     localedir=@datadir@/locale
     datadir=@datadir@
    +datarootdir=@datarootdir@
     sysconfdir=@sysconfdir@
     
     Name: scim-x11utils