FreeBSD Bugzilla – Attachment 255682 Details for
Bug 283177
japanese/fcitx5-anthy: flavorize for anthy-unicode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
flavorize for anthy-unicode
0001-japanese-fcitx5-anthy-flavorize-for-anthy-unicode.patch (text/plain), 1.18 KB, created by
mew14930xvi
on 2024-12-07 08:11:48 UTC
(
hide
)
Description:
flavorize for anthy-unicode
Filename:
MIME Type:
Creator:
mew14930xvi
Created:
2024-12-07 08:11:48 UTC
Size:
1.18 KB
patch
obsolete
>From 1c47f120f284b32fc9d9009974d6fafd0033d124 Mon Sep 17 00:00:00 2001 >From: mew14930xvi <mew14930xvi@inbox.lv> >Date: Sat, 7 Dec 2024 16:05:42 +0900 >Subject: [PATCH] japanese/fcitx5-anthy: flavorize for anthy-unicode. > >--- > japanese/fcitx5-anthy/Makefile | 15 +++++++++++++-- > 1 file changed, 13 insertions(+), 2 deletions(-) > >diff --git a/japanese/fcitx5-anthy/Makefile b/japanese/fcitx5-anthy/Makefile >index d53b54bb1e1f..3b2d5565021a 100644 >--- a/japanese/fcitx5-anthy/Makefile >+++ b/japanese/fcitx5-anthy/Makefile >@@ -10,11 +10,22 @@ WWW= https://github.com/fcitx/fcitx5-anthy > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt > >-LIB_DEPENDS= libanthy.so:japanese/anthy \ >- libFcitx5Core.so:textproc/fcitx5 >+LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 >+ >+FLAVORS= original unicode >+FLAVOR?= ${FLAVORS:[1]} > > USES= cmake compiler:c++17-lang gettext-tools kde:5 pkgconfig tar:zst > > USE_KDE= ecm > >+.if ${FLAVOR} == original >+LIB_DEPENDS+= libanthy.so:japanese/anthy >+CONFLICTS_INSTALL= ${PORTNAME}-unicode >+.else >+PKGNAMESUFFIX= -unicode >+LIB_DEPENDS+= libanthy-unicode.so:japanese/anthy-unicode >+CONFLICTS_INSTALL= ${PORTNAME} >+.endif >+ > .include <bsd.port.mk> >-- >2.47.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 283177
: 255682