mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Sync with libscim shared library version bump.
- Add a missing file to pkg-plist.
This commit is contained in:
parent
281378a1fc
commit
bc1cfc3017
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131100
4 changed files with 6 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= uim
|
PORTNAME= uim
|
||||||
PORTVERSION= 0.4.6
|
PORTVERSION= 0.4.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= japanese x11
|
CATEGORIES= japanese x11
|
||||||
MASTER_SITES= http://uim.freedesktop.org/releases/
|
MASTER_SITES= http://uim.freedesktop.org/releases/
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ PLIST_SUB+= GNOME="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if exists(${X11BASE}/bin/scim) || defined(WITH_SCIM)
|
.if exists(${X11BASE}/bin/scim) || defined(WITH_SCIM)
|
||||||
LIB_DEPENDS= scim-1.0.5:${PORTSDIR}/textproc/scim
|
LIB_DEPENDS= scim-1.0.6:${PORTSDIR}/textproc/scim
|
||||||
PLIST_SUB+= SCIM=""
|
PLIST_SUB+= SCIM=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= SCIM="@comment "
|
PLIST_SUB+= SCIM="@comment "
|
||||||
|
|
|
@ -31,6 +31,7 @@ lib/libuim.so.0
|
||||||
lib/uim/plugin/libuim-anthy.so
|
lib/uim/plugin/libuim-anthy.so
|
||||||
%%CANNA%%lib/uim/plugin/libuim-canna.so
|
%%CANNA%%lib/uim/plugin/libuim-canna.so
|
||||||
lib/uim/plugin/libuim-custom-enabler.so
|
lib/uim/plugin/libuim-custom-enabler.so
|
||||||
|
lib/uim/plugin/libuim-m17nlib.so
|
||||||
%%SCIM%%lib/uim/plugin/libuim-scim.so
|
%%SCIM%%lib/uim/plugin/libuim-scim.so
|
||||||
lib/uim/plugin/libuim-skk.so
|
lib/uim/plugin/libuim-skk.so
|
||||||
libdata/pkgconfig/uim.pc
|
libdata/pkgconfig/uim.pc
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= uim
|
PORTNAME= uim
|
||||||
PORTVERSION= 0.4.6
|
PORTVERSION= 0.4.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= japanese x11
|
CATEGORIES= japanese x11
|
||||||
MASTER_SITES= http://uim.freedesktop.org/releases/
|
MASTER_SITES= http://uim.freedesktop.org/releases/
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ PLIST_SUB+= GNOME="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if exists(${X11BASE}/bin/scim) || defined(WITH_SCIM)
|
.if exists(${X11BASE}/bin/scim) || defined(WITH_SCIM)
|
||||||
LIB_DEPENDS= scim-1.0.5:${PORTSDIR}/textproc/scim
|
LIB_DEPENDS= scim-1.0.6:${PORTSDIR}/textproc/scim
|
||||||
PLIST_SUB+= SCIM=""
|
PLIST_SUB+= SCIM=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= SCIM="@comment "
|
PLIST_SUB+= SCIM="@comment "
|
||||||
|
|
|
@ -31,6 +31,7 @@ lib/libuim.so.0
|
||||||
lib/uim/plugin/libuim-anthy.so
|
lib/uim/plugin/libuim-anthy.so
|
||||||
%%CANNA%%lib/uim/plugin/libuim-canna.so
|
%%CANNA%%lib/uim/plugin/libuim-canna.so
|
||||||
lib/uim/plugin/libuim-custom-enabler.so
|
lib/uim/plugin/libuim-custom-enabler.so
|
||||||
|
lib/uim/plugin/libuim-m17nlib.so
|
||||||
%%SCIM%%lib/uim/plugin/libuim-scim.so
|
%%SCIM%%lib/uim/plugin/libuim-scim.so
|
||||||
lib/uim/plugin/libuim-skk.so
|
lib/uim/plugin/libuim-skk.so
|
||||||
libdata/pkgconfig/uim.pc
|
libdata/pkgconfig/uim.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue