Index: head/Mk/Uses/lxqt.mk =================================================================== --- head/Mk/Uses/lxqt.mk (revision 523170) +++ head/Mk/Uses/lxqt.mk (revision 523171) @@ -1,107 +1,107 @@ # $FreeBSD$ # # This file contains some variable definitions that are supposed to make your # life easier, when dealing with ports related to the LXQt Desktop Environment. # # Feature: lxqt # Usage: USES=lxqt # Valid ARGS: does not require args # # Available LXQt components are: # # buildtools - Helpers CMake modules # globalkeys - Keyboard shortcuts daemon # libfmqt - Libfm Qt bindings # lxqt - LXQt core library # qtxdg - Qt implementation of freedesktop.org xdg specs # # MAINTAINER: ports@FreeBSD.org .if !defined(_INCLUDE_USES_LXQT_MK) _INCLUDE_USES_LXQT_MK= yes .if !empty(lxqt_ARGS) IGNORE= Incorrect 'USES+=lxqt:${lxqt_ARGS} takes no arguments .endif _LXQT_PROJECT= ${DISTNAME:S/-${DISTVERSION}//:tl} MASTER_SITE_LXQT+= \ https://github.com/lxqt/%SUBDIR%/releases/download/${PORTVERSION}/ \ https://downloads.lxqt.org/downloads/%SUBDIR%/${PORTVERSION}/ MASTER_SITE_LXQT_SUBDIR= ${_LXQT_PROJECT} MASTER_SITES?= ${MASTER_SITE_LXQT} MASTER_SITE_SUBDIR?= ${MASTER_SITE_LXQT_SUBDIR} DIST_SUBDIR= lxqt PLIST_SUB+= LXQT_INCLUDEDIR="include/lxqt" \ LXQT_SHAREDIR="share/lxqt" \ LXQT_TRANSLATIONS="share/lxqt/translations" \ VERSION="${PORTVERSION}" -CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANDIRS} +CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man # Available LXQt components are: _USE_LXQT_ALL= buildtools globalkeys libfmqt lxqt qtxdg _DATAROOTDIR= ${LOCALBASE}/share buildtools_BUILD_DEPENDS= ${_DATAROOTDIR}/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools globalkeys_LIB_DEPENDS= liblxqt-globalkeys.so:x11/lxqt-globalkeys globalkeys_USE_LXQT_REQ= lxqt libfmqt_LIB_DEPENDS= libfm-qt.so:x11/libfm-qt lxqt_LIB_DEPENDS= liblxqt.so:devel/liblxqt lxqt_USE_LXQT_REQ= qtxdg qtxdg_LIB_DEPENDS= libQt5Xdg.so:devel/libqtxdg .if defined(USE_LXQT) # First, expand all USE_LXQT_REQ recursively. .for comp in ${_USE_LXQT_ALL} . for subcomp in ${${comp}_USE_LXQT_REQ} ${comp}_USE_LXQT_REQ+= ${${subcomp}_USE_LXQT_REQ} . endfor .endfor # Then, use already expanded USE_LXQT_REQ to expand USE_LXQT. .for comp in ${USE_LXQT} . if empty(_USE_LXQT_ALL:M${comp}) IGNORE= cannot install: Unknown component ${comp} . else _USE_LXQT+= ${${comp}_USE_LXQT_REQ} ${comp} . endif .endfor # Remove duplicate components USE_LXQT= ${_USE_LXQT:O:u} .for comp in ${USE_LXQT} . if defined(${comp}_BUILD_DEPENDS) BUILD_DEPENDS+= ${${comp}_BUILD_DEPENDS} . endif . if defined(${comp}_LIB_DEPENDS) LIB_DEPENDS+= ${${comp}_LIB_DEPENDS} . endif . if defined(${comp}_RUN_DEPENDS) RUN_DEPENDS+= ${${comp}_RUN_DEPENDS} . endif .endfor .endif # end of defined(USE_LXQT) .endif # end of !defined(_INCLUDE_USES_LXQT_MK) .if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_LXQT_POST_MK) _INCLUDE_USES_LXQT_POST_MK= yes .endif Index: head/security/lxqt-openssh-askpass/pkg-plist =================================================================== --- head/security/lxqt-openssh-askpass/pkg-plist (revision 523170) +++ head/security/lxqt-openssh-askpass/pkg-plist (revision 523171) @@ -1,26 +1,26 @@ bin/lxqt-openssh-askpass -man/man1/lxqt-openssh-askpass.1.gz +share/man/man1/lxqt-openssh-askpass.1.gz %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_da.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_de.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_el.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_es.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_he.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_id.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_it.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_zh_CN.qm Index: head/security/lxqt-sudo/pkg-plist =================================================================== --- head/security/lxqt-sudo/pkg-plist (revision 523170) +++ head/security/lxqt-sudo/pkg-plist (revision 523171) @@ -1,34 +1,34 @@ bin/lxqt-sudo bin/lxsu bin/lxsudo -man/man1/lxqt-sudo.1.gz -man/man1/lxsu.1.gz -man/man1/lxsudo.1.gz +share/man/man1/lxqt-sudo.1.gz +share/man/man1/lxsu.1.gz +share/man/man1/lxsudo.1.gz %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_da.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_de.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_el.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_es.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_he.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_id.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_it.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_zh_TW.qm Index: head/sysutils/lxqt-config/pkg-plist =================================================================== --- head/sysutils/lxqt-config/pkg-plist (revision 523170) +++ head/sysutils/lxqt-config/pkg-plist (revision 523171) @@ -1,261 +1,261 @@ bin/lxqt-config bin/lxqt-config-appearance bin/lxqt-config-brightness bin/lxqt-config-file-associations bin/lxqt-config-input bin/lxqt-config-locale bin/lxqt-config-monitor etc/xdg/menus/lxqt-config.menu lib/lxqt-config/liblxqt-config-cursor.so -man/man1/lxqt-config-appearance.1.gz -man/man1/lxqt-config-mouse.1.gz -man/man1/lxqt-config.1.gz +share/man/man1/lxqt-config-appearance.1.gz +share/man/man1/lxqt-config-mouse.1.gz +share/man/man1/lxqt-config.1.gz share/applications/lxqt-config-appearance.desktop share/applications/lxqt-config-brightness.desktop share/applications/lxqt-config-file-associations.desktop share/applications/lxqt-config-input.desktop share/applications/lxqt-config-locale.desktop share/applications/lxqt-config-monitor.desktop share/applications/lxqt-config.desktop share/icons/hicolor/48x48/apps/brightnesssettings.svg %%LXQT_SHAREDIR%%/icons/monitor.svg %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_af.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_bn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_bn_IN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_is.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_zh_TW.qm