pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/fcitx5-qt



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Feb 10 12:12:11 UTC 2024

Modified Files:
        pkgsrc/inputmethod/fcitx5-qt: DESCR Makefile PLIST distinfo

Log Message:
inputmethod/fcitx5-qt: Update to 5.1.4

Changelog:
Bugfixes.
Cleanups.
Update translations.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-qt/DESCR \
    pkgsrc/inputmethod/fcitx5-qt/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/fcitx5-qt/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/fcitx5-qt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/fcitx5-qt/DESCR
diff -u pkgsrc/inputmethod/fcitx5-qt/DESCR:1.1 pkgsrc/inputmethod/fcitx5-qt/DESCR:1.2
--- pkgsrc/inputmethod/fcitx5-qt/DESCR:1.1      Wed Feb 17 15:23:49 2021
+++ pkgsrc/inputmethod/fcitx5-qt/DESCR  Sat Feb 10 12:12:10 2024
@@ -1 +1 @@
-Qt5 library and IM module for fcitx5
+Qt library and IM module for fcitx5
Index: pkgsrc/inputmethod/fcitx5-qt/PLIST
diff -u pkgsrc/inputmethod/fcitx5-qt/PLIST:1.1 pkgsrc/inputmethod/fcitx5-qt/PLIST:1.2
--- pkgsrc/inputmethod/fcitx5-qt/PLIST:1.1      Wed Feb 17 15:23:49 2021
+++ pkgsrc/inputmethod/fcitx5-qt/PLIST  Sat Feb 10 12:12:11 2024
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/17 15:23:49 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/02/10 12:12:11 ryoon Exp $
+bin/fcitx5-qt5-immodule-probing
 include/Fcitx5Qt5/Fcitx5Qt5DBusAddons/fcitx5qt5dbusaddons_export.h
 include/Fcitx5Qt5/Fcitx5Qt5DBusAddons/fcitxqtcontrollerproxy.h
 include/Fcitx5Qt5/Fcitx5Qt5DBusAddons/fcitxqtdbustypes.h
@@ -21,7 +22,6 @@ lib/cmake/Fcitx5Qt5WidgetsAddons/Fcitx5Q
 lib/cmake/Fcitx5Qt5WidgetsAddons/Fcitx5Qt5WidgetsAddonsConfigVersion.cmake
 lib/cmake/Fcitx5Qt5WidgetsAddons/Fcitx5Qt5WidgetsAddonsTargets-noconfig.cmake
 lib/cmake/Fcitx5Qt5WidgetsAddons/Fcitx5Qt5WidgetsAddonsTargets.cmake
-lib/fcitx5/qt5/libfcitx-quickphrase-editor5.so
 lib/libFcitx5Qt5DBusAddons.so
 lib/libFcitx5Qt5DBusAddons.so.1
 lib/libFcitx5Qt5DBusAddons.so.${PKGVERSION}
@@ -30,6 +30,7 @@ lib/libFcitx5Qt5WidgetsAddons.so.2
 lib/libFcitx5Qt5WidgetsAddons.so.${PKGVERSION}
 libexec/fcitx5-qt5-gui-wrapper
 qt5/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so
+share/applications/org.fcitx.fcitx5-qt5-gui-wrapper.desktop
 share/locale/ca/LC_MESSAGES/fcitx5-qt.mo
 share/locale/da/LC_MESSAGES/fcitx5-qt.mo
 share/locale/de/LC_MESSAGES/fcitx5-qt.mo

Index: pkgsrc/inputmethod/fcitx5-qt/Makefile
diff -u pkgsrc/inputmethod/fcitx5-qt/Makefile:1.16 pkgsrc/inputmethod/fcitx5-qt/Makefile:1.17
--- pkgsrc/inputmethod/fcitx5-qt/Makefile:1.16  Sun Nov 12 13:22:25 2023
+++ pkgsrc/inputmethod/fcitx5-qt/Makefile       Sat Feb 10 12:12:10 2024
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.16 2023/11/12 13:22:25 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/02/10 12:12:10 ryoon Exp $
 
-DISTNAME=      fcitx5-qt-5.0.3
-PKGREVISION=   11
+DISTNAME=      fcitx5-qt-5.1.4
 CATEGORIES=    inputmethod
 MASTER_SITES=  https://download.fcitx-im.org/fcitx5/fcitx5-qt/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://download.fcitx-im.org/fcitx5/fcitx5-qt/
-COMMENT=       Qt5 library and IM module for fcitx5
+COMMENT=       Qt library and IM module for fcitx5
 LICENSE=       gnu-lgpl-v2.1
 
 TOOL_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
 
-USE_CMAKE=             yes
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++
 
 CMAKE_ARGS+=           -DENABLE_QT4=off
+CMAKE_ARGS+=           -DENABLE_QT5=on
 CMAKE_ARGS+=           -DENABLE_QT6=off
 
+.include "../../devel/cmake/build.mk"
 .include "../../inputmethod/fcitx5/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/inputmethod/fcitx5-qt/distinfo
diff -u pkgsrc/inputmethod/fcitx5-qt/distinfo:1.4 pkgsrc/inputmethod/fcitx5-qt/distinfo:1.5
--- pkgsrc/inputmethod/fcitx5-qt/distinfo:1.4   Tue Oct 26 10:49:32 2021
+++ pkgsrc/inputmethod/fcitx5-qt/distinfo       Sat Feb 10 12:12:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:49:32 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/02/10 12:12:11 ryoon Exp $
 
-BLAKE2s (fcitx5-qt-5.0.3.tar.xz) = 754e7628b08395a510b3c760056b00435eb9a71ce3b74b69984b917ddcbfbed6
-SHA512 (fcitx5-qt-5.0.3.tar.xz) = 993d5ad7cd698c2f8f966f933c50fdbc8517389273afc4fd656f71755a05534b859a7b13682f966581170d8c51f4574538f8277f3507aa8f83c4091e7e95687b
-Size (fcitx5-qt-5.0.3.tar.xz) = 81240 bytes
+BLAKE2s (fcitx5-qt-5.1.4.tar.xz) = 30f5667c8f53910bede9c753392c1981fda596b0775f628275a75f0239ed008c
+SHA512 (fcitx5-qt-5.1.4.tar.xz) = 942999327415e3d4195c18c2fb02e12a313e3a2cf1dd1e32d0e6a7a98b625bcc1b3a7278934bb583a029dee43a271dba9bac75face42729249557f60e1146adf
+Size (fcitx5-qt-5.1.4.tar.xz) = 92880 bytes



Home | Main Index | Thread Index | Old Index