summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2021-03-02 13:24:53 +0000
committerryoon <ryoon@pkgsrc.org>2021-03-02 13:24:53 +0000
commit237cff4da449a36a5370c74f77f51303fc25b28a (patch)
tree12ee799a423a91ebdae727c9408aa8fd8885f573 /inputmethod
parent6cd4bda7f05b2ec5a3b6a67937c0ec4ad13add33 (diff)
downloadpkgsrc-237cff4da449a36a5370c74f77f51303fc25b28a.tar.gz
fcitx5: Set build time dependency to extra-cmake-modules
* Replace DEPENDS with BUILD_DEPENDS. And remove trailing slash. * Add new BUILD_DEPENDS to some packages. CMake dectects ECM.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/fcitx5-anthy/Makefile4
-rw-r--r--inputmethod/fcitx5-chewing/Makefile4
-rw-r--r--inputmethod/fcitx5-chinese-addons/Makefile4
-rw-r--r--inputmethod/fcitx5-gtk/Makefile4
-rw-r--r--inputmethod/fcitx5-hangul/Makefile4
-rw-r--r--inputmethod/fcitx5-libthai/Makefile4
-rw-r--r--inputmethod/fcitx5-lua/Makefile4
-rw-r--r--inputmethod/fcitx5-m17n/Makefile4
-rw-r--r--inputmethod/fcitx5-qt/Makefile4
-rw-r--r--inputmethod/fcitx5-rime/Makefile4
-rw-r--r--inputmethod/fcitx5-sayura/Makefile4
-rw-r--r--inputmethod/fcitx5-skk/Makefile4
-rw-r--r--inputmethod/fcitx5-table-extra/Makefile4
-rw-r--r--inputmethod/fcitx5-table-other/Makefile4
-rw-r--r--inputmethod/fcitx5-unikey/Makefile4
-rw-r--r--inputmethod/fcitx5-zhuyin/Makefile6
16 files changed, 39 insertions, 27 deletions
diff --git a/inputmethod/fcitx5-anthy/Makefile b/inputmethod/fcitx5-anthy/Makefile
index 18c0f0e8857..b3b5dd128cb 100644
--- a/inputmethod/fcitx5-anthy/Makefile
+++ b/inputmethod/fcitx5-anthy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:22 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-anthy-5.0.3
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-anthy
COMMENT= Anthy Japanese inputmethod for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
diff --git a/inputmethod/fcitx5-chewing/Makefile b/inputmethod/fcitx5-chewing/Makefile
index d0f4664c05d..ac596e7ade0 100644
--- a/inputmethod/fcitx5-chewing/Makefile
+++ b/inputmethod/fcitx5-chewing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-chewing-5.0.4
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-chewing
COMMENT= Chewing engine for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
diff --git a/inputmethod/fcitx5-chinese-addons/Makefile b/inputmethod/fcitx5-chinese-addons/Makefile
index a89360751a2..926583b9970 100644
--- a/inputmethod/fcitx5-chinese-addons/Makefile
+++ b/inputmethod/fcitx5-chinese-addons/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 20:08:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-chinese-addons-5.0.4
CATEGORIES= inputmethod
@@ -21,6 +21,8 @@ SITES.${f}= https://download.fcitx-im.org/data/
.endfor
EXTRACT_ONLY= ${DEFAULT_DISTFILES}
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff --git a/inputmethod/fcitx5-gtk/Makefile b/inputmethod/fcitx5-gtk/Makefile
index bcfe3b235b6..03d7e8c8d1f 100644
--- a/inputmethod/fcitx5-gtk/Makefile
+++ b/inputmethod/fcitx5-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/27 19:34:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-gtk-5.0.4
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-gtk
COMMENT= GTK input method module for fcitx5
LICENSE= gnu-lgpl-v2.1
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
diff --git a/inputmethod/fcitx5-hangul/Makefile b/inputmethod/fcitx5-hangul/Makefile
index 2e05cbaa29e..b7eb39d1e64 100644
--- a/inputmethod/fcitx5-hangul/Makefile
+++ b/inputmethod/fcitx5-hangul/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-hangul-5.0.2
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-hangul
COMMENT= Hangul Wrapper for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
diff --git a/inputmethod/fcitx5-libthai/Makefile b/inputmethod/fcitx5-libthai/Makefile
index 76a3741f3fc..49f3b9bfbc1 100644
--- a/inputmethod/fcitx5-libthai/Makefile
+++ b/inputmethod/fcitx5-libthai/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-libthai-5.0.2
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-libthai
COMMENT= Thai language input method for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
diff --git a/inputmethod/fcitx5-lua/Makefile b/inputmethod/fcitx5-lua/Makefile
index cdcd0cb7807..ba1cdfd31a3 100644
--- a/inputmethod/fcitx5-lua/Makefile
+++ b/inputmethod/fcitx5-lua/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-lua-5.0.3
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-lua
COMMENT= Lua support for fcitx5
LICENSE= gnu-lgpl-v2.1
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
diff --git a/inputmethod/fcitx5-m17n/Makefile b/inputmethod/fcitx5-m17n/Makefile
index d26b41e96c5..1ea7ecedfbd 100644
--- a/inputmethod/fcitx5-m17n/Makefile
+++ b/inputmethod/fcitx5-m17n/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-m17n-5.0.3
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-m17n
COMMENT= Wrapper library of m17n for Fcitx5
LICENSE= gnu-lgpl-v2.1
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
diff --git a/inputmethod/fcitx5-qt/Makefile b/inputmethod/fcitx5-qt/Makefile
index ef0e1a5f73d..cc06efa1570 100644
--- a/inputmethod/fcitx5-qt/Makefile
+++ b/inputmethod/fcitx5-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-qt-5.0.3
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://download.fcitx-im.org/fcitx5/fcitx5-qt/
COMMENT= Qt5 library and IM module for fcitx5
LICENSE= gnu-lgpl-v2.1
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
diff --git a/inputmethod/fcitx5-rime/Makefile b/inputmethod/fcitx5-rime/Makefile
index fa49ab09d32..3632d1d29b0 100644
--- a/inputmethod/fcitx5-rime/Makefile
+++ b/inputmethod/fcitx5-rime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-rime-5.0.4
CATEGORIES= inputmethod
@@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-rime
COMMENT= RIME traditional Chinese input method for Fcitx5
LICENSE= gnu-lgpl-v2.1
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
DEPENDS+= rime-luna-pinyin-[0-9]*:../../inputmethod/rime-luna-pinyin
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
diff --git a/inputmethod/fcitx5-sayura/Makefile b/inputmethod/fcitx5-sayura/Makefile
index 0ddb530b2f1..c75e64d2aec 100644
--- a/inputmethod/fcitx5-sayura/Makefile
+++ b/inputmethod/fcitx5-sayura/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-sayura-5.0.2
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-sayura
COMMENT= Sinhala input method for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
diff --git a/inputmethod/fcitx5-skk/Makefile b/inputmethod/fcitx5-skk/Makefile
index 76cf1bbe478..f37ae0a1530 100644
--- a/inputmethod/fcitx5-skk/Makefile
+++ b/inputmethod/fcitx5-skk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 20:10:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-skk-5.0.4
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-skk
COMMENT= SKK Kana-Kanji inputmethod for fcitx5
LICENSE= gnu-gpl-v3
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff --git a/inputmethod/fcitx5-table-extra/Makefile b/inputmethod/fcitx5-table-extra/Makefile
index fa3eab230c5..4203d17dbfe 100644
--- a/inputmethod/fcitx5-table-extra/Makefile
+++ b/inputmethod/fcitx5-table-extra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:45:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-table-extra-5.0.2
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@ HOMEPAGE= https://download.fcitx-im.org/fcitx5/fcitx5-table-extra/
COMMENT= Extra Chinese table for Fcitx5
LICENSE= gnu-gpl-v2
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
DEPENDS+= fcitx5-[0-9]*:../../inputmethod/fcitx5
DEPENDS+= libime-[0-9]*:../../inputmethod/libime
diff --git a/inputmethod/fcitx5-table-other/Makefile b/inputmethod/fcitx5-table-other/Makefile
index c0b15d042c1..94fc3887660 100644
--- a/inputmethod/fcitx5-table-other/Makefile
+++ b/inputmethod/fcitx5-table-other/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:47:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-table-other-5.0.3
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@ HOMEPAGE= https://download.fcitx-im.org/fcitx5/fcitx5-table-other/
COMMENT= Non-Chinese tables for Fcitx5
LICENSE= gnu-gpl-v3
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
DEPENDS+= fcitx5-[0-9]*:../../inputmethod/fcitx5
DEPENDS+= libime-[0-9]*:../../inputmethod/libime
diff --git a/inputmethod/fcitx5-unikey/Makefile b/inputmethod/fcitx5-unikey/Makefile
index 9b90ad46e71..e039d98783e 100644
--- a/inputmethod/fcitx5-unikey/Makefile
+++ b/inputmethod/fcitx5-unikey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:49:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-unikey-5.0.3
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-unikey
COMMENT= Unikey Vietnamese input method engine for Fcitx5
LICENSE= gnu-gpl-v3
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff --git a/inputmethod/fcitx5-zhuyin/Makefile b/inputmethod/fcitx5-zhuyin/Makefile
index 5f5c666adcc..92d1a17b793 100644
--- a/inputmethod/fcitx5-zhuyin/Makefile
+++ b/inputmethod/fcitx5-zhuyin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-zhuyin-5.0.3
CATEGORIES= inputmethod
@@ -10,8 +10,6 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-zhuyin
COMMENT= Libzhuyin Wrapper for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
-
DISTFILES+= ${DEFAULT_DISTFILES}
MOREDISTFILES+= model.text.20161206.tar.gz
.for f in ${MOREDISTFILES}
@@ -20,6 +18,8 @@ SITES.${f}= https://download.fcitx-im.org/data/
.endfor
EXTRACT_ONLY= ${DEFAULT_DISTFILES}
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++