pkgsrc-WIP-changes archive

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

lxqt-session, -runner update



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Feb 19 08:52:08 2020 +0100
Changeset:	059edc023678d6c4b572a62da11c67f37f0f7129

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

Log Message:
lxqt-session, -runner update

after imports to pkgsrc

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

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

diffstat:
 lxqt-runner/Makefile  | 4 +---
 lxqt-session/Makefile | 5 +----
 2 files changed, 2 insertions(+), 7 deletions(-)

diffs:
diff --git a/lxqt-runner/Makefile b/lxqt-runner/Makefile
index b1c23f57b0..7c1d505d09 100644
--- a/lxqt-runner/Makefile
+++ b/lxqt-runner/Makefile
@@ -17,12 +17,10 @@ USE_LANGUAGES=	c c++
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
-CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
-
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
+TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
 TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../wip/lxqt-globalkeys/buildlink3.mk"
diff --git a/lxqt-session/Makefile b/lxqt-session/Makefile
index adab81b2e1..17eed17332 100644
--- a/lxqt-session/Makefile
+++ b/lxqt-session/Makefile
@@ -23,10 +23,7 @@ CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
-post-install:
-	${RM} -rf ${DESTDIR}${PREFIX}/etc/xdg/openbox/lxqt-rc.xml
-
-TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
+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
 


Home | Main Index | Thread Index | Old Index