pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/fcitx



Module Name:    pkgsrc
Committed By:   kamil
Date:           Mon Oct 28 09:46:19 UTC 2019

Modified Files:
        pkgsrc/inputmethod/fcitx: Makefile
Removed Files:
        pkgsrc/inputmethod/fcitx: options.mk

Log Message:
fcitx: Remove the qt (qt4) build option (it was disabled by default)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/inputmethod/fcitx/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/inputmethod/fcitx/options.mk

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

Modified files:

Index: pkgsrc/inputmethod/fcitx/Makefile
diff -u pkgsrc/inputmethod/fcitx/Makefile:1.20 pkgsrc/inputmethod/fcitx/Makefile:1.21
--- pkgsrc/inputmethod/fcitx/Makefile:1.20      Sun Jul 21 22:25:08 2019
+++ pkgsrc/inputmethod/fcitx/Makefile   Mon Oct 28 09:46:18 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2019/07/21 22:25:08 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/10/28 09:46:18 kamil Exp $
 #
 
 DISTNAME=              fcitx-4.2.9.6
-PKGREVISION=           5
+PKGREVISION=           6
 CATEGORIES=            inputmethod
 MASTER_SITES=          https://download.fcitx-im.org/fcitx/
 EXTRACT_SUFX=          .tar.xz
@@ -17,8 +17,6 @@ DATAFILES+=           table.tar.gz
 
 EXTRACT_ONLY=          ${DEFAULT_DISTFILES}
 
-.include "options.mk"
-
 .for f in ${DATAFILES}
 SITES.${f}=            https://download.fcitx-im.org/data/
 DISTFILES+=            ${f}
@@ -42,6 +40,9 @@ CMAKE_ARGS+=          -DENABLE_PRESAGE=OFF
 CMAKE_ARGS+=           -DENABLE_GIR=OFF
 CMAKE_ARGS+=           -DENABLE_GTK2_IM_MODULE=ON
 CMAKE_ARGS+=           -DENABLE_GTK3_IM_MODULE=ON
+CMAKE_ARGS+=           -DENABLE_QT=OFF
+CMAKE_ARGS+=           -DENABLE_QT_IM_MODULE=OFF
+CMAKE_ARGS+=           -DENABLE_QT_GUI=OFF
 
 BUILDLINK_DEPMETHOD.libXt?=    build
 



Home | Main Index | Thread Index | Old Index