mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Update to ibus 1.3.8. Add TRUEPREFIX to the README.
This commit is contained in:
+10
-12
@@ -1,14 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/09 20:00:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/11 09:42:11 fgsch Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = intelligent input bus framework
|
||||
|
||||
DISTNAME = ibus-1.3.7
|
||||
DISTNAME = ibus-1.3.8
|
||||
|
||||
REVISION = 6
|
||||
|
||||
SHARED_LIBS = ibus 0.0 # 2.0
|
||||
SHARED_LIBS = ibus 1.0 # 2.0
|
||||
|
||||
CATEGORIES = inputmethods chinese japanese korean
|
||||
|
||||
@@ -20,13 +18,13 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp \
|
||||
Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c \
|
||||
cairo dbus-1 dbus-glib-1 expat fontconfig freetype \
|
||||
gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
|
||||
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
||||
png pthread pthread-stubs xcb xcb-render xcb-render-util z
|
||||
WANTLIB = GL ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp \
|
||||
Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 \
|
||||
c cairo dbus-1 drm expat fontconfig freetype gdk-x11-2.0 \
|
||||
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
|
||||
gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs \
|
||||
xcb xcb-render xcb-shm z
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}/files/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MD5 (ibus-1.3.7.tar.gz) = WirL2mytI/ZAPIg0esYOLQ==
|
||||
RMD160 (ibus-1.3.7.tar.gz) = 9Q3dpRG290tSKmHINOb/0fP0G6o=
|
||||
SHA1 (ibus-1.3.7.tar.gz) = ul6PDFf2/VOvb3ajtg3rG+PLJ8U=
|
||||
SHA256 (ibus-1.3.7.tar.gz) = t9m81XV4wC+bYgGQYbAJNQML9in/ixE96zURbhcCpTc=
|
||||
SIZE (ibus-1.3.7.tar.gz) = 1358687
|
||||
MD5 (ibus-1.3.8.tar.gz) = bTRSaONJby5r46bzo7oZ6g==
|
||||
RMD160 (ibus-1.3.8.tar.gz) = yaDRWdiBAydmbd0toYwZ7yTJEQY=
|
||||
SHA1 (ibus-1.3.8.tar.gz) = wc8ciXvST4vs+lISfQWOq7sZm44=
|
||||
SHA256 (ibus-1.3.8.tar.gz) = 2FB1F/XlukVLJmNYGxEz3yH9unSgd5AiWeGIRc3SRo0=
|
||||
SIZE (ibus-1.3.8.tar.gz) = 1379038
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.1 2010/11/09 20:00:38 jasper Exp $
|
||||
$OpenBSD: README,v 1.2 2010/11/11 09:42:11 fgsch Exp $
|
||||
|
||||
To make IBus work when X is started add the following lines to
|
||||
~/.xinitrc or ~/.xsession:
|
||||
@@ -6,7 +6,7 @@ To make IBus work when X is started add the following lines to
|
||||
export GTK_IM_MODULE="ibus"
|
||||
export QT_IM_MODULE="ibus"
|
||||
export XMODIFIERS="@im=ibus"
|
||||
ibus-daemon -d -x -r
|
||||
${TRUEPREFIX}/bin/ibus-daemon -d -x -r
|
||||
|
||||
To use IBus within xterm(1) the character locale needs to be UTF-8.
|
||||
For example to set it to US English in UTF-8 mode, also add:
|
||||
@@ -19,4 +19,4 @@ Finally, to display characters correctly make sure to use a Unicode
|
||||
To activate IBus press Ctrl+Space. For general configuration,
|
||||
including hotkeys:
|
||||
|
||||
$ ibus-setup
|
||||
$ ${TRUEPREFIX}/bin/ibus-setup
|
||||
|
||||
Reference in New Issue
Block a user