pkgsrc-WIP-changes archive

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

lxqt-runner, verify build with Qt5>=5.14



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jan 31 15:54:22 2020 +0100
Changeset:	9d7b6c6f5eca351f3f223d0a629b4c1ac94ec4f6

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

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

Verify build.
Add maintainer.
Clean-up Makefile.
NOTE: Depends on wip/muparser

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

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

diffstat:
 lxqt-runner/Makefile | 13 +------------
 lxqt-runner/PLIST    |  2 +-
 2 files changed, 2 insertions(+), 13 deletions(-)

diffs:
diff --git a/lxqt-runner/Makefile b/lxqt-runner/Makefile
index 3601c6eaa6..64232dcc6d 100644
--- a/lxqt-runner/Makefile
+++ b/lxqt-runner/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	x11
 MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-runner/0.14.1/
 EXTRACT_SUFX=	.tar.xz
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	voidpin%protonmail.com@localhost
 HOMEPAGE=	https://lxqt.org/
 COMMENT=	Launch applications quickly by typing commands
 LICENSE=	gnu-lgpl-v2.1
@@ -17,17 +17,6 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
-EGDIR=			share/examples/lxqt-runner
-PKG_SYSCONFSUBDIR=	xdg
-MAKE_DIRS+=		${PKG_SYSCONFDIR}/autostart
-CONF_FILES=		${EGDIR}/xdg/autostart/lxqt-runner.desktop \
-			${PKG_SYSCONFDIR}/autostart/lxqt-runner.desktop
-
-SUBST_CLASSES+=		conf
-SUBST_FILES.conf=	autostart/CMakeLists.txt
-SUBST_SED.conf=		-e 's,$${LXQT_ETC_XDG_DIR}/,${EGDIR}/xdg/,'
-SUBST_STAGE.conf=	pre-configure
-
 INSTALLATION_DIRS+=	lib
 
 pre-configure:
diff --git a/lxqt-runner/PLIST b/lxqt-runner/PLIST
index dd4ea32b33..bbbb197213 100644
--- a/lxqt-runner/PLIST
+++ b/lxqt-runner/PLIST
@@ -1,7 +1,7 @@
 @comment $NetBSD$
 bin/lxqt-runner
 man/man1/lxqt-runner.1
-share/examples/lxqt-runner/xdg/autostart/lxqt-runner.desktop
+share/examples/lxqt/xdg/autostart/lxqt-runner.desktop
 share/lxqt/translations/lxqt-runner/lxqt-runner_ar.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_ca.qm
 share/lxqt/translations/lxqt-runner/lxqt-runner_cs.qm


Home | Main Index | Thread Index | Old Index