summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2022-07-13 00:54:14 +0000
committerschmonz <schmonz@pkgsrc.org>2022-07-13 00:54:14 +0000
commit1705168a50cfca200587bb85b50434f13f2e2203 (patch)
tree465f6fdccc4c420fcf9f2cf63f18339e7bc044fd /textproc
parentbefe4c5f23c3d9c32b02325105bfc6883ac3678c (diff)
downloadpkgsrc-1705168a50cfca200587bb85b50434f13f2e2203.tar.gz
Reset PKGREVISION and update PLIST for 4.2, and mollify pkglint.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/highlight/Makefile3
-rw-r--r--textproc/highlight/PLIST3
-rw-r--r--textproc/highlight/options.mk3
3 files changed, 5 insertions, 4 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile
index 65d8913d3ba..8c484c2ffd5 100644
--- a/textproc/highlight/Makefile
+++ b/textproc/highlight/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.35 2022/04/18 19:12:10 adam Exp $
+# $NetBSD: Makefile,v 1.36 2022/07/13 00:54:14 schmonz Exp $
-PKGREVISION= 2
.include "../../textproc/libhighlight/Makefile.common"
MANCOMPRESSED= yes
diff --git a/textproc/highlight/PLIST b/textproc/highlight/PLIST
index 5a2ffa26b15..55693b92b83 100644
--- a/textproc/highlight/PLIST
+++ b/textproc/highlight/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2020/12/18 18:45:08 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/07/13 00:54:14 schmonz Exp $
bin/highlight
${PLIST.x11}bin/highlight-gui
man/man1/highlight.1
@@ -11,5 +11,6 @@ ${PLIST.x11}share/highlight/gui_files/l10n/highlight_de_DE.qm
${PLIST.x11}share/highlight/gui_files/l10n/highlight_es_ES.qm
${PLIST.x11}share/highlight/gui_files/l10n/highlight_fr_FR.qm
${PLIST.x11}share/highlight/gui_files/l10n/highlight_it_IT.qm
+${PLIST.x11}share/highlight/gui_files/l10n/highlight_ja_JP.qm
${PLIST.x11}share/highlight/gui_files/l10n/highlight_zh_CN.qm
${PLIST.x11}share/icons/hicolor/256x256/apps/highlight.png
diff --git a/textproc/highlight/options.mk b/textproc/highlight/options.mk
index e6c34e4c250..a8154113a29 100644
--- a/textproc/highlight/options.mk
+++ b/textproc/highlight/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2018/07/27 07:39:12 schmonz Exp $
+# $NetBSD: options.mk,v 1.4 2022/07/13 00:54:14 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.highlight
PKG_SUPPORTED_OPTIONS= x11
@@ -7,6 +7,7 @@ PKG_SUPPORTED_OPTIONS= x11
PLIST_VARS+= x11
.if !empty(PKG_OPTIONS:Mx11)
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
BUILD_TARGET+= gui
INSTALL_TARGET+= install-gui