mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 1.3.5
PR: ports/148279 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
This commit is contained in:
parent
7edfda12ae
commit
b9c8fb8fa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259185
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ibus
|
||||
PORTVERSION= 1.3.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3.5
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
@ -29,7 +28,8 @@ GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
GCONF_SCHEMAS= ibus.schemas
|
||||
|
||||
OPTIONS= ISOCODES "Use isocodecs" on
|
||||
OPTIONS= ISOCODES "Use isocodecs" on \
|
||||
VALA "Install vala binding" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -49,6 +49,14 @@ CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_VALA)
|
||||
CONFIGURE_ARGS+= --enable-vala
|
||||
PLIST_SUB+= VALA=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-vala
|
||||
PLIST_SUB+= VALA="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|/usr/share/xml/iso-codes/|${LOCALBASE}/share/xml/iso-codes/|g' ${WRKSRC}/ibus/lang.py
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ibus-1.3.3.tar.gz) = 2be859019b593685b1cec8310627426f
|
||||
SHA256 (ibus-1.3.3.tar.gz) = 25173a99c57a415638a242f8527ef2c867e9ec1e487340b11bff6b2d5ab78be1
|
||||
SIZE (ibus-1.3.3.tar.gz) = 1219150
|
||||
MD5 (ibus-1.3.5.tar.gz) = 9f92b8e47d2c0bee67cf3e25f7b8c52d
|
||||
SHA256 (ibus-1.3.5.tar.gz) = 3ad44f2a16ba966a13384df85828d2f2169247320b9990ce601e9c43a5ad9446
|
||||
SIZE (ibus-1.3.5.tar.gz) = 1323214
|
||||
|
@ -203,6 +203,7 @@ include/ibus-1.0/ibusconfig.h
|
||||
include/ibus-1.0/ibusconfigservice.h
|
||||
include/ibus-1.0/ibusconnection.h
|
||||
include/ibus-1.0/ibusdebug.h
|
||||
include/ibus-1.0/ibusdbus.h
|
||||
include/ibus-1.0/ibusengine.h
|
||||
include/ibus-1.0/ibusenginedesc.h
|
||||
include/ibus-1.0/ibusenumtypes.h
|
||||
@ -236,12 +237,14 @@ lib/gtk-2.0/2.10.0/immodules/im-ibus.so
|
||||
lib/libibus.la
|
||||
lib/libibus.so
|
||||
lib/libibus.so.2
|
||||
lib/girepository-1.0/IBus-1.0.typelib
|
||||
libdata/pkgconfig/ibus-1.0.pc
|
||||
libexec/ibus-gconf
|
||||
libexec/ibus-ui-gtk
|
||||
libexec/ibus-x11
|
||||
share/applications/ibus-setup.desktop
|
||||
share/applications/ibus.desktop
|
||||
share/gir-1.0/IBus-1.0.gir
|
||||
share/gtk-doc/html/ibus/IBusAttrList.html
|
||||
share/gtk-doc/html/ibus/IBusBus.html
|
||||
share/gtk-doc/html/ibus/IBusComponent.html
|
||||
@ -300,6 +303,7 @@ share/icons/hicolor/scalable/apps/ibus-engine.svg
|
||||
share/icons/hicolor/scalable/apps/ibus-keyboard.svg
|
||||
share/icons/hicolor/scalable/apps/ibus-setup.svg
|
||||
share/icons/hicolor/scalable/apps/ibus.svg
|
||||
%%VALA%%share/vala/vapi/ibus-1.0.vapi
|
||||
@dirrm %%DATADIR%%/ui/gtk
|
||||
@dirrm %%DATADIR%%/ui
|
||||
@dirrmtry %%DATADIR%%/icons
|
||||
|
Loading…
Reference in New Issue
Block a user