Mon Mar 29 06:13:28 2021 UTC ()
fcitx5-chinese-addons: needs pkg-config


(nia)
diff -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile 2021/03/02 13:24:53 1.3
+++ pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile 2021/03/29 06:13:28 1.4
@@ -1,40 +1,41 @@ @@ -1,40 +1,41 @@
1# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $ 1# $NetBSD: Makefile,v 1.4 2021/03/29 06:13:28 nia Exp $
2 2
3DISTNAME= fcitx5-chinese-addons-5.0.4 3DISTNAME= fcitx5-chinese-addons-5.0.4
4CATEGORIES= inputmethod 4CATEGORIES= inputmethod
5MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/ 5MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= https://github.com/fcitx/fcitx5-chinese-addons 9HOMEPAGE= https://github.com/fcitx/fcitx5-chinese-addons
10COMMENT= Pinyin and table input method support for fcitx5 10COMMENT= Pinyin and table input method support for fcitx5
11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
12 12
13DIST_SUBDIR= ${PKGNAME_NOREV} 13DIST_SUBDIR= ${PKGNAME_NOREV}
14 14
15DISTFILES+= ${DEFAULT_DISTFILES} 15DISTFILES+= ${DEFAULT_DISTFILES}
16MOREDISTFILES+= py_stroke-20121124.tar.gz 16MOREDISTFILES+= py_stroke-20121124.tar.gz
17MOREDISTFILES+= py_table-20121124.tar.gz 17MOREDISTFILES+= py_table-20121124.tar.gz
18.for f in ${MOREDISTFILES} 18.for f in ${MOREDISTFILES}
19DISTFILES+= ${f} 19DISTFILES+= ${f}
20SITES.${f}= https://download.fcitx-im.org/data/ 20SITES.${f}= https://download.fcitx-im.org/data/
21.endfor 21.endfor
22EXTRACT_ONLY= ${DEFAULT_DISTFILES} 22EXTRACT_ONLY= ${DEFAULT_DISTFILES}
23 23
24BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules 24BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
25 25
26USE_CMAKE= yes 26USE_CMAKE= yes
27USE_PKGLOCALEDIR= yes 27USE_PKGLOCALEDIR= yes
 28USE_TOOLS+= pkg-config
28USE_LANGUAGES= c c++ 29USE_LANGUAGES= c c++
29 30
30post-extract: 31post-extract:
31.for f in ${MOREDISTFILES} 32.for f in ${MOREDISTFILES}
32 cd ${WRKSRC}/modules/pinyinhelper && \ 33 cd ${WRKSRC}/modules/pinyinhelper && \
33 ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${f} ${f} 34 ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${f} ${f}
34.endfor 35.endfor
35 36
36 37
37.include "../../converters/opencc/buildlink3.mk" 38.include "../../converters/opencc/buildlink3.mk"
38.include "../../devel/boost-libs/buildlink3.mk" 39.include "../../devel/boost-libs/buildlink3.mk"
39.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 40.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
40.include "../../inputmethod/fcitx5-lua/buildlink3.mk" 41.include "../../inputmethod/fcitx5-lua/buildlink3.mk"