pkgsrc-WIP-changes archive

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

LXQt desktop, remove imported components



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Apr 25 10:44:32 2020 +0200
Changeset:	a9e97bda1e038bb2651b677a3feabaff37c99b2a

Modified Files:
	Makefile
Removed Files:
	lxqt-about/DESCR
	lxqt-about/Makefile
	lxqt-about/PLIST
	lxqt-about/distinfo
	lxqt-config/DESCR
	lxqt-config/Makefile
	lxqt-config/PLIST
	lxqt-config/distinfo
	lxqt-globalkeys/DESCR
	lxqt-globalkeys/Makefile
	lxqt-globalkeys/PLIST
	lxqt-globalkeys/buildlink3.mk
	lxqt-globalkeys/distinfo
	lxqt-globalkeys/patches/patch-daemon_core.cpp
	lxqt-panel/DESCR
	lxqt-panel/Makefile
	lxqt-panel/PLIST
	lxqt-panel/distinfo
	lxqt-qtplugin/DESCR
	lxqt-qtplugin/Makefile
	lxqt-qtplugin/PLIST
	lxqt-qtplugin/distinfo
	lxqt-session/DESCR
	lxqt-session/Makefile
	lxqt-session/PLIST
	lxqt-session/distinfo
	lxqt-themes/DESCR
	lxqt-themes/Makefile
	lxqt-themes/PLIST
	lxqt-themes/distinfo

Log Message:
LXQt desktop, remove imported components

lxqt- themes, session, qtplugin, globalkeys, config,
panel and about are now in the main branch.

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

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

diffstat:
 Makefile                                      |   7 -
 lxqt-about/DESCR                              |   1 -
 lxqt-about/Makefile                           |  28 --
 lxqt-about/PLIST                              |  43 ---
 lxqt-about/distinfo                           |   6 -
 lxqt-config/DESCR                             |   1 -
 lxqt-config/Makefile                          |  37 ---
 lxqt-config/PLIST                             | 232 ---------------
 lxqt-config/distinfo                          |   6 -
 lxqt-globalkeys/DESCR                         |   1 -
 lxqt-globalkeys/Makefile                      |  28 --
 lxqt-globalkeys/PLIST                         |  69 -----
 lxqt-globalkeys/buildlink3.mk                 |  15 -
 lxqt-globalkeys/distinfo                      |   7 -
 lxqt-globalkeys/patches/patch-daemon_core.cpp |  14 -
 lxqt-panel/DESCR                              |   1 -
 lxqt-panel/Makefile                           |  50 ----
 lxqt-panel/PLIST                              | 406 --------------------------
 lxqt-panel/distinfo                           |   6 -
 lxqt-qtplugin/DESCR                           |   2 -
 lxqt-qtplugin/Makefile                        |  31 --
 lxqt-qtplugin/PLIST                           |   2 -
 lxqt-qtplugin/distinfo                        |   6 -
 lxqt-session/DESCR                            |   1 -
 lxqt-session/Makefile                         |  33 ---
 lxqt-session/PLIST                            | 130 ---------
 lxqt-session/distinfo                         |   6 -
 lxqt-themes/DESCR                             |   5 -
 lxqt-themes/Makefile                          |  26 --
 lxqt-themes/PLIST                             |  99 -------
 lxqt-themes/distinfo                          |   6 -
 31 files changed, 1305 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 9ba141b7de..8a5840532f 100644
--- a/Makefile
+++ b/Makefile
@@ -2080,20 +2080,13 @@ SUBDIR+=	lwc
 SUBDIR+=	lxdm
 SUBDIR+=	lxmusic
 SUBDIR+=	lxqt
-SUBDIR+=	lxqt-about
 SUBDIR+=	lxqt-admin
-SUBDIR+=	lxqt-config
-SUBDIR+=	lxqt-globalkeys
 SUBDIR+=	lxqt-notificationd
 SUBDIR+=	lxqt-openssh-askpass
-SUBDIR+=	lxqt-panel
 SUBDIR+=	lxqt-policykit
 SUBDIR+=	lxqt-powermanagement
-SUBDIR+=	lxqt-qtplugin
 SUBDIR+=	lxqt-runner
-SUBDIR+=	lxqt-session
 SUBDIR+=	lxqt-sudo
-SUBDIR+=	lxqt-themes
 SUBDIR+=	lzlib
 SUBDIR+=	lzs-lkm
 SUBDIR+=	m4ri
diff --git a/lxqt-about/DESCR b/lxqt-about/DESCR
deleted file mode 100644
index 50b22bd73d..0000000000
--- a/lxqt-about/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-About application for the LXQt desktop.
diff --git a/lxqt-about/Makefile b/lxqt-about/Makefile
deleted file mode 100644
index 0138dfddd7..0000000000
--- a/lxqt-about/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-about-0.14.1
-CATEGORIES=	x11
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-about/0.14.1/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	LXQt about dialog
-LICENSE=	gnu-lgpl-v2.1
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++
-
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
-TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/liblxqt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-about/PLIST b/lxqt-about/PLIST
deleted file mode 100644
index 9645b04b9e..0000000000
--- a/lxqt-about/PLIST
+++ /dev/null
@@ -1,43 +0,0 @@
-@comment $NetBSD$
-bin/lxqt-about
-share/applications/lxqt-about.desktop
-share/lxqt/translations/lxqt-about/lxqt-about_ar.qm
-share/lxqt/translations/lxqt-about/lxqt-about_ca.qm
-share/lxqt/translations/lxqt-about/lxqt-about_cs.qm
-share/lxqt/translations/lxqt-about/lxqt-about_cy.qm
-share/lxqt/translations/lxqt-about/lxqt-about_da.qm
-share/lxqt/translations/lxqt-about/lxqt-about_de.qm
-share/lxqt/translations/lxqt-about/lxqt-about_el.qm
-share/lxqt/translations/lxqt-about/lxqt-about_en_GB.qm
-share/lxqt/translations/lxqt-about/lxqt-about_eo.qm
-share/lxqt/translations/lxqt-about/lxqt-about_es.qm
-share/lxqt/translations/lxqt-about/lxqt-about_es_VE.qm
-share/lxqt/translations/lxqt-about/lxqt-about_eu.qm
-share/lxqt/translations/lxqt-about/lxqt-about_fi.qm
-share/lxqt/translations/lxqt-about/lxqt-about_fr.qm
-share/lxqt/translations/lxqt-about/lxqt-about_gl.qm
-share/lxqt/translations/lxqt-about/lxqt-about_he.qm
-share/lxqt/translations/lxqt-about/lxqt-about_hu.qm
-share/lxqt/translations/lxqt-about/lxqt-about_ia.qm
-share/lxqt/translations/lxqt-about/lxqt-about_id.qm
-share/lxqt/translations/lxqt-about/lxqt-about_it.qm
-share/lxqt/translations/lxqt-about/lxqt-about_ja.qm
-share/lxqt/translations/lxqt-about/lxqt-about_ko.qm
-share/lxqt/translations/lxqt-about/lxqt-about_lt.qm
-share/lxqt/translations/lxqt-about/lxqt-about_lv.qm
-share/lxqt/translations/lxqt-about/lxqt-about_nb_NO.qm
-share/lxqt/translations/lxqt-about/lxqt-about_nl.qm
-share/lxqt/translations/lxqt-about/lxqt-about_pl.qm
-share/lxqt/translations/lxqt-about/lxqt-about_pt.qm
-share/lxqt/translations/lxqt-about/lxqt-about_pt_BR.qm
-share/lxqt/translations/lxqt-about/lxqt-about_ro_RO.qm
-share/lxqt/translations/lxqt-about/lxqt-about_ru.qm
-share/lxqt/translations/lxqt-about/lxqt-about_sk_SK.qm
-share/lxqt/translations/lxqt-about/lxqt-about_sl.qm
-share/lxqt/translations/lxqt-about/lxqt-about_sr%latin.qm@localhost
-share/lxqt/translations/lxqt-about/lxqt-about_sr_RS.qm
-share/lxqt/translations/lxqt-about/lxqt-about_th_TH.qm
-share/lxqt/translations/lxqt-about/lxqt-about_tr.qm
-share/lxqt/translations/lxqt-about/lxqt-about_uk.qm
-share/lxqt/translations/lxqt-about/lxqt-about_zh_CN.qm
-share/lxqt/translations/lxqt-about/lxqt-about_zh_TW.qm
diff --git a/lxqt-about/distinfo b/lxqt-about/distinfo
deleted file mode 100644
index f82314a27a..0000000000
--- a/lxqt-about/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-about-0.14.1.tar.xz) = 29ce53eea2057927cd370df9be781eb50f61b444
-RMD160 (lxqt-about-0.14.1.tar.xz) = 5e9bc55c5eb4124eab43fd27df7b1cb1226633e1
-SHA512 (lxqt-about-0.14.1.tar.xz) = 09cbb4c6c331b16b551d1b63ad4643f424fbaa35cfa9e2d4c70393fae499d403bf8a70c8105d258bd84200d06862033bfe0a082500e794b0db10df38d27b407a
-Size (lxqt-about-0.14.1.tar.xz) = 36204 bytes
diff --git a/lxqt-config/DESCR b/lxqt-config/DESCR
deleted file mode 100644
index 135ce357f9..0000000000
--- a/lxqt-config/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-System configuration control center for LXQt.
diff --git a/lxqt-config/Makefile b/lxqt-config/Makefile
deleted file mode 100644
index c4c8cf079d..0000000000
--- a/lxqt-config/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-config-0.14.1
-CATEGORIES=	x11
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-config/0.14.1/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-COMMENT=	System configuration control center
-HOMEPAGE=	https://lxqt.org/
-LICENSE=	gnu-lgpl-v2.1
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++
-
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
-CMAKE_ARGS+=	-DWITH_INPUT=OFF
-
-LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib/lxqt-config \
-		-L${PREFIX}/lib/lxqt-config/
-
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
-TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
-DEPENDS+=	lxqt-themes-[0-9]*:../../wip/lxqt-themes
-
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
-.include "../../x11/libXcursor/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../x11/liblxqt/buildlink3.mk"
-.include "../../wip/libkscreen/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-config/PLIST b/lxqt-config/PLIST
deleted file mode 100644
index a417c5d30a..0000000000
--- a/lxqt-config/PLIST
+++ /dev/null
@@ -1,232 +0,0 @@
-@comment $NetBSD$
-bin/lxqt-config
-bin/lxqt-config-appearance
-bin/lxqt-config-brightness
-bin/lxqt-config-file-associations
-bin/lxqt-config-locale
-bin/lxqt-config-monitor
-lib/lxqt-config/liblxqt-config-cursor.so
-man/man1/lxqt-config-appearance.1
-man/man1/lxqt-config-mouse.1
-man/man1/lxqt-config.1
-share/applications/lxqt-config-appearance.desktop
-share/applications/lxqt-config-brightness.desktop
-share/applications/lxqt-config-file-associations.desktop
-share/applications/lxqt-config-locale.desktop
-share/applications/lxqt-config-monitor.desktop
-share/applications/lxqt-config.desktop
-share/examples/lxqt/xdg/menus/lxqt-config.menu
-share/icons/hicolor/48x48/apps/brightnesssettings.svg
-share/lxqt/icons/monitor.svg
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ar.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ca.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_cs.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_cy.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_da.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_de.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_el.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_en_GB.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_eo.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_es.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_es_VE.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_eu.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_fi.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_fr.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_gl.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_he.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_hu.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ia.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_id.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_it.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ja.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ko.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_lt.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_nb_NO.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_nl.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_pl.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_pt.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_pt_BR.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ro_RO.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ru.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sk.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sl.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sr%latin.qm@localhost
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sr_BA.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sr_RS.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_th_TH.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_tr.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_uk.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_zh_CN.qm
-share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_zh_TW.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ar.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ca.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_cs.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_cy.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_da.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_de.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_el.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_en_GB.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_es.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_fr.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_gl.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_he.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_hu.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_id.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_it.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ja.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_lt.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_lv.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_nb_NO.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_nl.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_pl.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_pt.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ru.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_tr.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_uk.qm
-share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_zh_CN.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ar.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ca.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_cs.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_cy.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_da.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_de.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_el.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_en_GB.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_eo.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_es.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_es_VE.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_eu.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_fi.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_fr.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_gl.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_he.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_hu.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_id.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_it.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ja.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_lt.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_lv.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_nb_NO.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_nl.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_pl.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_pt.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_pt_BR.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ro_RO.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ru.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_sl.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_th_TH.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_tr.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_uk.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_zh_CN.qm
-share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_zh_TW.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ar.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ca.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_cs.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_cy.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_da.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_de.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_el.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_en_GB.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_es.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_fr.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_gl.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_he.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_hu.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_id.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_it.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ja.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_lt.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_lv.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_nb_NO.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_nl.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_pl.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_pt.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ru.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_tr.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_uk.qm
-share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_zh_CN.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ar.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ca.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_cs.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_cy.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_da.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_de.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_el.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_en_GB.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_es.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_fr.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_gl.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_he.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_hu.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_id.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_it.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ja.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_lt.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_lv.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_nb_NO.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_nl.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_pl.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_pt.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ru.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_tr.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_uk.qm
-share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_zh_CN.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ar.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ca.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_cs.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_cy.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_da.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_de.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_el.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_en_GB.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_es.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_fr.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_gl.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_he.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_hu.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_id.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_it.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ja.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_lt.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_nb_NO.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_nl.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_pl.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_pt.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ru.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_tr.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_uk.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_zh_CN.qm
-share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_zh_TW.qm
-share/lxqt/translations/lxqt-config/lxqt-config_ar.qm
-share/lxqt/translations/lxqt-config/lxqt-config_ca.qm
-share/lxqt/translations/lxqt-config/lxqt-config_cs.qm
-share/lxqt/translations/lxqt-config/lxqt-config_cy.qm
-share/lxqt/translations/lxqt-config/lxqt-config_da.qm
-share/lxqt/translations/lxqt-config/lxqt-config_de.qm
-share/lxqt/translations/lxqt-config/lxqt-config_el.qm
-share/lxqt/translations/lxqt-config/lxqt-config_en_GB.qm
-share/lxqt/translations/lxqt-config/lxqt-config_es.qm
-share/lxqt/translations/lxqt-config/lxqt-config_es_VE.qm
-share/lxqt/translations/lxqt-config/lxqt-config_eu.qm
-share/lxqt/translations/lxqt-config/lxqt-config_fi.qm
-share/lxqt/translations/lxqt-config/lxqt-config_fr.qm
-share/lxqt/translations/lxqt-config/lxqt-config_gl.qm
-share/lxqt/translations/lxqt-config/lxqt-config_he.qm
-share/lxqt/translations/lxqt-config/lxqt-config_hu.qm
-share/lxqt/translations/lxqt-config/lxqt-config_id.qm
-share/lxqt/translations/lxqt-config/lxqt-config_it.qm
-share/lxqt/translations/lxqt-config/lxqt-config_ja.qm
-share/lxqt/translations/lxqt-config/lxqt-config_lt.qm
-share/lxqt/translations/lxqt-config/lxqt-config_lv.qm
-share/lxqt/translations/lxqt-config/lxqt-config_nb_NO.qm
-share/lxqt/translations/lxqt-config/lxqt-config_nl.qm
-share/lxqt/translations/lxqt-config/lxqt-config_pl.qm
-share/lxqt/translations/lxqt-config/lxqt-config_pt.qm
-share/lxqt/translations/lxqt-config/lxqt-config_pt_BR.qm
-share/lxqt/translations/lxqt-config/lxqt-config_ro_RO.qm
-share/lxqt/translations/lxqt-config/lxqt-config_ru.qm
-share/lxqt/translations/lxqt-config/lxqt-config_th_TH.qm
-share/lxqt/translations/lxqt-config/lxqt-config_tr.qm
-share/lxqt/translations/lxqt-config/lxqt-config_uk.qm
-share/lxqt/translations/lxqt-config/lxqt-config_zh_CN.qm
-share/lxqt/translations/lxqt-config/lxqt-config_zh_TW.qm
diff --git a/lxqt-config/distinfo b/lxqt-config/distinfo
deleted file mode 100644
index ec005a81ec..0000000000
--- a/lxqt-config/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-config-0.14.1.tar.xz) = 8dff03769f0ffc2127755a362f2b638561b38582
-RMD160 (lxqt-config-0.14.1.tar.xz) = 3f9cb87548a0758f56d64b5de133b1f48dad41c8
-SHA512 (lxqt-config-0.14.1.tar.xz) = 747644f8e0623cb2e8eadda57c7307387423152a089d5b423b06650fbf235371764a26e82363cbee9db5c1145e3fdb754e6ecdcf0930dccec375dda424c8b13f
-Size (lxqt-config-0.14.1.tar.xz) = 293304 bytes
diff --git a/lxqt-globalkeys/DESCR b/lxqt-globalkeys/DESCR
deleted file mode 100644
index b0382d1f88..0000000000
--- a/lxqt-globalkeys/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-LXQt daemon and library for global keyboard shortcuts registration.
diff --git a/lxqt-globalkeys/Makefile b/lxqt-globalkeys/Makefile
deleted file mode 100644
index 1a2fb8c6a1..0000000000
--- a/lxqt-globalkeys/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-globalkeys-0.14.3
-CATEGORIES=	x11
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-globalkeys/0.14.3/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	Daemon and library for global keyboard shortcuts registration
-LICENSE=	gnu-lgpl-v2.1
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++
-
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
-TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/liblxqt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-globalkeys/PLIST b/lxqt-globalkeys/PLIST
deleted file mode 100644
index 5cb374ae81..0000000000
--- a/lxqt-globalkeys/PLIST
+++ /dev/null
@@ -1,69 +0,0 @@
-@comment $NetBSD$
-bin/lxqt-config-globalkeyshortcuts
-bin/lxqt-globalkeysd
-include/lxqt-globalkeys-ui/LXQtGlobalKeysUi/ShortcutSelector
-include/lxqt-globalkeys-ui/shortcut_selector.h
-include/lxqt-globalkeys-ui/shortcutselector.h
-include/lxqt-globalkeys/LXQtGlobalKeys/Action
-include/lxqt-globalkeys/LXQtGlobalKeys/Client
-include/lxqt-globalkeys/LXQtGlobalKeys/LXQtGlobalKeys
-include/lxqt-globalkeys/action.h
-include/lxqt-globalkeys/client.h
-include/lxqt-globalkeys/lxqt-globalkeys.h
-include/lxqt-globalkeys/lxqtglobalkeys.h
-lib/liblxqt-globalkeys-ui.so
-lib/liblxqt-globalkeys-ui.so.0
-lib/liblxqt-globalkeys-ui.so.0.14.1
-lib/liblxqt-globalkeys.so
-lib/liblxqt-globalkeys.so.0
-lib/liblxqt-globalkeys.so.0.14.1
-lib/pkgconfig/lxqt-globalkeys-ui.pc
-lib/pkgconfig/lxqt-globalkeys.pc
-share/applications/lxqt-config-globalkeyshortcuts.desktop
-share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-config-version.cmake
-share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-config.cmake
-share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-targets-release.cmake
-share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-targets.cmake
-share/cmake/lxqt-globalkeys/lxqt-globalkeys-config-version.cmake
-share/cmake/lxqt-globalkeys/lxqt-globalkeys-config.cmake
-share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets-release.cmake
-share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets.cmake
-share/examples/lxqt/xdg/autostart/lxqt-globalkeyshortcuts.desktop
-share/lxqt/globalkeyshortcuts.conf
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ar.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ast.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ca.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_cs.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_cy.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_da.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_de.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_el.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_en_GB.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_eo.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_es.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_es_VE.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_eu.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_fi.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_fr.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_gl.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_he.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_hu.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_id.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_it.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ja.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_lt.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_lv.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_nb_NO.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_nl.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_pl.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_pt.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_pt_BR.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ro_RO.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ru.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_sk_SK.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_sl.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_th_TH.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_tr.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_uk.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_zh_CN.qm
-share/lxqt/translations/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_zh_TW.qm
diff --git a/lxqt-globalkeys/buildlink3.mk b/lxqt-globalkeys/buildlink3.mk
deleted file mode 100644
index 46b4b1b375..0000000000
--- a/lxqt-globalkeys/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	lxqt-globalkeys
-
-.if !defined(LXQT_GLOBALKEYS_BUILDLINK3_MK)
-LXQT_GLOBALKEYS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.lxqt-globalkeys+=	lxqt-globalkeys>=0.14.3
-BUILDLINK_PKGSRCDIR.lxqt-globalkeys?=	../../wip/lxqt-globalkeys
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/liblxqt/buildlink3.mk"
-.endif	# LXQT_GLOBALKEYS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-lxqt-globalkeys
diff --git a/lxqt-globalkeys/distinfo b/lxqt-globalkeys/distinfo
deleted file mode 100644
index bb086659f7..0000000000
--- a/lxqt-globalkeys/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-globalkeys-0.14.3.tar.xz) = e90b0b15f9cc3b178e7fd004c158b385fd644990
-RMD160 (lxqt-globalkeys-0.14.3.tar.xz) = 66b1548582e033fd48ae71bb2d6bda7fbb6a4bcf
-SHA512 (lxqt-globalkeys-0.14.3.tar.xz) = 205496c6be8fcefc4b0c7fc1beeac2a5ef996e1580d7662da6271149b3d26819b4db21260699bdd99db6a3e2874c7ac2670a6579c46985dcf6223ca6c98c125c
-Size (lxqt-globalkeys-0.14.3.tar.xz) = 67928 bytes
-SHA1 (patch-daemon_core.cpp) = 40af10825274060fcce20d59191eb2c9d254bc23
diff --git a/lxqt-globalkeys/patches/patch-daemon_core.cpp b/lxqt-globalkeys/patches/patch-daemon_core.cpp
deleted file mode 100644
index cb777f2012..0000000000
--- a/lxqt-globalkeys/patches/patch-daemon_core.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Fix build with Qt5>=5.14
-
---- daemon/core.cpp.orig	2019-10-16 15:17:40.000000000 +0000
-+++ daemon/core.cpp
-@@ -30,6 +30,7 @@
- #include <QScopedArrayPointer>
- #include <QSettings>
- #include <QStandardPaths>
-+#include <QFile>
- #include <QTimer>
- #include <QDBusConnectionInterface>
- #include <QDBusServiceWatcher>
diff --git a/lxqt-panel/DESCR b/lxqt-panel/DESCR
deleted file mode 100644
index e04fbf9ecb..0000000000
--- a/lxqt-panel/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-LXQt Desktop panel.
diff --git a/lxqt-panel/Makefile b/lxqt-panel/Makefile
deleted file mode 100644
index 1379a08afd..0000000000
--- a/lxqt-panel/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-panel-0.14.1
-CATEGORIES=	x11
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-panel/0.14.1/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	Desktop panel
-LICENSE=	gnu-lgpl-v2.1
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++
-
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
-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+=	-DSYSSTAT_PLUGIN=No
-CMAKE_ARGS+=	-DVOLUME_USE_ALSA=No
-.endif
-
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
-TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
-DEPENDS+=	lxmenu-data-[0-9]*:../../sysutils/lxmenu-data
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/libXcomposite/buildlink3.mk"
-.include "../../devel/libdbusmenu-qt5/buildlink3.mk"
-.include "../../wip/lxqt-globalkeys/buildlink3.mk"
-#.include "../../wip/libsysstat/buildlink3.mk"
-# libsysstat is required for SYSSTAT_PLUGIN, the panel fails to build
-# with this plugin
-.include "../../audio/pulseaudio/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/PLIST b/lxqt-panel/PLIST
deleted file mode 100644
index 3240a923eb..0000000000
--- a/lxqt-panel/PLIST
+++ /dev/null
@@ -1,406 +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
-lib/lxqt-panel/libvolume.so
-man/man1/lxqt-panel.1
-share/desktop-directories/lxqt-leave.directory
-share/desktop-directories/lxqt-settings.directory
-share/examples/lxqt/xdg/autostart/lxqt-panel.desktop
-share/examples/lxqt/xdg/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/volume.desktop
-share/lxqt/lxqt-panel/worldclock.desktop
-share/lxqt/panel.conf
-share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_ca.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_nb_NO.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_tr.qm
-share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ar.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_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_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_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_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_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_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_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_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_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_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_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_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_ca.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_nb_NO.qm
-share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_pl.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_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_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_gl.qm
-share/lxqt/translations/lxqt-panel/tray/tray_id.qm
-share/lxqt/translations/lxqt-panel/tray/tray_nb_NO.qm
-share/lxqt/translations/lxqt-panel/tray/tray_pl.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_tr.qm
-share/lxqt/translations/lxqt-panel/volume/volume_ar.qm
-share/lxqt/translations/lxqt-panel/volume/volume_ca.qm
-share/lxqt/translations/lxqt-panel/volume/volume_cs.qm
-share/lxqt/translations/lxqt-panel/volume/volume_cy.qm
-share/lxqt/translations/lxqt-panel/volume/volume_da.qm
-share/lxqt/translations/lxqt-panel/volume/volume_de.qm
-share/lxqt/translations/lxqt-panel/volume/volume_el.qm
-share/lxqt/translations/lxqt-panel/volume/volume_eo.qm
-share/lxqt/translations/lxqt-panel/volume/volume_es.qm
-share/lxqt/translations/lxqt-panel/volume/volume_es_VE.qm
-share/lxqt/translations/lxqt-panel/volume/volume_eu.qm
-share/lxqt/translations/lxqt-panel/volume/volume_fi.qm
-share/lxqt/translations/lxqt-panel/volume/volume_fr.qm
-share/lxqt/translations/lxqt-panel/volume/volume_gl.qm
-share/lxqt/translations/lxqt-panel/volume/volume_he.qm
-share/lxqt/translations/lxqt-panel/volume/volume_hu.qm
-share/lxqt/translations/lxqt-panel/volume/volume_id.qm
-share/lxqt/translations/lxqt-panel/volume/volume_it.qm
-share/lxqt/translations/lxqt-panel/volume/volume_ja.qm
-share/lxqt/translations/lxqt-panel/volume/volume_lt.qm
-share/lxqt/translations/lxqt-panel/volume/volume_nb_NO.qm
-share/lxqt/translations/lxqt-panel/volume/volume_nl.qm
-share/lxqt/translations/lxqt-panel/volume/volume_pl.qm
-share/lxqt/translations/lxqt-panel/volume/volume_pt.qm
-share/lxqt/translations/lxqt-panel/volume/volume_pt_BR.qm
-share/lxqt/translations/lxqt-panel/volume/volume_ro_RO.qm
-share/lxqt/translations/lxqt-panel/volume/volume_ru.qm
-share/lxqt/translations/lxqt-panel/volume/volume_sl.qm
-share/lxqt/translations/lxqt-panel/volume/volume_th_TH.qm
-share/lxqt/translations/lxqt-panel/volume/volume_tr.qm
-share/lxqt/translations/lxqt-panel/volume/volume_uk.qm
-share/lxqt/translations/lxqt-panel/volume/volume_zh_CN.qm
-share/lxqt/translations/lxqt-panel/volume/volume_zh_TW.qm
-share/lxqt/translations/lxqt-panel/worldclock/worldclock_ar.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_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_ru.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/distinfo b/lxqt-panel/distinfo
deleted file mode 100644
index 5a8d37d2f9..0000000000
--- a/lxqt-panel/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-panel-0.14.1.tar.xz) = 757fc18e72f33b3cbec4d468f6f95bd3c10d202f
-RMD160 (lxqt-panel-0.14.1.tar.xz) = 2d140a1b203e236198b109e5e9c0c3477efdb2b4
-SHA512 (lxqt-panel-0.14.1.tar.xz) = e7cb361a13ac480cda50bc0549d5501f0d4f5bb6c8e257febf81550aaa88c0c55b615762aedb1f03fd654f79efe5aa2590b1dd592f6ae8c7e5a8d08086e0a687
-Size (lxqt-panel-0.14.1.tar.xz) = 439252 bytes
diff --git a/lxqt-qtplugin/DESCR b/lxqt-qtplugin/DESCR
deleted file mode 100644
index 006f218553..0000000000
--- a/lxqt-qtplugin/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-LxQt platform integration plugin for Qt5.
-Let all Qt programs apply LxQt settings.
diff --git a/lxqt-qtplugin/Makefile b/lxqt-qtplugin/Makefile
deleted file mode 100644
index de1fbbcc38..0000000000
--- a/lxqt-qtplugin/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-qtplugin-0.14.0
-CATEGORIES=	x11
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-qtplugin/0.14.0/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	LxQt platform integration plugin for Qt5
-LICENSE=	gnu-lgpl-v2.1
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++
-
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
-TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../devel/libdbusmenu-qt5/buildlink3.mk"
-.include "../../x11/qt5-qtx11extras/buildlink3.mk"
-.include "../../x11/libqtxdg/buildlink3.mk"
-.include "../../x11/libfm-qt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-qtplugin/PLIST b/lxqt-qtplugin/PLIST
deleted file mode 100644
index d1c97117d1..0000000000
--- a/lxqt-qtplugin/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-qt5/plugins/platformthemes/libqtlxqt.so
diff --git a/lxqt-qtplugin/distinfo b/lxqt-qtplugin/distinfo
deleted file mode 100644
index 9cc189da93..0000000000
--- a/lxqt-qtplugin/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/04/11 17:14:30 krytarowski Exp $
-
-SHA1 (lxqt-qtplugin-0.14.0.tar.xz) = 26b31ca7bb550c0ad9886b11301ae206331e8ed3
-RMD160 (lxqt-qtplugin-0.14.0.tar.xz) = 5a603df67f726f1808d84a345f1dcfd4e0281dcd
-SHA512 (lxqt-qtplugin-0.14.0.tar.xz) = 33188bc03ee48a9b6e3cc5823cdcb5c96dba0cda65da511fe603d952c5de24e292cb02208cf357b04718df90f98d53bf48eaf6793d70d043214e429f57ccf53c
-Size (lxqt-qtplugin-0.14.0.tar.xz) = 22336 bytes
diff --git a/lxqt-session/DESCR b/lxqt-session/DESCR
deleted file mode 100644
index fc1ad5ce0e..0000000000
--- a/lxqt-session/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-LXQt session manager.
diff --git a/lxqt-session/Makefile b/lxqt-session/Makefile
deleted file mode 100644
index 265f2522b6..0000000000
--- a/lxqt-session/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-session-0.14.1
-CATEGORIES=	x11
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-session/0.14.1/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	Session manager
-LICENSE=	gnu-lgpl-v2.1
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++
-
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
-CMAKE_ARGS+=	-DWITH_LIBUDEV=OFF
-
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
-TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
-DEPENDS+=	xdg-user-dirs-[0-9]*:../../x11/xdg-user-dirs
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/kwindowsystem/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/liblxqt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-session/PLIST b/lxqt-session/PLIST
deleted file mode 100644
index 217d110aa7..0000000000
--- a/lxqt-session/PLIST
+++ /dev/null
@@ -1,130 +0,0 @@
-@comment $NetBSD$
-bin/lxqt-config-session
-bin/lxqt-leave
-bin/lxqt-session
-bin/startlxqt
-man/man1/lxqt-config-session.1
-man/man1/lxqt-leave.1
-man/man1/lxqt-session.1
-man/man1/startlxqt.1
-share/applications/lxqt-config-session.desktop
-share/applications/lxqt-hibernate.desktop
-share/applications/lxqt-leave.desktop
-share/applications/lxqt-lockscreen.desktop
-share/applications/lxqt-logout.desktop
-share/applications/lxqt-reboot.desktop
-share/applications/lxqt-shutdown.desktop
-share/applications/lxqt-suspend.desktop
-share/examples/lxqt/xdg/autostart/lxqt-xscreensaver-autostart.desktop
-share/examples/lxqt/xdg/openbox/lxqt-rc.xml
-share/kdm/sessions/lxqt.desktop
-share/lxqt/lxqt.conf
-share/lxqt/session.conf
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_ar.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_ca.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_cs.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_cy.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_da.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_de.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_el.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_eo.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_es.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_es_UY.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_es_VE.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_eu.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_fi.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_fr.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_gl.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_he.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_hu.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_ia.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_id.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_it.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_ja.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_ko.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_lt.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_nb_NO.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_nl.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_pl.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_pt.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_pt_BR.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_ro_RO.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_ru.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_sk_SK.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_sl.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_sr%latin.qm@localhost
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_sr_RS.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_th_TH.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_tr.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_uk.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_zh_CN.qm
-share/lxqt/translations/lxqt-config-session/lxqt-config-session_zh_TW.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_ar.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_ca.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_cs.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_cy.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_da.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_de.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_el.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_es.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_fr.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_gl.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_he.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_hr.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_hu.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_id.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_it.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_ja.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_lt.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_nb_NO.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_nl.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_pl.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_pt.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_ru.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_tr.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_uk.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_zh_CN.qm
-share/lxqt/translations/lxqt-leave/lxqt-leave_zh_TW.qm
-share/lxqt/translations/lxqt-session/lxqt-session_ar.qm
-share/lxqt/translations/lxqt-session/lxqt-session_ca.qm
-share/lxqt/translations/lxqt-session/lxqt-session_cs.qm
-share/lxqt/translations/lxqt-session/lxqt-session_cy.qm
-share/lxqt/translations/lxqt-session/lxqt-session_da.qm
-share/lxqt/translations/lxqt-session/lxqt-session_de.qm
-share/lxqt/translations/lxqt-session/lxqt-session_el.qm
-share/lxqt/translations/lxqt-session/lxqt-session_eo.qm
-share/lxqt/translations/lxqt-session/lxqt-session_es.qm
-share/lxqt/translations/lxqt-session/lxqt-session_es_UY.qm
-share/lxqt/translations/lxqt-session/lxqt-session_es_VE.qm
-share/lxqt/translations/lxqt-session/lxqt-session_eu.qm
-share/lxqt/translations/lxqt-session/lxqt-session_fi.qm
-share/lxqt/translations/lxqt-session/lxqt-session_fr.qm
-share/lxqt/translations/lxqt-session/lxqt-session_gl.qm
-share/lxqt/translations/lxqt-session/lxqt-session_he.qm
-share/lxqt/translations/lxqt-session/lxqt-session_hr.qm
-share/lxqt/translations/lxqt-session/lxqt-session_hu.qm
-share/lxqt/translations/lxqt-session/lxqt-session_ia.qm
-share/lxqt/translations/lxqt-session/lxqt-session_id.qm
-share/lxqt/translations/lxqt-session/lxqt-session_it.qm
-share/lxqt/translations/lxqt-session/lxqt-session_ja.qm
-share/lxqt/translations/lxqt-session/lxqt-session_ko.qm
-share/lxqt/translations/lxqt-session/lxqt-session_lt.qm
-share/lxqt/translations/lxqt-session/lxqt-session_nb_NO.qm
-share/lxqt/translations/lxqt-session/lxqt-session_nl.qm
-share/lxqt/translations/lxqt-session/lxqt-session_pl.qm
-share/lxqt/translations/lxqt-session/lxqt-session_pt.qm
-share/lxqt/translations/lxqt-session/lxqt-session_pt_BR.qm
-share/lxqt/translations/lxqt-session/lxqt-session_ro_RO.qm
-share/lxqt/translations/lxqt-session/lxqt-session_ru.qm
-share/lxqt/translations/lxqt-session/lxqt-session_sk_SK.qm
-share/lxqt/translations/lxqt-session/lxqt-session_sl.qm
-share/lxqt/translations/lxqt-session/lxqt-session_sr%latin.qm@localhost
-share/lxqt/translations/lxqt-session/lxqt-session_sr_BA.qm
-share/lxqt/translations/lxqt-session/lxqt-session_sr_RS.qm
-share/lxqt/translations/lxqt-session/lxqt-session_th_TH.qm
-share/lxqt/translations/lxqt-session/lxqt-session_tr.qm
-share/lxqt/translations/lxqt-session/lxqt-session_uk.qm
-share/lxqt/translations/lxqt-session/lxqt-session_zh_CN.qm
-share/lxqt/translations/lxqt-session/lxqt-session_zh_TW.qm
-share/lxqt/windowmanagers.conf
-share/xsessions/lxqt.desktop
diff --git a/lxqt-session/distinfo b/lxqt-session/distinfo
deleted file mode 100644
index 24893a8f5d..0000000000
--- a/lxqt-session/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-session-0.14.1.tar.xz) = 15deb8ef8f209ed0293253e67a40283013b6ab9d
-RMD160 (lxqt-session-0.14.1.tar.xz) = d6bf29c8d4923c3d7a8a984d7650850b69edff7b
-SHA512 (lxqt-session-0.14.1.tar.xz) = 9274564f3eabe33744bbe8555b1177d8ff6f241f5849bef29f0bb344f506e590e1deab87bf2fdeb867872ebaa0262cda0400f16179951fd66fbcb4d9f7358c4c
-Size (lxqt-session-0.14.1.tar.xz) = 178600 bytes
diff --git a/lxqt-themes/DESCR b/lxqt-themes/DESCR
deleted file mode 100644
index 4e59c5a592..0000000000
--- a/lxqt-themes/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Themes, graphics and icons for LXQt.
-The LXQt logo was designed by @Caig and is licensed CC-BY-SA 3.0.
-LXQt theme "Plasma" is based on Breeze 5.0.0 theme by the KDE Visual Team.
-The Wallpaper is the contest winning design from Nuno Pinheiro
-<uno%oxygen-icons.org@localhost>, licensed as LGPLv3.
diff --git a/lxqt-themes/Makefile b/lxqt-themes/Makefile
deleted file mode 100644
index 006e70a3d5..0000000000
--- a/lxqt-themes/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-themes-0.14.0
-CATEGORIES=	graphics
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-themes/0.14.0/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	Themes, graphics and icons for LXQt
-LICENSE=	gnu-lgpl-v2.1
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++
-
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
-
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-themes/PLIST b/lxqt-themes/PLIST
deleted file mode 100644
index 64f60b6286..0000000000
--- a/lxqt-themes/PLIST
+++ /dev/null
@@ -1,99 +0,0 @@
-@comment $NetBSD$
-share/icons/hicolor/scalable/apps/lxqt.svg
-share/icons/hicolor/scalable/places/start-here-lxqt.svg
-share/lxqt/graphics/README
-share/lxqt/graphics/helix.svg
-share/lxqt/graphics/helix_1120.png
-share/lxqt/graphics/helix_150.png
-share/lxqt/graphics/helix_60.png
-share/lxqt/graphics/helix_lxqt.svg
-share/lxqt/graphics/lxqt_logo.png
-share/lxqt/graphics/lxqt_logo_doxygen.png
-share/lxqt/graphics/spacer-dark-dots.svg
-share/lxqt/graphics/spacer-dark-line.svg
-share/lxqt/graphics/spacer-light-dots.svg
-share/lxqt/graphics/spacer-light-line.svg
-share/lxqt/themes/ambiance/Butterfly-Kenneth-Wimer.jpg
-share/lxqt/themes/ambiance/arrow-left.svg
-share/lxqt/themes/ambiance/arrow-right.svg
-share/lxqt/themes/ambiance/lxqt-notificationd.qss
-share/lxqt/themes/ambiance/lxqt-notificationd/cancel.svg
-share/lxqt/themes/ambiance/lxqt-panel.qss
-share/lxqt/themes/ambiance/lxqt-runner.qss
-share/lxqt/themes/ambiance/lxqt-runner/clear.svg
-share/lxqt/themes/ambiance/lxqt-runner/navigation-menu.svg
-share/lxqt/themes/ambiance/mainmenu.svg
-share/lxqt/themes/ambiance/preview.png
-share/lxqt/themes/ambiance/spacer-plugin/spacer-dots.svg
-share/lxqt/themes/ambiance/spacer-plugin/spacer-line.svg
-share/lxqt/themes/ambiance/wallpaper.cfg
-share/lxqt/themes/dark/arrow-right.svg
-share/lxqt/themes/dark/calendar-popup/left-arrow.svg
-share/lxqt/themes/dark/calendar-popup/right-arrow.svg
-share/lxqt/themes/dark/checked.svg
-share/lxqt/themes/dark/lxqt-notificationd.qss
-share/lxqt/themes/dark/lxqt-notificationd/cancel.svg
-share/lxqt/themes/dark/lxqt-panel.qss
-share/lxqt/themes/dark/lxqt-runner.qss
-share/lxqt/themes/dark/lxqt-runner/close.svg
-share/lxqt/themes/dark/lxqt-runner/down-arrow.svg
-share/lxqt/themes/dark/mainmenu.svg
-share/lxqt/themes/dark/preview.png
-share/lxqt/themes/dark/spacer-plugin/spacer-dots.svg
-share/lxqt/themes/dark/spacer-plugin/spacer-line.svg
-share/lxqt/themes/dark/unchecked.svg
-share/lxqt/themes/dark/wallpaper.cfg
-share/lxqt/themes/dark/wallpaper.png
-share/lxqt/themes/frost/arrow-right.svg
-share/lxqt/themes/frost/calendar-popup/left-arrow.svg
-share/lxqt/themes/frost/calendar-popup/right-arrow.svg
-share/lxqt/themes/frost/color-picker.svg
-share/lxqt/themes/frost/debug.png
-share/lxqt/themes/frost/lxqt-notificationd.qss
-share/lxqt/themes/frost/lxqt-origami-light.png
-share/lxqt/themes/frost/lxqt-panel.qss
-share/lxqt/themes/frost/lxqt-runner.qss
-share/lxqt/themes/frost/lxqt-runner/close.svg
-share/lxqt/themes/frost/lxqt-runner/down-arrow.svg
-share/lxqt/themes/frost/mainmenu.svg
-share/lxqt/themes/frost/preview.png
-share/lxqt/themes/frost/spacer-plugin/spacer-dots.svg
-share/lxqt/themes/frost/spacer-plugin/spacer-line.svg
-share/lxqt/themes/frost/volume-plugin/mixer.svg
-share/lxqt/themes/frost/wallpaper.cfg
-share/lxqt/themes/kde-plasma/kde-plasma.png
-share/lxqt/themes/kde-plasma/left-arrow.svg
-share/lxqt/themes/kde-plasma/lxqt-notificationd.qss
-share/lxqt/themes/kde-plasma/lxqt-notificationd/window-close.svg
-share/lxqt/themes/kde-plasma/lxqt-panel.qss
-share/lxqt/themes/kde-plasma/lxqt-runner.qss
-share/lxqt/themes/kde-plasma/lxqt-runner/application-menu.svg
-share/lxqt/themes/kde-plasma/lxqt-runner/close-32x32.png
-share/lxqt/themes/kde-plasma/lxqt-runner/close-48x48.png
-share/lxqt/themes/kde-plasma/lxqt-runner/window-close.svg
-share/lxqt/themes/kde-plasma/mainmenu.svg
-share/lxqt/themes/kde-plasma/preview.png
-share/lxqt/themes/kde-plasma/right-arrow.svg
-share/lxqt/themes/kde-plasma/spacer-plugin/spacer-dots.svg
-share/lxqt/themes/kde-plasma/spacer-plugin/spacer-line.svg
-share/lxqt/themes/kde-plasma/wallpaper.cfg
-share/lxqt/themes/light/96640-simple_blue_widescreen.svg
-share/lxqt/themes/light/lxqt-lightdm-greeter/dropdown.svg
-share/lxqt/themes/light/lxqt-lightdm-greeter/leaveIcon.svg
-share/lxqt/themes/light/lxqt-notificationd.qss
-share/lxqt/themes/light/lxqt-panel.qss
-share/lxqt/themes/light/lxqt-panel/plugin-handle-horizontal.gif
-share/lxqt/themes/light/lxqt-panel/plugin-handle-vertical.gif
-share/lxqt/themes/light/lxqt-runner.qss
-share/lxqt/themes/light/lxqt-runner/close-32x32.png
-share/lxqt/themes/light/lxqt-runner/close-48x48.png
-share/lxqt/themes/light/mainmenu.svg
-share/lxqt/themes/light/preview.png
-share/lxqt/themes/light/simple_blue_widescreen.png
-share/lxqt/themes/light/spacer-plugin/spacer-dots.svg
-share/lxqt/themes/light/spacer-plugin/spacer-line.svg
-share/lxqt/themes/light/wallpaper.cfg
-share/lxqt/themes/system/lxqt-panel.qss
-share/lxqt/themes/system/preview.png
-share/lxqt/themes/system/spacer-plugin/spacer-dots.svg
-share/lxqt/themes/system/spacer-plugin/spacer-line.svg
diff --git a/lxqt-themes/distinfo b/lxqt-themes/distinfo
deleted file mode 100644
index 436a65320b..0000000000
--- a/lxqt-themes/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-themes-0.14.0.tar.xz) = d5372c979f09934a87dfcc6f2a9fd404b4f4350d
-RMD160 (lxqt-themes-0.14.0.tar.xz) = 88a23d6772f43371239ed1883ae4ddd3115fcfe1
-SHA512 (lxqt-themes-0.14.0.tar.xz) = 622449df60f5f50d59ab308a7aaae35114e91bda48e112fb2abb2c394bfdfc5794d2bf0c6ce63689a29081a31bdde191e3c8cb7217f833d76a407f9970eb1fb2
-Size (lxqt-themes-0.14.0.tar.xz) = 3203820 bytes


Home | Main Index | Thread Index | Old Index