pkgsrc-WIP-changes archive

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

lxqt-panel, verify build with Qt5>=5.14



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jan 31 13:57:25 2020 +0100
Changeset:	7b98d72ec76fa3128219f6161ebdec170bbafa28

Modified Files:
	lxqt-panel/Makefile
	lxqt-panel/PLIST

Log Message:
lxqt-panel, verify build with Qt5>=5.14

Verify build.
Add maintainer.
Remove unnecessary dependencies.
Avoid pulseaudio and alsa.

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

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

diffstat:
 lxqt-panel/Makefile | 22 +++-------------------
 lxqt-panel/PLIST    |  4 ++--
 2 files changed, 5 insertions(+), 21 deletions(-)

diffs:
diff --git a/lxqt-panel/Makefile b/lxqt-panel/Makefile
index 66d8049e94..617927767a 100644
--- a/lxqt-panel/Makefile
+++ b/lxqt-panel/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	x11
 MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-panel/0.14.1/
 EXTRACT_SUFX=	.tar.xz
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	voidpin%protonmail.com@localhost
 HOMEPAGE=	https://downloads.lxqt.org/
 COMMENT=	Desktop panel
 LICENSE=	gnu-lgpl-v2.1
@@ -24,20 +24,7 @@ CMAKE_ARGS+=	-DSENSORS_PLUGIN=No
 CMAKE_ARGS+=	-DNETWORKMONITOR_PLUGIN=No
 CMAKE_ARGS+=	-DSYSSTAT_PLUGIN=No
 CMAKE_ARGS+=	-DVOLUME_USE_ALSA=No
-
-EGDIR=			share/examples/lxqt-panel
-PKG_SYSCONFSUBDIR=	xdg
-MAKE_DIRS+=		${PKG_SYSCONFDIR}/autostart \
-			${PKG_SYSCONFDIR}/menus
-
-CONF_FILES=		${EGDIR}/xdg/autostart/lxqt-panel.desktop \
-			${PKG_SYSCONFDIR}/autostart/lxqt-panel.desktop
-
-SUBST_CLASSES+=		conf
-SUBST_FILES.conf=	autostart/CMakeLists.txt \
-			menu/CMakeLists.txt
-SUBST_SED.conf=		-e 's,$${LXQT_ETC_XDG_DIR}/,${EGDIR}/xdg/,'
-SUBST_STAGE.conf=	pre-configure
+CMAKE_ARGS+=	-DVOLUME_USE_PULSEAUDIO=No
 
 INSTALLATION_DIRS+=	bin lib
 
@@ -45,16 +32,13 @@ pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
 TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
-DEPENDS+=	breeze-icons-[0-9]*:../../graphics/breeze-icons
+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/qt5-qttools/buildlink3.mk"
 .include "../../x11/libXcomposite/buildlink3.mk"
-.include "../../devel/libstatgrab/buildlink3.mk"
 .include "../../x11/libxcb/buildlink3.mk"
 .include "../../devel/libdbusmenu-qt5/buildlink3.mk"
-.include "../../wip/liblxqt/buildlink3.mk"
 .include "../../wip/lxqt-globalkeys/buildlink3.mk"
 .include "../../sysutils/solid/buildlink3.mk"
 .include "../../x11/kwindowsystem/buildlink3.mk"
diff --git a/lxqt-panel/PLIST b/lxqt-panel/PLIST
index 72ab54576b..3240a923eb 100644
--- a/lxqt-panel/PLIST
+++ b/lxqt-panel/PLIST
@@ -10,8 +10,8 @@ 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-panel/xdg/autostart/lxqt-panel.desktop
-share/examples/lxqt-panel/xdg/menus/lxqt-applications.menu
+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


Home | Main Index | Thread Index | Old Index