pkgsrc-WIP-changes archive

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

lxqt-config, verify build with Qt5>=5.14



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jan 31 10:59:52 2020 +0100
Changeset:	0d9cc6ef8a1631b3a495c5fdb9078e3821f977e3

Modified Files:
	lxqt-config/Makefile

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

Veify build.
Add maintainer.
Clean-up Makefile.
NOTE: Depends on /wip/libkscreen

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

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

diffstat:
 lxqt-config/Makefile | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diffs:
diff --git a/lxqt-config/Makefile b/lxqt-config/Makefile
index 77fa0a66f2..31a7c04c6c 100644
--- a/lxqt-config/Makefile
+++ b/lxqt-config/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	x11
 MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-config/0.14.1/
 EXTRACT_SUFX=	.tar.xz
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	voidpin%protonmail.com@localhost
 COMMENT=	System configuration (control center)
 HOMEPAGE=	https://downloads.lxqt.org/
 LICENSE=	gnu-lgpl-v2.1
@@ -19,17 +19,6 @@ CMAKE_ARG_PATH=	..
 
 CMAKE_ARGS+=	-DWITH_INPUT=OFF
 
-EGDIR=			share/examples/lxqt
-PKG_SYSCONFSUBDIR=	xdg
-MAKE_DIRS+=		${PKG_SYSCONFDIR}/menus
-CONF_FILES=		${EGDIR}/xdg/menus/lxqt-config.menu \
-			${PKG_SYSCONFDIR}/menus/lxqt-config.menu
-
-SUBST_CLASSES+=		conf
-SUBST_FILES.conf=	src/CMakeLists.txt
-SUBST_SED.conf=		-e 's,$${LXQT_ETC_XDG_DIR}/,${EGDIR}/xdg/,'
-SUBST_STAGE.conf=	pre-configure
-
 INSTALLATION_DIRS+=	bin lib
 
 pre-configure:


Home | Main Index | Thread Index | Old Index