1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/chinese/ibus-rime/Makefile
T
Eric Camachat 71ff003132 chinese/ibus-rime: Update 1.6.0 => 1.6.1
While here, add missing depends from stage-qa

Changelog:
https://github.com/rime/ibus-rime/blob/1.6.1/CHANGELOG.md
Commit log:
https://github.com/rime/ibus-rime/compare/1.6.0...1.6.1

PR:		295612
Reported by:	Eric Camachat <eric@camachat.org> (maintainer)
Approved by:	osa, vvd (Mentors, implicit)
MFH:		2026Q2
2026-05-28 13:11:30 +03:00

32 lines
853 B
Makefile

PORTNAME= ibus-rime
DISTVERSION= 1.6.1
CATEGORIES= chinese
MAINTAINER= eric@camachat.org
COMMENT= IBus engine for Rime users
WWW= https://github.com/rime/ibus-rime/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${_SCHEMA_DEPENDS}
LIB_DEPENDS= libibus-1.0.so:textproc/ibus \
libnotify.so:devel/libnotify \
librime.so:chinese/librime
RUN_DEPENDS= ${_SCHEMA_DEPENDS}
USES= cmake gettext-runtime gnome pkgconfig
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= rime
USE_GNOME= gdkpixbuf glib20
_SCHEMA_DEPENDS= \
${LOCALBASE}/share/rime-data/luna_pinyin.schema.yaml:chinese/rime-luna-pinyin \
${LOCALBASE}/share/rime-data/bopomofo.schema.yaml:chinese/rime-bopomofo \
${LOCALBASE}/share/rime-data/cangjie5.schema.yaml:chinese/rime-cangjie \
${LOCALBASE}/share/rime-data/stroke.schema.yaml:chinese/rime-stroke
.include <bsd.port.mk>