pkgsrc-WIP-changes archive

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

Remove lxqt-panel-git: no longer needed



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Apr 16 14:34:00 2021 +0200
Changeset:	379efb22294c8dd87782f3885037386e7a16c494

Modified Files:
	Makefile
Removed Files:
	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:
Remove lxqt-panel-git: no longer needed

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

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

diffstat:
 Makefile                                           |   1 -
 lxqt-panel-git/DESCR                               |   1 -
 lxqt-panel-git/Makefile                            |  77 ----
 lxqt-panel-git/PLIST                               | 447 ---------------------
 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 --
 8 files changed, 587 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 34bbb6c2dd..debf03f343 100644
--- a/Makefile
+++ b/Makefile
@@ -2247,7 +2247,6 @@ SUBDIR+=	luv
 SUBDIR+=	lwc
 SUBDIR+=	lxdm
 SUBDIR+=	lxmusic
-SUBDIR+=	lxqt-panel-git
 SUBDIR+=	lzlib
 SUBDIR+=	lzs-lkm
 SUBDIR+=	m4ri
diff --git a/lxqt-panel-git/DESCR b/lxqt-panel-git/DESCR
deleted file mode 100644
index e04fbf9ecb..0000000000
--- a/lxqt-panel-git/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-LXQt Desktop panel.
diff --git a/lxqt-panel-git/Makefile b/lxqt-panel-git/Makefile
deleted file mode 100644
index ca7241f0e2..0000000000
--- a/lxqt-panel-git/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# $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
deleted file mode 100644
index d315654db3..0000000000
--- a/lxqt-panel-git/PLIST
+++ /dev/null
@@ -1,447 +0,0 @@
-@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/statusnotifier/statusnotifier_zh_TW.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
deleted file mode 100644
index 9c43091e71..0000000000
--- a/lxqt-panel-git/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$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
deleted file mode 100644
index c95a207a17..0000000000
--- a/lxqt-panel-git/patches/patch-autostart_CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-$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
deleted file mode 100644
index e095646ae7..0000000000
--- a/lxqt-panel-git/patches/patch-menu_CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-$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
deleted file mode 100644
index 6272bbf159..0000000000
--- a/lxqt-panel-git/patches/patch-panel_CMakeLists.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-$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