pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod (inputmethod/fcitx5-*) +DEPENDS+= extra-c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbfe0acec701
branches: trunk
changeset: 447992:cbfe0acec701
user: mef <mef%pkgsrc.org@localhost>
date: Tue Mar 02 03:04:22 2021 +0000
description:
(inputmethod/fcitx5-*) +DEPENDS+= extra-cmake-modules, correct me for better fix
diffstat:
inputmethod/fcitx5-anthy/Makefile | 4 +++-
inputmethod/fcitx5-chewing/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 | 3 ++-
inputmethod/fcitx5-sayura/Makefile | 4 +++-
inputmethod/fcitx5-zhuyin/Makefile | 4 +++-
10 files changed, 29 insertions(+), 10 deletions(-)
diffs (179 lines):
diff -r f957cbc51139 -r cbfe0acec701 inputmethod/fcitx5-anthy/Makefile
--- a/inputmethod/fcitx5-anthy/Makefile Tue Mar 02 02:53:59 2021 +0000
+++ b/inputmethod/fcitx5-anthy/Makefile Tue Mar 02 03:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 20:03:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:22 mef Exp $
DISTNAME= fcitx5-anthy-5.0.3
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@
COMMENT= Anthy Japanese inputmethod for Fcitx5
LICENSE= gnu-gpl-v2
+DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff -r f957cbc51139 -r cbfe0acec701 inputmethod/fcitx5-chewing/Makefile
--- a/inputmethod/fcitx5-chewing/Makefile Tue Mar 02 02:53:59 2021 +0000
+++ b/inputmethod/fcitx5-chewing/Makefile Tue Mar 02 03:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 20:05:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:23 mef Exp $
DISTNAME= fcitx5-chewing-5.0.4
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@
COMMENT= Chewing engine for Fcitx5
LICENSE= gnu-gpl-v2
+DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff -r f957cbc51139 -r cbfe0acec701 inputmethod/fcitx5-hangul/Makefile
--- a/inputmethod/fcitx5-hangul/Makefile Tue Mar 02 02:53:59 2021 +0000
+++ b/inputmethod/fcitx5-hangul/Makefile Tue Mar 02 03:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:31:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
DISTNAME= fcitx5-hangul-5.0.2
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@
COMMENT= Hangul Wrapper for Fcitx5
LICENSE= gnu-gpl-v2
+DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff -r f957cbc51139 -r cbfe0acec701 inputmethod/fcitx5-libthai/Makefile
--- a/inputmethod/fcitx5-libthai/Makefile Tue Mar 02 02:53:59 2021 +0000
+++ b/inputmethod/fcitx5-libthai/Makefile Tue Mar 02 03:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:38:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
DISTNAME= fcitx5-libthai-5.0.2
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@
COMMENT= Thai language input method for Fcitx5
LICENSE= gnu-gpl-v2
+DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff -r f957cbc51139 -r cbfe0acec701 inputmethod/fcitx5-lua/Makefile
--- a/inputmethod/fcitx5-lua/Makefile Tue Mar 02 02:53:59 2021 +0000
+++ b/inputmethod/fcitx5-lua/Makefile Tue Mar 02 03:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 19:40:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:23 mef Exp $
DISTNAME= fcitx5-lua-5.0.3
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@
COMMENT= Lua support for fcitx5
LICENSE= gnu-lgpl-v2.1
+DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff -r f957cbc51139 -r cbfe0acec701 inputmethod/fcitx5-m17n/Makefile
--- a/inputmethod/fcitx5-m17n/Makefile Tue Mar 02 02:53:59 2021 +0000
+++ b/inputmethod/fcitx5-m17n/Makefile Tue Mar 02 03:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:41:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
DISTNAME= fcitx5-m17n-5.0.3
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@
COMMENT= Wrapper library of m17n for Fcitx5
LICENSE= gnu-lgpl-v2.1
+DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff -r f957cbc51139 -r cbfe0acec701 inputmethod/fcitx5-qt/Makefile
--- a/inputmethod/fcitx5-qt/Makefile Tue Mar 02 02:53:59 2021 +0000
+++ b/inputmethod/fcitx5-qt/Makefile Tue Mar 02 03:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 19:37:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:23 mef Exp $
DISTNAME= fcitx5-qt-5.0.3
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@
COMMENT= Qt5 library and IM module for fcitx5
LICENSE= gnu-lgpl-v2.1
+DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff -r f957cbc51139 -r cbfe0acec701 inputmethod/fcitx5-rime/Makefile
--- a/inputmethod/fcitx5-rime/Makefile Tue Mar 02 02:53:59 2021 +0000
+++ b/inputmethod/fcitx5-rime/Makefile Tue Mar 02 03:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:17:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
DISTNAME= fcitx5-rime-5.0.4
CATEGORIES= inputmethod
@@ -11,6 +11,7 @@
LICENSE= gnu-lgpl-v2.1
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 f957cbc51139 -r cbfe0acec701 inputmethod/fcitx5-sayura/Makefile
--- a/inputmethod/fcitx5-sayura/Makefile Tue Mar 02 02:53:59 2021 +0000
+++ b/inputmethod/fcitx5-sayura/Makefile Tue Mar 02 03:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:43:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
DISTNAME= fcitx5-sayura-5.0.2
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@
COMMENT= Sinhala input method for Fcitx5
LICENSE= gnu-gpl-v2
+DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
diff -r f957cbc51139 -r cbfe0acec701 inputmethod/fcitx5-zhuyin/Makefile
--- a/inputmethod/fcitx5-zhuyin/Makefile Tue Mar 02 02:53:59 2021 +0000
+++ b/inputmethod/fcitx5-zhuyin/Makefile Tue Mar 02 03:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:52:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
DISTNAME= fcitx5-zhuyin-5.0.3
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@
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}
Home |
Main Index |
Thread Index |
Old Index