pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/fcitx5-configtool inputmethod/fcitx5-confi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a256e2653db9
branches: trunk
changeset: 447179:a256e2653db9
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Feb 17 15:18:12 2021 +0000
description:
inputmethod/fcitx5-configtool: import fcitx5-configtool-5.0.2
Configuration tool for Fcitx5.
diffstat:
inputmethod/fcitx5-configtool/DESCR | 1 +
inputmethod/fcitx5-configtool/Makefile | 39 ++++++++++++++++++++++++++++++++++
inputmethod/fcitx5-configtool/PLIST | 30 ++++++++++++++++++++++++++
inputmethod/fcitx5-configtool/distinfo | 6 +++++
4 files changed, 76 insertions(+), 0 deletions(-)
diffs (92 lines):
diff -r 147e2b3add44 -r a256e2653db9 inputmethod/fcitx5-configtool/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx5-configtool/DESCR Wed Feb 17 15:18:12 2021 +0000
@@ -0,0 +1,1 @@
+Configuration tool for Fcitx5.
diff -r 147e2b3add44 -r a256e2653db9 inputmethod/fcitx5-configtool/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx5-configtool/Makefile Wed Feb 17 15:18:12 2021 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2021/02/17 15:18:12 ryoon Exp $
+
+DISTNAME= fcitx5-configtool-5.0.2
+CATEGORIES= inputmethod
+MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-configtool/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= ryoon%NetBSD.org@localhost
+HOMEPAGE= https://github.com/fcitx/fcitx5-configtool
+COMMENT= Config tool for fcitx5
+LICENSE= gnu-gpl-v2
+
+USE_CMAKE= yes
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+
+OBJDIR= ${WRKDIR}/build
+CONFIGURE_DIRS= ${OBJDIR}
+CMAKE_ARG_PATH= ${WRKSRC}
+
+CMAKE_ARGS+= -DENABLE_KCM=off
+
+pre-configure:
+ ${MKDIR} ${WRKDIR}/build
+
+#.include "../../devel/kcoreaddons/buildlink3.mk"
+#.include "../../devel/kdeclarative/buildlink3.mk"
+#.include "../../devel/ki18n/buildlink3.mk"
+#.include "../../devel/kpackage/buildlink3.mk"
+.include "../../inputmethod/fcitx5-qt/buildlink3.mk"
+.include "../../textproc/iso-codes/buildlink3.mk"
+#.include "../../x11/kirigami2/buildlink3.mk"
+.include "../../x11/kitemviews/buildlink3.mk"
+.include "../../x11/kwidgetsaddons/buildlink3.mk"
+.include "../../x11/libxkbfile/buildlink3.mk"
+#.include "../../x11/qt5-qtquickcontrols2/buildlink3.mk"
+.include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../x11/xkeyboard-config/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 147e2b3add44 -r a256e2653db9 inputmethod/fcitx5-configtool/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx5-configtool/PLIST Wed Feb 17 15:18:12 2021 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/17 15:18:12 ryoon Exp $
+bin/fcitx5-config-qt
+bin/fcitx5-migrator
+bin/kbd-layout-viewer5
+lib/libFcitx5Migrator.so
+lib/libFcitx5Migrator.so.5
+lib/libFcitx5Migrator.so.${PKGVERSION}
+share/applications/kbd-layout-viewer5.desktop
+share/locale/ca/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/ca/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
+share/locale/da/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/da/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
+share/locale/de/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/de/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
+share/locale/he/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/he/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
+share/locale/ja/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/ja/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
+share/locale/ko/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/ko/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
+share/locale/ru/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/ru/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
+share/locale/tr/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/tr/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
+share/locale/vi/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/vi/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
+share/locale/zh_CN/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/zh_CN/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
+share/locale/zh_TW/LC_MESSAGES/fcitx5-configtool.mo
+share/locale/zh_TW/LC_MESSAGES/org.fcitx.fcitx5.kcm.mo
diff -r 147e2b3add44 -r a256e2653db9 inputmethod/fcitx5-configtool/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx5-configtool/distinfo Wed Feb 17 15:18:12 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/17 15:18:12 ryoon Exp $
+
+SHA1 (fcitx5-configtool-5.0.2.tar.xz) = 479ea9a81146378f59816d200f1c5fe2cf33aa50
+RMD160 (fcitx5-configtool-5.0.2.tar.xz) = 99bafadad416970902b0e492e0d3b71363d12ba9
+SHA512 (fcitx5-configtool-5.0.2.tar.xz) = 15ed22788112ccdccd10e7de0db21ed9fd5dcdc050f467a801a053570674e3dc0d4ee0b081b8e0f470dafac1310d884114e4a1b8bde638371c275f1610dac486
+Size (fcitx5-configtool-5.0.2.tar.xz) = 98716 bytes
Home |
Main Index |
Thread Index |
Old Index