pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/konqueror



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Feb 14 10:58:01 UTC 2024

Modified Files:
        pkgsrc/www/konqueror: Makefile

Log Message:
konqueror: allow use of particular hunspell dictionaries


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/konqueror/Makefile

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

Modified files:

Index: pkgsrc/www/konqueror/Makefile
diff -u pkgsrc/www/konqueror/Makefile:1.8 pkgsrc/www/konqueror/Makefile:1.9
--- pkgsrc/www/konqueror/Makefile:1.8   Wed Feb 14 10:12:48 2024
+++ pkgsrc/www/konqueror/Makefile       Wed Feb 14 10:58:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/02/14 10:12:48 markd Exp $
+# $NetBSD: Makefile,v 1.9 2024/02/14 10:58:01 markd Exp $
 
 DISTNAME=      konqueror-${KAPPSVER}
 CATEGORIES=    www
@@ -41,6 +41,14 @@ CONF_FILES+= ${PREFIX}/share/examples/kd
 CONF_FILES+=   ${PREFIX}/share/examples/kde-xdg/useragenttemplatesrc \
                ${PKG_SYSCONFDIR}/xdg/useragenttemplatesrc
 
+# list of hunspell dictionaries to support
+# eg.   en_US en_GB en_NZ
+KONQ_DICTS?=
+.for dict in ${KONQ_DICTS}
+DEPENDS+=              hunspell-${dict}-[0-9]*:../../textproc/hunspell-${dict}
+GENERATE_PLIST+=       ${ECHO} share/konqueror/webengine_dictionaries/${dict}.bdic;
+.endfor
+
 .include "../../devel/kcmutils/buildlink3.mk"
 .include "../../devel/kdoctools/buildlink3.mk"
 .include "../../devel/kparts/buildlink3.mk"



Home | Main Index | Thread Index | Old Index