pkgsrc-WIP-changes archive

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

lxqt-build-tools and lxqt-panel git versions



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Feb 17 11:23:03 2021 +0100
Changeset:	4d36a4dd4345203ce8d45d03ee3ebce5f941f585

Modified Files:
	Makefile
Added Files:
	lxqt-build-tools-git/DESCR
	lxqt-build-tools-git/Makefile
	lxqt-build-tools-git/PLIST
	lxqt-panel-git/DESCR
	lxqt-panel-git/Makefile
	lxqt-panel-git/PLIST
	lxqt-panel-git/distinfo
	lxqt-panel-git/patches/patch-autostart_CMakeLists.txt
	lxqt-panel-git/patches/patch-menu_CMakeLists.txt
	lxqt-panel-git/patches/patch-panel_CMakeLists.txt

Log Message:
lxqt-build-tools and lxqt-panel git versions

These are intended as package maintainance.
Note that lxqt-panel builds without pulseaudio support when
using this package.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4d36a4dd4345203ce8d45d03ee3ebce5f941f585

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

diffstat:
 Makefile                                           |   2 +
 lxqt-build-tools-git/DESCR                         |   2 +
 lxqt-build-tools-git/Makefile                      |  31 ++
 lxqt-build-tools-git/PLIST                         |  35 ++
 lxqt-panel-git/DESCR                               |   1 +
 lxqt-panel-git/Makefile                            |  77 ++++
 lxqt-panel-git/PLIST                               | 446 +++++++++++++++++++++
 lxqt-panel-git/distinfo                            |   5 +
 .../patches/patch-autostart_CMakeLists.txt         |  14 +
 lxqt-panel-git/patches/patch-menu_CMakeLists.txt   |  14 +
 lxqt-panel-git/patches/patch-panel_CMakeLists.txt  |  28 ++
 11 files changed, 655 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9cb91a8dc1..a665ac9c1f 100644
--- a/Makefile
+++ b/Makefile
@@ -2223,6 +2223,8 @@ SUBDIR+=	luv
 SUBDIR+=	lwc
 SUBDIR+=	lxdm
 SUBDIR+=	lxmusic
+SUBDIR+=	lxqt-build-tools-git
+SUBDIR+=	lxqt-panel-git
 SUBDIR+=	lzlib
 SUBDIR+=	lzs-lkm
 SUBDIR+=	m4ri
diff --git a/lxqt-build-tools-git/DESCR b/lxqt-build-tools-git/DESCR
new file mode 100644
index 0000000000..23dfbbfa43
--- /dev/null
+++ b/lxqt-build-tools-git/DESCR
@@ -0,0 +1,2 @@
+This package provides several tools needed to build LXQt itself
+as well as other components maintained by the LXQt project.
diff --git a/lxqt-build-tools-git/Makefile b/lxqt-build-tools-git/Makefile
new file mode 100644
index 0000000000..8edb3689b8
--- /dev/null
+++ b/lxqt-build-tools-git/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.11 2020/12/07 11:26:45 pin Exp $
+
+DISTNAME=	lxqt-build-tools-0.8.0
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=lxqt/}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/lxqt/lxqt-build-tools/
+COMMENT=	LXQt build tools
+LICENSE=	modified-bsd
+
+GIT_REPO=	https://github.com/lxqt/lxqt-build-tools.git
+
+USE_CMAKE=	yes
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++ # Needed to satisfy cmake
+
+CONFIGURE_DIRS=	build
+CMAKE_ARG_PATH=	..
+
+PKG_SYSCONFSUBDIR=	xdg
+CMAKE_ARGS+=		-DLXQT_ETC_XDG_DIR=${PKG_SYSCONFDIR}
+
+pre-configure:
+	${MKDIR} -p ${WRKSRC}/build
+
+.include "../../wip/mk/git-package.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-build-tools-git/PLIST b/lxqt-build-tools-git/PLIST
new file mode 100644
index 0000000000..bebe5f1301
--- /dev/null
+++ b/lxqt-build-tools-git/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD$
+bin/lxqt-transupdate
+share/cmake/lxqt-build-tools/find-modules/FindClazy.cmake
+share/cmake/lxqt-build-tools/find-modules/FindExif.cmake
+share/cmake/lxqt-build-tools/find-modules/FindFontconfig.cmake
+share/cmake/lxqt-build-tools/find-modules/FindGLIB.cmake
+share/cmake/lxqt-build-tools/find-modules/FindMenuCache.cmake
+share/cmake/lxqt-build-tools/find-modules/FindUDev.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXCB.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXKBCommon.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXTerm.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXdgEmail.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXdgMime.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXdgOpen.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXdgScreensaver.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXdgSettings.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXdgUserDirs.cmake
+share/cmake/lxqt-build-tools/lxqt-build-tools-config-version.cmake
+share/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake
+share/cmake/lxqt-build-tools/modules/ECMFindModuleHelpers.cmake
+share/cmake/lxqt-build-tools/modules/LXQtAppTranslationLoader.cpp.in
+share/cmake/lxqt-build-tools/modules/LXQtCompilerSettings.cmake
+share/cmake/lxqt-build-tools/modules/LXQtConfigVars.cmake
+share/cmake/lxqt-build-tools/modules/LXQtCreatePkgConfigFile.cmake
+share/cmake/lxqt-build-tools/modules/LXQtCreatePortableHeaders.cmake
+share/cmake/lxqt-build-tools/modules/LXQtLibTranslationLoader.cpp.in
+share/cmake/lxqt-build-tools/modules/LXQtPluginTranslationLoader.cpp.in
+share/cmake/lxqt-build-tools/modules/LXQtPreventInSourceBuilds.cmake
+share/cmake/lxqt-build-tools/modules/LXQtTranslate.cmake
+share/cmake/lxqt-build-tools/modules/LXQtTranslateDesktop.cmake
+share/cmake/lxqt-build-tools/modules/LXQtTranslateDesktopYaml.pl
+share/cmake/lxqt-build-tools/modules/LXQtTranslateTs.cmake
+share/cmake/lxqt-build-tools/modules/LXQtTranslationLoader.cmake
+share/cmake/lxqt-build-tools/modules/Qt5TranslationLoader.cmake
+share/cmake/lxqt-build-tools/modules/Qt5TranslationLoader.cpp.in
diff --git a/lxqt-panel-git/DESCR b/lxqt-panel-git/DESCR
new file mode 100644
index 0000000000..e04fbf9ecb
--- /dev/null
+++ b/lxqt-panel-git/DESCR
@@ -0,0 +1 @@
+LXQt Desktop panel.
diff --git a/lxqt-panel-git/Makefile b/lxqt-panel-git/Makefile
new file mode 100644
index 0000000000..ca7241f0e2
--- /dev/null
+++ b/lxqt-panel-git/Makefile
@@ -0,0 +1,77 @@
+# $NetBSD: Makefile,v 1.13 2021/02/07 06:30:42 ryoon Exp $
+
+DISTNAME=	lxqt-panel-0.16.1
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=lxqt/}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/lxqt/lxqt-panel/
+COMMENT=	Desktop panel
+LICENSE=	gnu-lgpl-v2.1
+
+GIT_REPO=	https://github.com/lxqt/lxqt-panel.git
+
+USE_CMAKE=	yes
+USE_TOOLS+=	pkg-config perl
+USE_LANGUAGES=	c c++
+
+CONFIGURE_DIRS=	build
+CMAKE_ARG_PATH=	..
+
+CMAKE_ARGS+=	-DSYSSTAT_PLUGIN=No
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "Linux"
+CMAKE_ARGS+=	-DCPULOAD_PLUGIN=No
+CMAKE_ARGS+=	-DKBINDICATOR_PLUGIN=No
+CMAKE_ARGS+=	-DMOUNT_PLUGIN=No
+CMAKE_ARGS+=	-DSENSORS_PLUGIN=No
+CMAKE_ARGS+=	-DNETWORKMONITOR_PLUGIN=No
+CMAKE_ARGS+=	-DVOLUME_PLUGIN=No
+CMAKE_ARGS+=	-DBACKLIGHT_PLUGIN=No
+.endif
+
+MENU_CONF=		share/examples/menus
+AUTOSTART_CONF=		share/examples/autostart
+PANEL_CONF=		share/examples/lxqt
+PKG_SYSCONFSUBDIR=	xdg
+MAKE_DIRS=		${PKG_SYSCONFDIR}/menus
+MAKE_DIRS+=		${PKG_SYSCONFDIR}/autostart
+MAKE_DIRS+=		${PKG_SYSCONFDIR}/lxqt
+
+SUBST_CLASSES+=		prefix
+SUBST_MESSAGE.prefix=	Fixing paths.
+SUBST_STAGE.prefix=	pre-configure
+SUBST_FILES.prefix=	plugin-directorymenu/directorymenuconfiguration.cpp
+SUBST_FILES.prefix+=	plugin-mainmenu/lxqtmainmenuconfiguration.cpp
+SUBST_FILES.prefix+=	plugin-kbindicator/src/x11/kbdlayout.cpp
+SUBST_SED.prefix=	-e 's,/etc/xdg,${PKG_SYSCONFDIR},g'
+SUBST_SED.prefix+=	-e 's,/usr/bin,${PREFIX}/bin,g'
+SUBST_SED.prefix+=	-e 's,/usr/share,${PREFIX}/share,g'
+
+CONF_FILES=	${MENU_CONF}/lxqt-applications.menu \
+		${PKG_SYSCONFDIR}/menus/lxqt-applications.menu
+CONF_FILES+=	${AUTOSTART_CONF}/lxqt-panel.desktop \
+		${PKG_SYSCONFDIR}/autostart/lxqt-panel.desktop
+CONF_FILES+=	${PANEL_CONF}/panel.conf \
+		${PKG_SYSCONFDIR}/lxqt/panel.conf
+
+pre-configure:
+	${MKDIR} -p ${WRKSRC}/build
+
+TOOL_DEPENDS+=	lxqt-build-tools>=0.8:../../devel/lxqt-build-tools
+TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
+DEPENDS+=	lxmenu-data-[0-9]*:../../sysutils/lxmenu-data
+
+.include "../../wip/mk/git-package.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/libXcomposite/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
+.include "../../devel/libdbusmenu-qt5/buildlink3.mk"
+.include "../../x11/lxqt-globalkeys/buildlink3.mk"
+.include "../../sysutils/solid/buildlink3.mk"
+.include "../../x11/kwindowsystem/buildlink3.mk"
+.include "../../x11/kguiaddons/buildlink3.mk"
+.include "../../sysutils/menu-cache/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-panel-git/PLIST b/lxqt-panel-git/PLIST
new file mode 100644
index 0000000000..f635cc8622
--- /dev/null
+++ b/lxqt-panel-git/PLIST
@@ -0,0 +1,446 @@
+@comment $NetBSD$
+bin/lxqt-panel
+include/lxqt/ilxqtpanel.h
+include/lxqt/ilxqtpanelplugin.h
+include/lxqt/lxqtpanelglobals.h
+include/lxqt/pluginsettings.h
+lib/lxqt-panel/libcolorpicker.so
+lib/lxqt-panel/libdirectorymenu.so
+man/man1/lxqt-panel.1
+share/desktop-directories/lxqt-leave.directory
+share/desktop-directories/lxqt-settings.directory
+share/examples/autostart/lxqt-panel.desktop
+share/examples/lxqt/panel.conf
+share/examples/menus/lxqt-applications.menu
+share/lxqt/lxqt-panel/colorpicker.desktop
+share/lxqt/lxqt-panel/desktopswitch.desktop
+share/lxqt/lxqt-panel/directorymenu.desktop
+share/lxqt/lxqt-panel/mainmenu.desktop
+share/lxqt/lxqt-panel/quicklaunch.desktop
+share/lxqt/lxqt-panel/showdesktop.desktop
+share/lxqt/lxqt-panel/spacer.desktop
+share/lxqt/lxqt-panel/statusnotifier.desktop
+share/lxqt/lxqt-panel/taskbar.desktop
+share/lxqt/lxqt-panel/tray.desktop
+share/lxqt/lxqt-panel/worldclock.desktop
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_arn.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_ast.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_ca.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_cs.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_cy.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_da.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_de.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_gl.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_hu.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_it.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_ja.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_nb_NO.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_nl.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_pl.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_pt_BR.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_ru.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_sk_SK.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_sv.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_tr.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ar.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_arn.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ast.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_bg.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ca.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_cs.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_cy.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_da.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_de.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_el.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_eo.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_es.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_es_UY.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_es_VE.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_eu.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_fi.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_fr.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_gl.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_he.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_hr.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_hu.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ia.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_id.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_it.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ja.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ko.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_lt.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_nb_NO.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_nl.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_pl.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_pt.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_pt_BR.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ro_RO.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ru.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sk_SK.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sl.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sr%latin.qm@localhost
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sr_BA.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sr_RS.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sv.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_th_TH.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_tr.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_uk.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_zh_CN.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_zh_TW.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_ar.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_arn.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_ast.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_bg.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_ca.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_cs.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_cy.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_da.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_de.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_el.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_es.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_fr.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_gl.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_he.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_hr.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_hu.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_id.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_it.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_ja.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_ko.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_lt.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_nb_NO.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_nl.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_pl.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_pt.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_ru.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_sk_SK.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_sv.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_tr.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_uk.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_zh_CN.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ar.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_arn.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ast.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_bg.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ca.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_cs.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_cy.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_da.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_de.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_el.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_en_GB.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_eo.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_es.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_es_UY.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_es_VE.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_eu.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_fa.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_fi.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_fr.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_gl.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_he.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_hr.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_hu.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ia.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_id.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_it.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ja.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ko.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_lt.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_nb_NO.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_nl.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_pl.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_pt.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_pt_BR.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ro_RO.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ru.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_sk_SK.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_sl.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_sr%latin.qm@localhost
+share/lxqt/translations/lxqt-panel/lxqt-panel_sr_BA.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_sr_RS.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_sv.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_th_TH.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_tr.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_uk.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_zh_CN.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_zh_TW.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ar.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_arn.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ast.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_bg.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ca.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_cs.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_cy.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_da.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_de.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_el.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_eo.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_es.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_es_UY.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_es_VE.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_eu.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_fi.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_fr.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_gl.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_he.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_hr.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_hu.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ia.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_id.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_it.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ja.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ko.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_lt.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_nb_NO.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_nl.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_pl.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_pt.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_pt_BR.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ro_RO.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ru.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_sk_SK.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_sl.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_sr%latin.qm@localhost
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_sr_BA.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_sr_RS.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_th_TH.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_tr.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_uk.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_zh_CN.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_zh_TW.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ar.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_arn.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ast.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_bg.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ca.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_cs.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_cy.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_da.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_de.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_el.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_eo.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_es.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_es_VE.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_eu.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_fi.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_fr.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_gl.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_he.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_hr.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_hu.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ia.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_id.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_it.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ja.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ko.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_lt.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_nb_NO.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_nl.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_pl.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_pt.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_pt_BR.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ro_RO.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ru.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_sk_SK.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_sl.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_sr%latin.qm@localhost
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_sr_BA.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_sr_RS.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_th_TH.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_tr.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_uk.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_zh_CN.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_zh_TW.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_ar.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_arn.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_ast.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_bg.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_ca.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_cs.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_cy.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_da.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_de.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_el.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_eo.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_es.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_es_VE.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_eu.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_fi.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_fr.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_gl.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_he.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_hr.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_hu.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_ia.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_id.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_it.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_ja.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_ko.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_lt.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_nb_NO.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_nl.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_pl.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_pt.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_pt_BR.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_ro_RO.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_ru.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_sk_SK.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_sl.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_sr%latin.qm@localhost
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_sr_BA.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_sr_RS.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_th_TH.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_tr.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_uk.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_zh_CN.qm
+share/lxqt/translations/lxqt-panel/showdesktop/showdesktop_zh_TW.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_ar.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_arn.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_ast.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_bg.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_ca.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_cs.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_cy.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_da.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_de.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_el.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_es.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_fr.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_gl.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_he.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_hr.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_hu.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_id.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_it.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_ja.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_lt.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_nb_NO.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_nl.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_pl.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_pt.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_ru.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_sk.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_tr.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_uk.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_zh_CN.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_arn.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_ast.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_bg.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_ca.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_cs.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_cy.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_da.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_de.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_gl.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_he.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_hu.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_it.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_ja.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_lt.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_nb_NO.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_nl.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_pl.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_pt.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_ru.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_sk_SK.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_tr.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_ar.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_arn.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_ast.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_bg.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_ca.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_cs.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_cy.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_da.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_de.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_el.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_eo.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_es.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_es_VE.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_eu.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_fi.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_fr.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_gl.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_he.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_hr.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_hu.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_ia.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_id.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_it.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_ja.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_ko.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_lt.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_nb_NO.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_nl.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_pl.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_pt.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_pt_BR.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_ro_RO.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_ru.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_sk_SK.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_sl.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_sr%latin.qm@localhost
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_sr_BA.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_sr_RS.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_th_TH.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_tr.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_uk.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_zh_CN.qm
+share/lxqt/translations/lxqt-panel/taskbar/taskbar_zh_TW.qm
+share/lxqt/translations/lxqt-panel/tray/tray_arn.qm
+share/lxqt/translations/lxqt-panel/tray/tray_ast.qm
+share/lxqt/translations/lxqt-panel/tray/tray_bg.qm
+share/lxqt/translations/lxqt-panel/tray/tray_ca.qm
+share/lxqt/translations/lxqt-panel/tray/tray_cs.qm
+share/lxqt/translations/lxqt-panel/tray/tray_cy.qm
+share/lxqt/translations/lxqt-panel/tray/tray_da.qm
+share/lxqt/translations/lxqt-panel/tray/tray_de.qm
+share/lxqt/translations/lxqt-panel/tray/tray_es.qm
+share/lxqt/translations/lxqt-panel/tray/tray_gl.qm
+share/lxqt/translations/lxqt-panel/tray/tray_he.qm
+share/lxqt/translations/lxqt-panel/tray/tray_hr.qm
+share/lxqt/translations/lxqt-panel/tray/tray_hu.qm
+share/lxqt/translations/lxqt-panel/tray/tray_id.qm
+share/lxqt/translations/lxqt-panel/tray/tray_it.qm
+share/lxqt/translations/lxqt-panel/tray/tray_ja.qm
+share/lxqt/translations/lxqt-panel/tray/tray_lt.qm
+share/lxqt/translations/lxqt-panel/tray/tray_nb_NO.qm
+share/lxqt/translations/lxqt-panel/tray/tray_nl.qm
+share/lxqt/translations/lxqt-panel/tray/tray_pl.qm
+share/lxqt/translations/lxqt-panel/tray/tray_pt.qm
+share/lxqt/translations/lxqt-panel/tray/tray_pt_BR.qm
+share/lxqt/translations/lxqt-panel/tray/tray_ru_RU.qm
+share/lxqt/translations/lxqt-panel/tray/tray_sk_SK.qm
+share/lxqt/translations/lxqt-panel/tray/tray_tr.qm
+share/lxqt/translations/lxqt-panel/tray/tray_zh_Hans.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_ar.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_arn.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_ast.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_bg.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_ca.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_cs.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_cy.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_da.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_de.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_el.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_es.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_fr.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_gl.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_he.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_hr.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_hu.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_id.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_it.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_ja.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_lt.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_nb_NO.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_nl.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_pl.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_pt.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_pt_BR.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_ru.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_sk_SK.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_tr.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_uk.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_zh_CN.qm
diff --git a/lxqt-panel-git/distinfo b/lxqt-panel-git/distinfo
new file mode 100644
index 0000000000..9c43091e71
--- /dev/null
+++ b/lxqt-panel-git/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2020/12/07 12:55:28 pin Exp $
+
+SHA1 (patch-autostart_CMakeLists.txt) = 7c14eb2f2c29b2bcee8833d7d02fc4e1b5a37e57
+SHA1 (patch-menu_CMakeLists.txt) = 979454e283eb380f84da6e7f1d81d1001e477421
+SHA1 (patch-panel_CMakeLists.txt) = 15531e68fa1939a793e6abcecb7ca714488142b7
diff --git a/lxqt-panel-git/patches/patch-autostart_CMakeLists.txt b/lxqt-panel-git/patches/patch-autostart_CMakeLists.txt
new file mode 100644
index 0000000000..c95a207a17
--- /dev/null
+++ b/lxqt-panel-git/patches/patch-autostart_CMakeLists.txt
@@ -0,0 +1,14 @@
+$NetBSD: patch-autostart_CMakeLists.txt,v 1.1 2020/12/07 12:55:28 pin Exp $
+
+Install config file to proper location
+
+--- autostart/CMakeLists.txt.orig	2020-11-05 16:09:19.000000000 +0000
++++ autostart/CMakeLists.txt
+@@ -10,6 +10,6 @@ add_custom_target(lxqt_panel_autostart_d
+ 
+ install(FILES
+     ${DESKTOP_FILES}
+-    DESTINATION "${LXQT_ETC_XDG_DIR}/autostart"
++    DESTINATION "share/examples/autostart"
+     COMPONENT Runtime
+ )
diff --git a/lxqt-panel-git/patches/patch-menu_CMakeLists.txt b/lxqt-panel-git/patches/patch-menu_CMakeLists.txt
new file mode 100644
index 0000000000..e095646ae7
--- /dev/null
+++ b/lxqt-panel-git/patches/patch-menu_CMakeLists.txt
@@ -0,0 +1,14 @@
+$NetBSD: patch-menu_CMakeLists.txt,v 1.1 2020/12/07 12:55:28 pin Exp $
+
+Install config file to proper location
+
+--- menu/CMakeLists.txt.orig	2020-11-05 16:09:19.000000000 +0000
++++ menu/CMakeLists.txt
+@@ -16,6 +16,6 @@ install(FILES
+ 
+ install(FILES
+     lxqt-applications.menu
+-    DESTINATION "${LXQT_ETC_XDG_DIR}/menus"
++    DESTINATION "share/examples/menus"
+     COMPONENT Runtime
+ )
diff --git a/lxqt-panel-git/patches/patch-panel_CMakeLists.txt b/lxqt-panel-git/patches/patch-panel_CMakeLists.txt
new file mode 100644
index 0000000000..6272bbf159
--- /dev/null
+++ b/lxqt-panel-git/patches/patch-panel_CMakeLists.txt
@@ -0,0 +1,28 @@
+$NetBSD: patch-panel_CMakeLists.txt,v 1.3 2020/12/07 12:55:28 pin Exp $
+
+Work around undefined symbol issue (which would cause the panel to fail
+to run if the volume plugin was enabled), as discussed in:
+https://github.com/lxqt/lxqt/issues/1075
+
+Install fallback .conf files to a consistent location.
+
+--- panel/CMakeLists.txt.orig	2020-11-05 16:09:19.000000000 +0000
++++ panel/CMakeLists.txt
+@@ -55,6 +55,8 @@ set(LIBRARIES
+     lxqt
+ )
+ 
++set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Xlinker --export-dynamic")
++
+ file(GLOB CONFIG_FILES resources/*.conf)
+ 
+ ############################################
+@@ -104,7 +106,7 @@ target_link_libraries(${PROJECT}
+ )
+ 
+ install(TARGETS ${PROJECT} RUNTIME DESTINATION bin)
+-install(FILES ${CONFIG_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/lxqt)
++install(FILES ${CONFIG_FILES} DESTINATION share/examples/lxqt)
+ install(FILES ${PUB_HEADERS} DESTINATION include/lxqt)
+ install(FILES
+     man/lxqt-panel.1



Home | Main Index | Thread Index | Old Index