Update the CONFLICTS definitions of ports in the following categories: - accessibility - archivers - audio - benchmarks - biology - cad - chinese - comms - converters An attempt has been made to use generic conflicts patterns that do not have to be updated whenever a new version of a conflicting port is added to the ports system. There is a misunderstanding that the port being built/installed has to be omitted from the conflicts pattern. This is not true - the port being built is implicitly non-conflicting due to logic in bsd.port.mk. Approved by: portmgr (implicit)
34 lines
952 B
Makefile
34 lines
952 B
Makefile
# Created by: Ka Ho Ng <khng300@gmail.com>
|
|
|
|
PORTNAME= fcitx5-rime
|
|
DISTVERSION= 5.0.8
|
|
CATEGORIES= chinese textproc
|
|
|
|
MAINTAINER= khng@FreeBSD.org
|
|
COMMENT= RIME support for Fcitx5
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
|
|
|
|
BUILD_DEPENDS= ${_SCHEMA_DEPENDS}
|
|
LIB_DEPENDS= librime.so:chinese/librime \
|
|
libFcitx5Core.so:textproc/fcitx5
|
|
RUN_DEPENDS= ${_SCHEMA_DEPENDS}
|
|
|
|
USES= compiler:c++17-lang gettext-tools cmake kde:5 localbase \
|
|
pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fcitx
|
|
|
|
USE_KDE= ecm
|
|
|
|
CONFLICTS_INSTALL= zh-fcitx-rime # share/icons/hicolor/48x48/apps/fcitx-rime-deploy.png
|
|
|
|
_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>
|