-
Notifications
You must be signed in to change notification settings - Fork 610
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
japanese/ibus-anthy: flavorize for anthy-unicode
Reported by: mew14930xvi <[email protected]> PR: 283740 Co-authored-by: mew14930xvi <[email protected]>
- Loading branch information
1 parent
59fa0d1
commit eebc5fd
Showing
1 changed file
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
@@ -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 | ||
|
@@ -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> |