pkgsrc-WIP-changes archive

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

Remove LXQt, imported into main branch



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sun Apr 26 05:56:34 2020 +0200
Changeset:	fe6e107b791d8f9d3b509fbe934d00aad3059648

Modified Files:
	Makefile
Removed Files:
	lxqt-admin/DESCR
	lxqt-admin/Makefile
	lxqt-admin/PLIST
	lxqt-admin/distinfo
	lxqt-admin/patches/patch-CMakeLists.txt
	lxqt-admin/patches/patch-lxqt-admin-time_lxqt-admin-time-helper.freebsd
	lxqt-openssh-askpass/DESCR
	lxqt-openssh-askpass/Makefile
	lxqt-openssh-askpass/PLIST
	lxqt-openssh-askpass/distinfo
	lxqt-policykit/DESCR
	lxqt-policykit/Makefile
	lxqt-policykit/PLIST
	lxqt-policykit/distinfo
	lxqt-powermanagement/DESCR
	lxqt-powermanagement/Makefile
	lxqt-powermanagement/PLIST
	lxqt-powermanagement/distinfo
	lxqt-sudo/DESCR
	lxqt-sudo/Makefile
	lxqt-sudo/PLIST
	lxqt-sudo/distinfo
	lxqt-sudo/patches/patch-sudo.cpp
	lxqt/DESCR
	lxqt/Makefile
	lxqt/options.mk

Log Message:
Remove LXQt, imported into main branch

Remove LXQt meta-pkg and remaining components (-admin, -sudo,
openssh-askpass, -policykit and -powermanagement)

These packages are now in the main pkgsrc branch.
Thanks to David H. Gutteridge for the awesome tweeks done
to vastly improve user experience.

Thanks also to Nikita for the early help and initial review
of all the DE components.

It has been an awesome learning experience working with both
of you and to bring LXQt to this stage. Thanks!

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

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

diffstat:
 Makefile                                           |  6 ---
 lxqt-admin/DESCR                                   |  1 -
 lxqt-admin/Makefile                                | 31 ------------
 lxqt-admin/PLIST                                   | 32 -------------
 lxqt-admin/distinfo                                |  8 ----
 lxqt-admin/patches/patch-CMakeLists.txt            | 17 -------
 ...-lxqt-admin-time_lxqt-admin-time-helper.freebsd | 33 -------------
 lxqt-openssh-askpass/DESCR                         |  1 -
 lxqt-openssh-askpass/Makefile                      | 29 ------------
 lxqt-openssh-askpass/PLIST                         | 27 -----------
 lxqt-openssh-askpass/distinfo                      |  6 ---
 lxqt-policykit/DESCR                               |  1 -
 lxqt-policykit/Makefile                            | 28 -----------
 lxqt-policykit/PLIST                               | 28 -----------
 lxqt-policykit/distinfo                            |  6 ---
 lxqt-powermanagement/DESCR                         |  1 -
 lxqt-powermanagement/Makefile                      | 33 -------------
 lxqt-powermanagement/PLIST                         | 55 ----------------------
 lxqt-powermanagement/distinfo                      |  6 ---
 lxqt-sudo/DESCR                                    |  3 --
 lxqt-sudo/Makefile                                 | 31 ------------
 lxqt-sudo/PLIST                                    | 35 --------------
 lxqt-sudo/distinfo                                 |  7 ---
 lxqt-sudo/patches/patch-sudo.cpp                   | 20 --------
 lxqt/DESCR                                         |  5 --
 lxqt/Makefile                                      | 44 -----------------
 lxqt/options.mk                                    | 15 ------
 27 files changed, 509 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 6c4b9eb2d5..aa5c0acfe0 100644
--- a/Makefile
+++ b/Makefile
@@ -2079,12 +2079,6 @@ SUBDIR+=	luv
 SUBDIR+=	lwc
 SUBDIR+=	lxdm
 SUBDIR+=	lxmusic
-SUBDIR+=	lxqt
-SUBDIR+=	lxqt-admin
-SUBDIR+=	lxqt-openssh-askpass
-SUBDIR+=	lxqt-policykit
-SUBDIR+=	lxqt-powermanagement
-SUBDIR+=	lxqt-sudo
 SUBDIR+=	lzlib
 SUBDIR+=	lzs-lkm
 SUBDIR+=	m4ri
diff --git a/lxqt-admin/DESCR b/lxqt-admin/DESCR
deleted file mode 100644
index 586db5466a..0000000000
--- a/lxqt-admin/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Admin panel for the LXQt desktop environment.
diff --git a/lxqt-admin/Makefile b/lxqt-admin/Makefile
deleted file mode 100644
index 9272239d85..0000000000
--- a/lxqt-admin/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-admin-0.14.1
-CATEGORIES=	x11
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-admin/0.14.1/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	LXQt admin panel
-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
-DEPENDS+=	lxqt-policykit-[0-9]*:../../wip/lxqt-policykit
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/kwindowsystem/buildlink3.mk"
-.include "../../security/polkit-qt5/buildlink3.mk"
-.include "../../x11/liblxqt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-admin/PLIST b/lxqt-admin/PLIST
deleted file mode 100644
index d894b185cb..0000000000
--- a/lxqt-admin/PLIST
+++ /dev/null
@@ -1,32 +0,0 @@
-@comment $NetBSD$
-bin/lxqt-admin-user
-bin/lxqt-admin-user-helper
-share/applications/lxqt-admin-user.desktop
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_ar.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_ca.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_cs.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_cy.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_da.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_de.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_el.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_en_GB.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_es.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_fr.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_gl.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_he.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_hr.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_hu.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_id.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_it.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_ja.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_lt.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_nb_NO.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_nl.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_pl.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_pt.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_pt_BR.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_ru.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_tr.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_uk.qm
-share/lxqt/translations/lxqt-admin-user/lxqt-admin-user_zh_CN.qm
-share/polkit-1/actions/org.lxqt.lxqt-admin-user.policy
diff --git a/lxqt-admin/distinfo b/lxqt-admin/distinfo
deleted file mode 100644
index 8f661e9244..0000000000
--- a/lxqt-admin/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-admin-0.14.1.tar.xz) = 4c4c76f1b1441063b6a77664fb45ba69792dd81c
-RMD160 (lxqt-admin-0.14.1.tar.xz) = 2519de22bdb1c90caa956d12e6ea6ae711c6f19a
-SHA512 (lxqt-admin-0.14.1.tar.xz) = bd6272a3042a71e9e00b2ba10be2575649c2d2750a4e00a6e11adaae6b91ccab5e3cf79a8ceb7bfbe808ec80c139b93e02cd96990f80b68a77a974c063e6a373
-Size (lxqt-admin-0.14.1.tar.xz) = 141088 bytes
-SHA1 (patch-CMakeLists.txt) = edb73bcfbf4655a9e9d223c21db4693c902ce6a4
-SHA1 (patch-lxqt-admin-time_lxqt-admin-time-helper.freebsd) = cc7df316cd0bc06927245ec8cda10b89c1aac9c5
diff --git a/lxqt-admin/patches/patch-CMakeLists.txt b/lxqt-admin/patches/patch-CMakeLists.txt
deleted file mode 100644
index 98dee59101..0000000000
--- a/lxqt-admin/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
-Allow building on NetBSD
-lxqt-admin-time depends on systemd
-
---- CMakeLists.txt.orig	2019-02-25 22:10:39.000000000 +0000
-+++ CMakeLists.txt
-@@ -38,8 +38,8 @@ include(LXQtCompilerSettings NO_POLICY_S
- include(LXQtTranslate)
- 
- if(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD" OR ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
--    message(WARNING "${CMAKE_SYSTEM_NAME} is not supported by lxqt-admin-user")
-     message(WARNING "${CMAKE_SYSTEM_NAME} is not supported by lxqt-admin-time")
-+    add_subdirectory(lxqt-admin-user)
- else()
-     add_subdirectory(lxqt-admin-user)
-     add_subdirectory(lxqt-admin-time)
diff --git a/lxqt-admin/patches/patch-lxqt-admin-time_lxqt-admin-time-helper.freebsd b/lxqt-admin/patches/patch-lxqt-admin-time_lxqt-admin-time-helper.freebsd
deleted file mode 100644
index 20e5285e60..0000000000
--- a/lxqt-admin/patches/patch-lxqt-admin-time_lxqt-admin-time-helper.freebsd
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD$
-
-Avoid non portable == shell test usage
-
---- lxqt-admin-time/lxqt-admin-time-helper.freebsd.orig	2019-02-25 22:10:39.000000000 +0000
-+++ lxqt-admin-time/lxqt-admin-time-helper.freebsd
-@@ -44,22 +44,22 @@ if [ "${newdate}" != "" ]; then
- 	date -f %s ${settime}
- fi;
- if [ "${usentp}" != "" ];  then
--	if [ "$usentp" == "true" ]; then
-+	if [ "$usentp" = "true" ]; then
- 	sysrc ntpd_enable=YES
- 	service ntpd stop
- 	ntpd -g -q
- 	service ntpd start
- 	fi;
--	if [ "$usentp" == "false" ]; then
-+	if [ "$usentp" = "false" ]; then
- 		sysrc ntpd_enable=false
- 		service ntpd onestop
-         fi;
- fi;
- if [ "${islocaltime}" != "" ]; then
--	if  [ $islocaltime == "false" ]; then
-+	if  [ $islocaltime = "false" ]; then
- 	rm -f /etc/wall_cmos_clock;
- 	fi;
--	if [ $islocaltime == "true" ]; then
-+	if [ $islocaltime = "true" ]; then
- 	touch /etc/wall_cmos_clock
- 	fi
- fi;
diff --git a/lxqt-openssh-askpass/DESCR b/lxqt-openssh-askpass/DESCR
deleted file mode 100644
index e375a3556c..0000000000
--- a/lxqt-openssh-askpass/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-LXQt tool used with openssh to prompt the user for password.
diff --git a/lxqt-openssh-askpass/Makefile b/lxqt-openssh-askpass/Makefile
deleted file mode 100644
index 84794168db..0000000000
--- a/lxqt-openssh-askpass/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-openssh-askpass-0.14.1
-CATEGORIES=	x11
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-openssh-askpass/0.14.1/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	Tool used with openssh to prompt the user for password
-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
-DEPENDS+=	openssh-[0-9]*:../../security/openssh
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/liblxqt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-openssh-askpass/PLIST b/lxqt-openssh-askpass/PLIST
deleted file mode 100644
index 8aed3dbe0d..0000000000
--- a/lxqt-openssh-askpass/PLIST
+++ /dev/null
@@ -1,27 +0,0 @@
-@comment $NetBSD$
-bin/lxqt-openssh-askpass
-man/man1/lxqt-openssh-askpass.1
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_ar.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_ca.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_cs.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_cy.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_da.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_de.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_el.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_es.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_fr.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_gl.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_he.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_hu.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_id.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_it.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_ja.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_lt.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_nb_NO.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_nl.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_pl.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_pt.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_ru.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_tr.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_uk.qm
-share/lxqt/translations/lxqt-openssh-askpass/lxqt-openssh-askpass_zh_CN.qm
diff --git a/lxqt-openssh-askpass/distinfo b/lxqt-openssh-askpass/distinfo
deleted file mode 100644
index 189c519a43..0000000000
--- a/lxqt-openssh-askpass/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-openssh-askpass-0.14.1.tar.xz) = 2cec3a5712413739363ac73a4099097e82ca26bc
-RMD160 (lxqt-openssh-askpass-0.14.1.tar.xz) = db5ed64c7d12ce54bb023903335554789d727288
-SHA512 (lxqt-openssh-askpass-0.14.1.tar.xz) = ab35cd719d4a31a495bed68a30cad5bf85701d223ee7306f0dad40717d0c2821af53e07a929b5855fb0cd680684fb790a638b59a1ea3ef288e0f656ab490b5bf
-Size (lxqt-openssh-askpass-0.14.1.tar.xz) = 16848 bytes
diff --git a/lxqt-policykit/DESCR b/lxqt-policykit/DESCR
deleted file mode 100644
index e45071bcdd..0000000000
--- a/lxqt-policykit/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-LXQt policykit authentication agent.
diff --git a/lxqt-policykit/Makefile b/lxqt-policykit/Makefile
deleted file mode 100644
index 25d87bdceb..0000000000
--- a/lxqt-policykit/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-policykit-0.14.1
-CATEGORIES=	x11
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-policykit/0.14.1/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	Policykit authentication agent
-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/liblxqt/buildlink3.mk"
-.include "../../security/polkit-qt5/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-policykit/PLIST b/lxqt-policykit/PLIST
deleted file mode 100644
index 5796d83c8e..0000000000
--- a/lxqt-policykit/PLIST
+++ /dev/null
@@ -1,28 +0,0 @@
-@comment $NetBSD$
-bin/lxqt-policykit-agent
-man/man1/lxqt-policykit-agent.1
-share/examples/lxqt/xdg/autostart/lxqt-policykit-agent.desktop
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_ar.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_ca.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_cs.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_cy.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_da.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_de.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_el.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_es.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_fr.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_gl.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_he.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_hu.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_id.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_it.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_ja.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_lt.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_nb_NO.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_nl.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_pl.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_pt.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_ru.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_tr.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_uk.qm
-share/lxqt/translations/lxqt-policykit-agent/lxqt-policykit-agent_zh_CN.qm
diff --git a/lxqt-policykit/distinfo b/lxqt-policykit/distinfo
deleted file mode 100644
index 69ef244ae0..0000000000
--- a/lxqt-policykit/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-policykit-0.14.1.tar.xz) = fd562185c5311eded07c42f3e4e807dada070561
-RMD160 (lxqt-policykit-0.14.1.tar.xz) = ac1c37123a55ab166e2648348563564c9caf637c
-SHA512 (lxqt-policykit-0.14.1.tar.xz) = c3df41a45ef4d04eba9ce0c9f29d4c9b68a192302e85e192a26ae73617b87d0ad70ec64135f500485d4c10095754e36935bf9790ffd83d0197b1bb784971a940
-Size (lxqt-policykit-0.14.1.tar.xz) = 37616 bytes
diff --git a/lxqt-powermanagement/DESCR b/lxqt-powermanagement/DESCR
deleted file mode 100644
index 442ae422f0..0000000000
--- a/lxqt-powermanagement/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-LXQt daemon use for power management and auto-suspend.
diff --git a/lxqt-powermanagement/Makefile b/lxqt-powermanagement/Makefile
deleted file mode 100644
index 9f9656747a..0000000000
--- a/lxqt-powermanagement/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-powermanagement-0.14.1
-CATEGORIES=	x11
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-powermanagement/0.14.1/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	Daemon use for power management and auto-suspend
-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 "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
-.include "../../x11/qt5-qtx11extras/buildlink3.mk"
-.include "../../x11/liblxqt/buildlink3.mk"
-.include "../../devel/kidletime/buildlink3.mk"
-.include "../../sysutils/upower/buildlink3.mk"
-.include "../../sysutils/solid/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-powermanagement/PLIST b/lxqt-powermanagement/PLIST
deleted file mode 100644
index 6d3f6294c1..0000000000
--- a/lxqt-powermanagement/PLIST
+++ /dev/null
@@ -1,55 +0,0 @@
-@comment $NetBSD$
-bin/lxqt-config-powermanagement
-bin/lxqt-powermanagement
-share/applications/lxqt-config-powermanagement.desktop
-share/examples/lxqt/xdg/autostart/lxqt-powermanagement.desktop
-share/icons/hicolor/scalable/devices/laptop-lid.svg
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_ar.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_ca.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_cs.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_cy.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_da.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_de.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_el.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_es.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_fr.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_gl.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_he.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_hu.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_id.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_it.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_ja.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_lt.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_nb_NO.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_nl.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_pl.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_pt.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_ru.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_tr.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_uk.qm
-share/lxqt/translations/lxqt-config-powermanagement/lxqt-config-powermanagement_zh_CN.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_ar.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_ca.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_cs.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_cy.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_da.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_de.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_el.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_es.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_fr.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_gl.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_he.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_hu.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_id.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_it.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_ja.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_lt.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_nb_NO.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_nl.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_pl.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_pt.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_ru.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_tr.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_uk.qm
-share/lxqt/translations/lxqt-powermanagement/lxqt-powermanagement_zh_CN.qm
-@pkgdir lib
diff --git a/lxqt-powermanagement/distinfo b/lxqt-powermanagement/distinfo
deleted file mode 100644
index 6bf11ab4b2..0000000000
--- a/lxqt-powermanagement/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-powermanagement-0.14.1.tar.xz) = 02509b20b8f166f742966b3aee9271c23c63dfe4
-RMD160 (lxqt-powermanagement-0.14.1.tar.xz) = 0e1f9c686c69839cfbe5b922e3c6597b176bbceb
-SHA512 (lxqt-powermanagement-0.14.1.tar.xz) = 04c72e8f73fff647f0a1d987db2879dffaeba7accfa320bc3b101befdb041ce391debd5f6de12cd2614f9ddc9bf07644d778bb33611a3a4690fe818f7bc81d10
-Size (lxqt-powermanagement-0.14.1.tar.xz) = 60892 bytes
diff --git a/lxqt-sudo/DESCR b/lxqt-sudo/DESCR
deleted file mode 100644
index 2d01fc32b2..0000000000
--- a/lxqt-sudo/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-lxqt-sudo is a graphical front-end of commands `sudo`
-and `su` respectively. As such it enables regular users
-to launch applications with permissions of other users including root.
diff --git a/lxqt-sudo/Makefile b/lxqt-sudo/Makefile
deleted file mode 100644
index 353e3a6b69..0000000000
--- a/lxqt-sudo/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lxqt-sudo-0.14.1
-CATEGORIES=	security
-MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-sudo/0.14.1/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	LXQt GUI frontend for sudo
-LICENSE=	gnu-lgpl-v2.1
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++
-
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
-CMAKE_ARGS+=	-DMSK_INSTALL_INCLUDES=/include
-
-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+=	sudo-[0-9]*:../../security/sudo
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/liblxqt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-sudo/PLIST b/lxqt-sudo/PLIST
deleted file mode 100644
index f56c0467ba..0000000000
--- a/lxqt-sudo/PLIST
+++ /dev/null
@@ -1,35 +0,0 @@
-@comment $NetBSD$
-bin/lxqt-sudo
-bin/lxsu
-bin/lxsudo
-man/man1/lxqt-sudo.1
-man/man1/lxsu.1
-man/man1/lxsudo.1
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_ar.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_ca.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_cs.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_cy.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_da.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_de.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_el.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_es.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_fi.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_fr.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_gl.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_he.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_hu.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_id.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_it.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_ja.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_lt.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_nb_NO.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_nl.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_pl.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_pt.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_ru.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_sk.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_tr.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_uk.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_vi.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_zh_CN.qm
-share/lxqt/translations/lxqt-sudo/lxqt-sudo_zh_TW.qm
diff --git a/lxqt-sudo/distinfo b/lxqt-sudo/distinfo
deleted file mode 100644
index fc903fd55d..0000000000
--- a/lxqt-sudo/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (lxqt-sudo-0.14.1.tar.xz) = ba74c8b6047f8095fe825426e9d29abfaf34bf23
-RMD160 (lxqt-sudo-0.14.1.tar.xz) = bd712eb673239877759b1c3c88bc15592961adf4
-SHA512 (lxqt-sudo-0.14.1.tar.xz) = b2741ead9c03c2dddf878b7658316ad0ce170068aca413b48b2f614e6ee09e7494e9907f7bf46de09c84e50b75cd523b059d47f9a0d2be11b340824475ca9222
-Size (lxqt-sudo-0.14.1.tar.xz) = 30692 bytes
-SHA1 (patch-sudo.cpp) = 5152352aab2b13533d275e0c964b8b07b9656072
diff --git a/lxqt-sudo/patches/patch-sudo.cpp b/lxqt-sudo/patches/patch-sudo.cpp
deleted file mode 100644
index b3adeca515..0000000000
--- a/lxqt-sudo/patches/patch-sudo.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD$
-
-sudo.cpp: Make pty header conditional depending on linux
-
---- sudo.cpp.orig	2019-02-23 23:40:30.000000000 +0000
-+++ sudo.cpp
-@@ -38,7 +38,13 @@
- #include <QThread>
- #include <QProcessEnvironment>
- #include <QTimer>
-+#if defined(Q_OS_LINUX)
- #include <pty.h>
-+#else
-+#include <errno.h>
-+#include <termios.h>
-+#include <util.h>
-+#endif
- #include <unistd.h>
- #include <memory>
- #include <csignal>
diff --git a/lxqt/DESCR b/lxqt/DESCR
deleted file mode 100644
index 8ac1021921..0000000000
--- a/lxqt/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-LXQt is a free desktop environment with comparatively low resource
-requirements. This makes it especially suitable for resource-constrained
-personal computers such as netbooks or System on a chip computers.
-
-This is a meta package for the LXQt desktop environment.
diff --git a/lxqt/Makefile b/lxqt/Makefile
deleted file mode 100644
index eec18c9d50..0000000000
--- a/lxqt/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD$
-
-PKGNAME=	lxqt-0.14.1
-CATEGORIES=	meta-pkgs
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://lxqt.org/
-COMMENT=	Meta-package for LXQt desktop environment
-
-META_PACKAGE=	yes
-
-.include "options.mk"
-
-TOOL_DEPENDS+=	lxqt-build-tools>=0.6.0:../../devel/lxqt-build-tools
-
-DEPENDS+=	libqtxdg>=3.4.0:../../x11/libqtxdg
-#DEPENDS+=	libsysstat>=0.4.2:../../wip/libsysstat
-# See lxqt-panel SYSSTAT_PLUGIN
-DEPENDS+=	liblxqt>=0.14.1:../../x11/liblxqt
-DEPENDS+=	libfm-qt>=0.14.1:../../x11/libfm-qt
-DEPENDS+=	lxqt-themes>=0.14.0:../../wip/lxqt-themes
-DEPENDS+=	pavucontrol-qt>=0.14.1:../../wip/pavucontrol-qt
-DEPENDS+=	qtermwidget>=0.14.1:../../x11/qtermwidget
-DEPENDS+=	lximage-qt>=0.14.1:../../graphics/lximage-qt
-DEPENDS+=	lxqt-about>=0.14.1:../../wip/lxqt-about
-DEPENDS+=	lxqt-policykit>=0.14.1:../../wip/lxqt-policykit
-DEPENDS+=	lxqt-admin>=0.14.1:../../wip/lxqt-admin
-DEPENDS+=	lxqt-config>=0.14.1:../../wip/lxqt-config
-DEPENDS+=	lxqt-globalkeys>=0.14.3:../../wip/lxqt-globalkeys
-DEPENDS+=	lxqt-openssh-askpass>=0.14.1:../../wip/lxqt-openssh-askpass
-DEPENDS+=	lxqt-notificationd>=0.14.1:../../wip/lxqt-notificationd
-DEPENDS+=	lxqt-powermanagement>=0.14.1:../../wip/lxqt-powermanagement
-DEPENDS+=	lxqt-qtplugin>=0.14.0:../../wip/lxqt-qtplugin
-DEPENDS+=	lxqt-session>=0.14.1:../../wip/lxqt-session
-DEPENDS+=	lxqt-sudo>=0.14.1:../../wip/lxqt-sudo
-DEPENDS+=	pcmanfm-qt>=0.14.1:../../sysutils/pcmanfm-qt
-DEPENDS+=	qterminal>=0.14.1:../../x11/qterminal
-DEPENDS+=	lxqt-panel>=0.14.1:../../wip/lxqt-panel
-DEPENDS+=	lxqt-runner>=0.14.1:../../wip/lxqt-runner
-#DEPENDS+=	qt5-qttranslations>=5.14.1:../../x11/qt5-qttranslations
-# This pulls quite a lot of dependencies but, if translations are wanted
-# its needed.
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt/options.mk b/lxqt/options.mk
deleted file mode 100644
index b37e2bb011..0000000000
--- a/lxqt/options.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.lxqt
-PKG_SUPPORTED_OPTIONS=	openbox
-PKG_SUGGESTED_OPTIONS=	openbox
-# wip/kwin and wm/xfce4-wm are known to work options
-# see https://github.com/lxqt/lxqt/wiki/ConfigWindowManagers
-
-.include "../../mk/bsd.options.mk"
-
-# \todo: When importing, add openbox to options file.
-.if !empty(PKG_OPTIONS:Mopenbox)
-DEPENDS+=	openbox>=3.6.1:../../wm/openbox
-DEPENDS+=	obconf-qt>=0.14.1:../../wip/obconf-qt
-.endif


Home | Main Index | Thread Index | Old Index