Commit bc1f174e authored by Daniel Engberg's avatar Daniel Engberg
Browse files

chinese/fcitx-rime: Remove from tree

Marked broken for almost a year and upstream repo is archived as of
May 8, 2024

Reference:
https://github.com/fcitx/fcitx-rime
parent d0528bbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5305,3 +5305,4 @@ lang/erlang-runtime25|lang/erlang-runtime28|2026-05-14|Has expired: no longer su
lang/erlang-runtime26|lang/erlang-runtime28|2026-05-14|Has expired: no longer supported upstream, use lang/erlang >=28
databases/leofs||2026-05-14|Has expired: no longer maintained upstream, with no supported OTP release
net-im/fractal||2026-05-17|Marked broken for months
chinese/fcitx-rime||2026-05-17|Marked broken for almost a year and upstream repo is archived
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
    SUBDIR += fcitx-cloudpinyin
    SUBDIR += fcitx-configtool
    SUBDIR += fcitx-libpinyin
    SUBDIR += fcitx-rime
    SUBDIR += fcitx-table-extra
    SUBDIR += fcitx-ui-light
    SUBDIR += fcitx5-chewing

chinese/fcitx-rime/Makefile

deleted100644 → 0
+0 −35
Original line number Diff line number Diff line
PORTNAME=	fcitx-rime
DISTVERSION=	0.3.2
PORTREVISION=	3
CATEGORIES=	chinese
MASTER_SITES=	https://download.fcitx-im.org/${PORTNAME}/
DIST_SUBDIR=	fcitx

PATCH_SITES=	https://github.com/fcitx/${PORTNAME}/commit/
PATCHFILES=	a3a9fffb6ee89adc327ad8a7dec05d5f35414f9d.patch:-p1

MAINTAINER=	eric@camachat.org
COMMENT=	RIME support for Fcitx
WWW=		https://fcitx-im.org/wiki/Fcitx

LICENSE=	GPLv2

BROKEN=		does not compile against currect chinese/librime

BUILD_DEPENDS=	bash:shells/bash \
		${_SCHEMA_DEPENDS}
LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx \
		librime.so:chinese/librime
RUN_DEPENDS=	${_SCHEMA_DEPENDS}

USES=		cmake gettext gnome localbase pkgconfig tar:xz

CONFLICTS_INSTALL=	zh-fcitx5-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>

chinese/fcitx-rime/distinfo

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
TIMESTAMP = 1608116604
SHA256 (fcitx/fcitx-rime-0.3.2.tar.xz) = f97ea6f515fcc5f526cc25dce3d4ba05fa1c83001f68502d6c284ba39cd5a82d
SIZE (fcitx/fcitx-rime-0.3.2.tar.xz) = 40960
SHA256 (fcitx/a3a9fffb6ee89adc327ad8a7dec05d5f35414f9d.patch) = b108314263ab980947f92ad08ac42642cc5e5274f256bc3cb0d2e86825a78586
SIZE (fcitx/a3a9fffb6ee89adc327ad8a7dec05d5f35414f9d.patch) = 3167
+0 −20
Original line number Diff line number Diff line
--- ./data/CMakeLists.txt.orig	2013-11-10 22:11:24.000000000 +0900
+++ ./data/CMakeLists.txt	2014-03-20 00:20:01.000000000 +0900
@@ -1,8 +1,8 @@
 # for im icon
-install(FILES rime.png RENAME rime.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/imicon)
+install(FILES rime.png RENAME rime.png DESTINATION share/fcitx/imicon)
 
 # for skin
-install(DIRECTORY default DESTINATION ${FCITX4_PREFIX}/share/fcitx/skin)
+install(DIRECTORY default DESTINATION share/fcitx/skin)
 
 # with prefix
 foreach(svg rime rime-deploy rime-sync)
@@ -14,4 +14,4 @@
 foreach(svg rime-im rime-latin rime-disable)
 install(FILES ${svg}.png DESTINATION share/icons/hicolor/48x48/apps)
 install(FILES ${svg}.svg DESTINATION share/icons/hicolor/scalable/status)
-endforeach()
\ No newline at end of file
+endforeach()
Loading