Sat Apr 25 01:43:21 2020 UTC ()
lxqt-config: add new package, version 0.14.1

System configuration control center for LXQt. (Packaged in wip by pin@,
additional changes by myself.)


(gutteridge)
diff -r1.889 -r1.890 pkgsrc/x11/Makefile
diff -r0 -r1.1 pkgsrc/x11/lxqt-config/DESCR
diff -r0 -r1.1 pkgsrc/x11/lxqt-config/Makefile
diff -r0 -r1.1 pkgsrc/x11/lxqt-config/PLIST
diff -r0 -r1.1 pkgsrc/x11/lxqt-config/distinfo
diff -r0 -r1.1 pkgsrc/x11/lxqt-config/patches/patch-lxqt-config-input_keyboardlayoutconfig.h

cvs diff -r1.889 -r1.890 pkgsrc/x11/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/Makefile 2020/04/25 01:34:53 1.889
+++ pkgsrc/x11/Makefile 2020/04/25 01:43:21 1.890
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.889 2020/04/25 01:34:53 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.890 2020/04/25 01:43:21 gutteridge Exp $
2# 2#
3 3
4COMMENT= Packages to support the X window system 4COMMENT= Packages to support the X window system
5 5
6SUBDIR+= 9term 6SUBDIR+= 9term
7SUBDIR+= XaoS 7SUBDIR+= XaoS
8SUBDIR+= Xaw-Xpm 8SUBDIR+= Xaw-Xpm
9SUBDIR+= Xbae 9SUBDIR+= Xbae
10SUBDIR+= Xfixes 10SUBDIR+= Xfixes
11SUBDIR+= XmHTML 11SUBDIR+= XmHTML
12SUBDIR+= Xrender 12SUBDIR+= Xrender
13SUBDIR+= antiright 13SUBDIR+= antiright
14SUBDIR+= appmenu-qt 14SUBDIR+= appmenu-qt
@@ -250,26 +250,27 @@ SUBDIR+= libxfce4gui @@ -250,26 +250,27 @@ SUBDIR+= libxfce4gui
250SUBDIR+= libxfce4ui 250SUBDIR+= libxfce4ui
251SUBDIR+= libxfce4util 251SUBDIR+= libxfce4util
252SUBDIR+= libxkbcommon 252SUBDIR+= libxkbcommon
253SUBDIR+= libxkbfile 253SUBDIR+= libxkbfile
254SUBDIR+= libxklavier 254SUBDIR+= libxklavier
255SUBDIR+= libxshmfence 255SUBDIR+= libxshmfence
256SUBDIR+= listres 256SUBDIR+= listres
257SUBDIR+= lua-keybinder 257SUBDIR+= lua-keybinder
258SUBDIR+= luit 258SUBDIR+= luit
259SUBDIR+= lxappearance 259SUBDIR+= lxappearance
260SUBDIR+= lxde-common 260SUBDIR+= lxde-common
261SUBDIR+= lxinput 261SUBDIR+= lxinput
262SUBDIR+= lxlauncher 262SUBDIR+= lxlauncher
 263SUBDIR+= lxqt-config
263SUBDIR+= lxqt-globalkeys 264SUBDIR+= lxqt-globalkeys
264SUBDIR+= lxqt-qtplugin 265SUBDIR+= lxqt-qtplugin
265SUBDIR+= lxqt-session 266SUBDIR+= lxqt-session
266SUBDIR+= lxrandr 267SUBDIR+= lxrandr
267SUBDIR+= lxsession 268SUBDIR+= lxsession
268SUBDIR+= lxterminal 269SUBDIR+= lxterminal
269SUBDIR+= maim 270SUBDIR+= maim
270SUBDIR+= matchbox-common 271SUBDIR+= matchbox-common
271SUBDIR+= matchbox-desktop 272SUBDIR+= matchbox-desktop
272SUBDIR+= matchbox-nest 273SUBDIR+= matchbox-nest
273SUBDIR+= matchbox-panel 274SUBDIR+= matchbox-panel
274SUBDIR+= matchbox-panel-manager 275SUBDIR+= matchbox-panel-manager
275SUBDIR+= matchbox-themes-extra 276SUBDIR+= matchbox-themes-extra

File Added: pkgsrc/x11/lxqt-config/DESCR
System configuration control center for LXQt.

File Added: pkgsrc/x11/lxqt-config/Makefile
# $NetBSD: Makefile,v 1.1 2020/04/25 01:43:21 gutteridge Exp $

DISTNAME=	lxqt-config-0.14.1
CATEGORIES=	x11
MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-config/0.14.1/
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	System configuration control center
HOMEPAGE=	https://lxqt.org/
LICENSE=	gnu-lgpl-v2.1

USE_CMAKE=	yes
USE_TOOLS+=	pkg-config
USE_LANGUAGES=	c c++

CONFIGURE_DIRS=	build
CMAKE_ARG_PATH=	..

CMAKE_ARGS+=	-DWITH_INPUT=OFF

LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib/lxqt-config \
		-L${PREFIX}/lib/lxqt-config/

.include "../../mk/bsd.prefs.mk"

# NetBSD base X11 places xkb config files in a non-standard location
.if ${OPSYS} == "NetBSD" && ${X11_TYPE} != "modular"
XKBSUB=	lib
.else
XKBSUB=	share
.endif

SUBST_CLASSES+=		prefix
SUBST_MESSAGE.prefix=	Fixing paths.
SUBST_STAGE.prefix=	pre-configure
SUBST_FILES.prefix=	lxqt-config-input/keyboardlayoutconfig.h
SUBST_VARS.prefix=	X11BASE
SUBST_VARS.prefix+=	XKBSUB

pre-configure:
	${MKDIR} -p ${WRKSRC}/build

TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
DEPENDS+=	lxqt-themes-[0-9]*:../../wip/lxqt-themes

.include "../../x11/qt5-qtsvg/buildlink3.mk"
.include "../../x11/libXcursor/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/liblxqt/buildlink3.mk"
.include "../../wip/libkscreen/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/x11/lxqt-config/PLIST
@comment $NetBSD: PLIST,v 1.1 2020/04/25 01:43:21 gutteridge Exp $
bin/lxqt-config
bin/lxqt-config-appearance
bin/lxqt-config-brightness
bin/lxqt-config-file-associations
bin/lxqt-config-locale
bin/lxqt-config-monitor
lib/lxqt-config/liblxqt-config-cursor.so
man/man1/lxqt-config-appearance.1
man/man1/lxqt-config-mouse.1
man/man1/lxqt-config.1
share/applications/lxqt-config-appearance.desktop
share/applications/lxqt-config-brightness.desktop
share/applications/lxqt-config-file-associations.desktop
share/applications/lxqt-config-locale.desktop
share/applications/lxqt-config-monitor.desktop
share/applications/lxqt-config.desktop
share/examples/lxqt/xdg/menus/lxqt-config.menu
share/icons/hicolor/48x48/apps/brightnesssettings.svg
share/lxqt/icons/monitor.svg
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ar.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ca.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_cs.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_cy.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_da.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_de.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_el.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_en_GB.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_eo.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_es.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_es_VE.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_eu.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_fi.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_fr.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_gl.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_he.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_hu.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ia.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_id.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_it.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ja.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ko.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_lt.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_nb_NO.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_nl.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_pl.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_pt.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_pt_BR.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ro_RO.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ru.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sk.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sl.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sr@latin.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sr_BA.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sr_RS.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_th_TH.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_tr.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_uk.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_zh_CN.qm
share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_zh_TW.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ar.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ca.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_cs.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_cy.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_da.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_de.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_el.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_en_GB.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_es.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_fr.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_gl.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_he.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_hu.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_id.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_it.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ja.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_lt.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_lv.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_nb_NO.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_nl.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_pl.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_pt.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ru.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_tr.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_uk.qm
share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_zh_CN.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ar.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ca.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_cs.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_cy.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_da.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_de.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_el.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_en_GB.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_eo.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_es.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_es_VE.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_eu.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_fi.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_fr.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_gl.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_he.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_hu.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_id.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_it.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ja.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_lt.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_lv.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_nb_NO.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_nl.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_pl.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_pt.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_pt_BR.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ro_RO.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ru.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_sl.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_th_TH.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_tr.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_uk.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_zh_CN.qm
share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_zh_TW.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ar.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ca.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_cs.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_cy.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_da.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_de.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_el.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_en_GB.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_es.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_fr.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_gl.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_he.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_hu.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_id.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_it.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ja.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_lt.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_lv.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_nb_NO.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_nl.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_pl.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_pt.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ru.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_tr.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_uk.qm
share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_zh_CN.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ar.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ca.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_cs.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_cy.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_da.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_de.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_el.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_en_GB.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_es.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_fr.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_gl.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_he.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_hu.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_id.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_it.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ja.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_lt.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_lv.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_nb_NO.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_nl.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_pl.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_pt.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ru.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_tr.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_uk.qm
share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_zh_CN.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ar.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ca.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_cs.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_cy.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_da.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_de.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_el.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_en_GB.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_es.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_fr.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_gl.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_he.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_hu.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_id.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_it.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ja.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_lt.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_nb_NO.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_nl.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_pl.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_pt.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ru.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_tr.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_uk.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_zh_CN.qm
share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_zh_TW.qm
share/lxqt/translations/lxqt-config/lxqt-config_ar.qm
share/lxqt/translations/lxqt-config/lxqt-config_ca.qm
share/lxqt/translations/lxqt-config/lxqt-config_cs.qm
share/lxqt/translations/lxqt-config/lxqt-config_cy.qm
share/lxqt/translations/lxqt-config/lxqt-config_da.qm
share/lxqt/translations/lxqt-config/lxqt-config_de.qm
share/lxqt/translations/lxqt-config/lxqt-config_el.qm
share/lxqt/translations/lxqt-config/lxqt-config_en_GB.qm
share/lxqt/translations/lxqt-config/lxqt-config_es.qm
share/lxqt/translations/lxqt-config/lxqt-config_es_VE.qm
share/lxqt/translations/lxqt-config/lxqt-config_eu.qm
share/lxqt/translations/lxqt-config/lxqt-config_fi.qm
share/lxqt/translations/lxqt-config/lxqt-config_fr.qm
share/lxqt/translations/lxqt-config/lxqt-config_gl.qm
share/lxqt/translations/lxqt-config/lxqt-config_he.qm
share/lxqt/translations/lxqt-config/lxqt-config_hu.qm
share/lxqt/translations/lxqt-config/lxqt-config_id.qm
share/lxqt/translations/lxqt-config/lxqt-config_it.qm
share/lxqt/translations/lxqt-config/lxqt-config_ja.qm
share/lxqt/translations/lxqt-config/lxqt-config_lt.qm
share/lxqt/translations/lxqt-config/lxqt-config_lv.qm
share/lxqt/translations/lxqt-config/lxqt-config_nb_NO.qm
share/lxqt/translations/lxqt-config/lxqt-config_nl.qm
share/lxqt/translations/lxqt-config/lxqt-config_pl.qm
share/lxqt/translations/lxqt-config/lxqt-config_pt.qm
share/lxqt/translations/lxqt-config/lxqt-config_pt_BR.qm
share/lxqt/translations/lxqt-config/lxqt-config_ro_RO.qm
share/lxqt/translations/lxqt-config/lxqt-config_ru.qm
share/lxqt/translations/lxqt-config/lxqt-config_th_TH.qm
share/lxqt/translations/lxqt-config/lxqt-config_tr.qm
share/lxqt/translations/lxqt-config/lxqt-config_uk.qm
share/lxqt/translations/lxqt-config/lxqt-config_zh_CN.qm
share/lxqt/translations/lxqt-config/lxqt-config_zh_TW.qm

File Added: pkgsrc/x11/lxqt-config/distinfo
$NetBSD: distinfo,v 1.1 2020/04/25 01:43:21 gutteridge Exp $

SHA1 (lxqt-config-0.14.1.tar.xz) = 8dff03769f0ffc2127755a362f2b638561b38582
RMD160 (lxqt-config-0.14.1.tar.xz) = 3f9cb87548a0758f56d64b5de133b1f48dad41c8
SHA512 (lxqt-config-0.14.1.tar.xz) = 747644f8e0623cb2e8eadda57c7307387423152a089d5b423b06650fbf235371764a26e82363cbee9db5c1145e3fdb754e6ecdcf0930dccec375dda424c8b13f
Size (lxqt-config-0.14.1.tar.xz) = 293304 bytes
SHA1 (patch-lxqt-config-input_keyboardlayoutconfig.h) = ba7ce5b75579f4478fe14a96dd852027f3570a79

File Added: pkgsrc/x11/lxqt-config/patches/patch-lxqt-config-input_keyboardlayoutconfig.h
$NetBSD: patch-lxqt-config-input_keyboardlayoutconfig.h,v 1.1 2020/04/25 01:43:21 gutteridge Exp $

Adjust hard-coded path assumptions to pkgsrc norms.

--- lxqt-config-input/keyboardlayoutconfig.h.orig	2019-02-24 00:16:01.000000000 +0000
+++ lxqt-config-input/keyboardlayoutconfig.h
@@ -22,15 +22,7 @@
 #define KEYBOARDLAYOUTCONFIG_H
 
 #include <QtCore/QtGlobal>
-#ifdef Q_OS_LINUX
-#define XKBD_BASELIST_PATH "/usr/share/X11/xkb/rules/base.lst"
-#elif defined(Q_OS_FREEBSD)
-#define XKBD_BASELIST_PATH "/usr/local/share/X11/xkb/rules/base.lst"
-#elif defined(Q_OS_OPENBSD)
-#define XKBD_BASELIST_PATH "/usr/X11R6/share/X11/xkb/rules/base.lst"
-#else
-#define XKBD_BASELIST_PATH "/usr/local/share/X11/xkb/rules/base.lst"
-#endif
+#define XKBD_BASELIST_PATH "@X11BASE@/@XKBSUB@/X11/xkb/rules/base.lst"
 
 #include <QWidget>
 #include "keyboardlayoutinfo.h"