mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Unbreak by change MASTER_SITES to github
PR: 213006 Submitted by: henry.hu.sh@gmail.com(maintainer)
This commit is contained in:
parent
450dfe782f
commit
55bc157939
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429868
@ -3,28 +3,27 @@
|
||||
|
||||
PORTNAME= ibus-pinyin
|
||||
PORTVERSION= 1.5.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= henry.hu.sh@gmail.com
|
||||
COMMENT= PinYin engine for IBus
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN= Unfetchable (google code has gone away)
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg \
|
||||
${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus
|
||||
LIB_DEPENDS= libpyzy-1.0.so:chinese/pyzy \
|
||||
libibus-1.0.so:textproc/ibus \
|
||||
libsqlite3.so:databases/sqlite3
|
||||
|
||||
USES= compiler:c++11-lib gmake pkgconfig python
|
||||
USES= compiler:c++11-lib gmake pkgconfig python autoreconf libtool
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension
|
||||
|
||||
PROJECTHOST= ibus
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ibus
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
@ -33,7 +32,4 @@ NLS_USES= gettext
|
||||
NLS_USE= GNOME=intltool
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (ibus-pinyin-1.5.0.tar.gz) = a85d458dcc51ea9fd65849e63002428b3fcb3b39adcbea9214b5cb4a4cbdbc96
|
||||
SIZE (ibus-pinyin-1.5.0.tar.gz) = 692516
|
||||
TIMESTAMP = 1482975833
|
||||
SHA256 (ibus-ibus-pinyin-1.5.0_GH0.tar.gz) = 79fc51517ab8dec696cbbbca9526459b59f4eb045492ea88e5f9e01160b905db
|
||||
SIZE (ibus-ibus-pinyin-1.5.0_GH0.tar.gz) = 241144
|
||||
|
Loading…
Reference in New Issue
Block a user