svn commit: r561941 - head/textproc/fcitx5-configtool
Guangyuan Yang
ygy at FreeBSD.org
Mon Jan 18 16:55:21 UTC 2021
Author: ygy (doc committer)
Date: Mon Jan 18 16:55:20 2021
New Revision: 561941
URL: https://svnweb.freebsd.org/changeset/ports/561941
Log:
textproc/fcitx5-configtool: Update to 5.0.2
Now requires exact version of textproc/fcitx5 and textproc/fcitx5-qt to build.
Submitted by: Ka Ho Ng <khng300 at gmail.com> (maintainer)
Sponsored by: FreeBSD Foundation
Approved by: lwhsu
Differential Revision: https://reviews.freebsd.org/D28113
Modified:
head/textproc/fcitx5-configtool/Makefile
head/textproc/fcitx5-configtool/distinfo
head/textproc/fcitx5-configtool/pkg-plist
Modified: head/textproc/fcitx5-configtool/Makefile
==============================================================================
--- head/textproc/fcitx5-configtool/Makefile Mon Jan 18 16:54:52 2021 (r561940)
+++ head/textproc/fcitx5-configtool/Makefile Mon Jan 18 16:55:20 2021 (r561941)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fcitx5-configtool
-DISTVERSION= 5.0.1-20
+DISTVERSION= 5.0.2
CATEGORIES= textproc x11
MAINTAINER= khng300 at gmail.com
@@ -11,7 +11,9 @@ COMMENT= Fcitx5 IM framework configuration tool
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
-BUILD_DEPENDS= iso-codes>=0:misc/iso-codes
+BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \
+ fcitx5=5.0.4:textproc/fcitx5 \
+ fcitx5-qt=5.0.2:textproc/fcitx5-qt
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
libFcitx5Core.so:textproc/fcitx5 \
libFcitx5Qt5DBusAddons.so:textproc/fcitx5-qt
@@ -20,9 +22,10 @@ RUN_DEPENDS= xkeyboard-config>=0:x11/xkeyboard-config
USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig qt:5 xorg
+PLIST_SUB= VER=${PORTVERSION}
+
USE_GITHUB= yes
GH_ACCOUNT= fcitx
-GH_TAGNAME= b4fbd81
USE_KDE= ecm coreaddons kdeclarative i18n itemviews kirigami2 package widgetsaddons
USE_QT= concurrent core gui quickcontrols2 widgets x11extras buildtools_build qmake_build
Modified: head/textproc/fcitx5-configtool/distinfo
==============================================================================
--- head/textproc/fcitx5-configtool/distinfo Mon Jan 18 16:54:52 2021 (r561940)
+++ head/textproc/fcitx5-configtool/distinfo Mon Jan 18 16:55:20 2021 (r561941)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608287204
-SHA256 (fcitx-fcitx5-configtool-5.0.1-20-b4fbd81_GH0.tar.gz) = d9699d05c1d8cfdb864c7040d3300394efa2ceb1159063a41a323e07d46e4d09
-SIZE (fcitx-fcitx5-configtool-5.0.1-20-b4fbd81_GH0.tar.gz) = 130607
+TIMESTAMP = 1610441324
+SHA256 (fcitx-fcitx5-configtool-5.0.2_GH0.tar.gz) = c730a0282c03bb0b976a16d6be01caf8cad34a752a421f1e0f1fe5bfba7591c2
+SIZE (fcitx-fcitx5-configtool-5.0.2_GH0.tar.gz) = 132894
Modified: head/textproc/fcitx5-configtool/pkg-plist
==============================================================================
--- head/textproc/fcitx5-configtool/pkg-plist Mon Jan 18 16:54:52 2021 (r561940)
+++ head/textproc/fcitx5-configtool/pkg-plist Mon Jan 18 16:55:20 2021 (r561941)
@@ -3,7 +3,7 @@ bin/fcitx5-migrator
bin/kbd-layout-viewer5
lib/libFcitx5Migrator.so
lib/libFcitx5Migrator.so.5
-lib/libFcitx5Migrator.so.5.0.1
+lib/libFcitx5Migrator.so.%%VER%%
%%QT_PLUGINDIR%%/kcms/kcm_fcitx5.so
share/applications/kbd-layout-viewer5.desktop
share/kpackage/kcms/org.fcitx.fcitx5.kcm/contents/ui/AddIMPage.qml
More information about the svn-ports-head
mailing list