Skip to content

Commit

Permalink
japanese/ibus-anthy: flavorize for anthy-unicode
Browse files Browse the repository at this point in the history
Reported by:	mew14930xvi <[email protected]>
PR:		283740
Co-authored-by:	mew14930xvi <[email protected]>
  • Loading branch information
WATANABE Kazuhiro authored and clausecker committed Feb 18, 2025
1 parent 59fa0d1 commit eebc5fd
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions japanese/ibus-anthy/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PORTNAME= ibus-anthy
PORTVERSION= 1.5.16
PORTREVISION= 1
DISTVERSION= 1.5.16
PORTREVISION= 2
CATEGORIES= japanese
MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${PORTVERSION}/
MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${DISTVERSION}/
PKGNAMEPREFIX= ja-

MAINTAINER= [email protected]
Expand All @@ -12,8 +12,7 @@ WWW= https://github.com/ibus/ibus-anthy
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libanthy.so:japanese/anthy \
libibus-1.0.so:textproc/ibus
LIB_DEPENDS= libibus-1.0.so:textproc/ibus

GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
Expand All @@ -22,4 +21,12 @@ USES= gettext gmake gnome libtool pkgconfig python
USE_GNOME= pygobject3
GLIB_SCHEMAS= org.freedesktop.ibus.engine.anthy.gschema.xml

FLAVORS= original unicode

original_CONFLICTS_INSTALL= ${PORTNAME}-unicode
original_LIB_DEPENDS= libanthy.so:japanese/anthy
unicode_CONFLICTS_INSTALL= ${PORTNAME}
unicode_LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode
unicode_PKGNAMESUFFIX= -unicode

.include <bsd.port.mk>

0 comments on commit eebc5fd

Please sign in to comment.