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?
This commit is contained in:
parent
76aeae4817
commit
7ec796c610
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/07/29 09:49:34 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/08/18 06:03:45 fgsch Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= smart common input method platform
|
||||
|
||||
DISTNAME= scim-1.4.9
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
SHARED_LIBS += scim-1.0 0.0 # .10.4
|
||||
SHARED_LIBS += scim-x11utils-1.0 0.0 # .10.4
|
||||
@ -48,4 +48,8 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-gtk-im-module-dir="${LOCALBASE}/lib/gtk-2.0/2.10.0/immodules"
|
||||
CONFIGURE_ENV= LIBS="-pthread"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scim
|
||||
${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${PREFIX}/share/doc/scim
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
14
inputmethods/scim/files/README.OpenBSD
Normal file
14
inputmethods/scim/files/README.OpenBSD
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.1 2010/08/18 06:03:45 fgsch Exp $
|
||||
|
||||
To make SCIM work when X is started add the folling lines to
|
||||
~/.xinitrc or ~/.xsession:
|
||||
|
||||
export GTK_IM_MODULE="scim"
|
||||
export QT_IM_MODULE="scim"
|
||||
export XIM_PROGRAM="scim -d"
|
||||
export XMODIFIERS="@im=SCIM"
|
||||
|
||||
To activate it press Ctrl+Space. For general configuration, including
|
||||
hotkeys:
|
||||
|
||||
$ scim-setup
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/12/21 21:25:28 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/08/18 06:03:45 fgsch Exp $
|
||||
@bin bin/scim
|
||||
@bin bin/scim-config-agent
|
||||
bin/scim-setup
|
||||
@ -98,6 +98,8 @@ share/applications/scim-setup.desktop
|
||||
share/control-center-2.0/
|
||||
share/control-center-2.0/capplets/
|
||||
share/control-center-2.0/capplets/scim-setup.desktop
|
||||
share/doc/scim/
|
||||
share/doc/scim/README.OpenBSD
|
||||
share/examples/scim/
|
||||
share/examples/scim/config
|
||||
@sample ${SYSCONFDIR}/config
|
||||
|
Loading…
Reference in New Issue
Block a user