pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod fcitx5: Set build time dependency to extra...
details: https://anonhg.NetBSD.org/pkgsrc/rev/00cc1bc877e8
branches: trunk
changeset: 448009:00cc1bc877e8
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Mar 02 13:24:53 2021 +0000
description:
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:
inputmethod/fcitx5-anthy/Makefile | 4 ++--
inputmethod/fcitx5-chewing/Makefile | 4 ++--
inputmethod/fcitx5-chinese-addons/Makefile | 4 +++-
inputmethod/fcitx5-gtk/Makefile | 4 +++-
inputmethod/fcitx5-hangul/Makefile | 4 ++--
inputmethod/fcitx5-libthai/Makefile | 4 ++--
inputmethod/fcitx5-lua/Makefile | 4 ++--
inputmethod/fcitx5-m17n/Makefile | 4 ++--
inputmethod/fcitx5-qt/Makefile | 4 ++--
inputmethod/fcitx5-rime/Makefile | 4 ++--
inputmethod/fcitx5-sayura/Makefile | 4 ++--
inputmethod/fcitx5-skk/Makefile | 4 +++-
inputmethod/fcitx5-table-extra/Makefile | 4 +++-
inputmethod/fcitx5-table-other/Makefile | 4 +++-
inputmethod/fcitx5-unikey/Makefile | 4 +++-
inputmethod/fcitx5-zhuyin/Makefile | 6 +++---
16 files changed, 39 insertions(+), 27 deletions(-)
diffs (298 lines):
diff -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-anthy/Makefile
--- a/inputmethod/fcitx5-anthy/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-anthy/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-chewing/Makefile
--- a/inputmethod/fcitx5-chewing/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-chewing/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-chinese-addons/Makefile
--- a/inputmethod/fcitx5-chinese-addons/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-chinese-addons/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
.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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-gtk/Makefile
--- a/inputmethod/fcitx5-gtk/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-gtk/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-hangul/Makefile
--- a/inputmethod/fcitx5-hangul/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-hangul/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-libthai/Makefile
--- a/inputmethod/fcitx5-libthai/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-libthai/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-lua/Makefile
--- a/inputmethod/fcitx5-lua/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-lua/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-m17n/Makefile
--- a/inputmethod/fcitx5-m17n/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-m17n/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-qt/Makefile
--- a/inputmethod/fcitx5-qt/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-qt/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-rime/Makefile
--- a/inputmethod/fcitx5-rime/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-rime/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-sayura/Makefile
--- a/inputmethod/fcitx5-sayura/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-sayura/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-skk/Makefile
--- a/inputmethod/fcitx5-skk/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-skk/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-table-extra/Makefile
--- a/inputmethod/fcitx5-table-extra/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-table-extra/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-table-other/Makefile
--- a/inputmethod/fcitx5-table-other/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-table-other/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-unikey/Makefile
--- a/inputmethod/fcitx5-unikey/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-unikey/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 -r a2599ecfa195 -r 00cc1bc877e8 inputmethod/fcitx5-zhuyin/Makefile
--- a/inputmethod/fcitx5-zhuyin/Makefile Tue Mar 02 13:16:59 2021 +0000
+++ b/inputmethod/fcitx5-zhuyin/Makefile Tue Mar 02 13:24:53 2021 +0000
@@ -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 @@
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 @@
.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++
Home |
Main Index |
Thread Index |
Old Index