pkgsrc-WIP-changes archive

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

lumina-1.6.0: minor changes



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Jul 20 16:20:35 2020 +0200
Changeset:	6424a51951d9f7e42c7f2c6d1fd47a01dfbeea90

Modified Files:
	lumina-desktop/Makefile

Log Message:
lumina-1.6.0: minor changes

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

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

diffstat:
 lumina-desktop/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diffs:
diff --git a/lumina-desktop/Makefile b/lumina-desktop/Makefile
index 4b32c6a1a3..92e7114ea3 100644
--- a/lumina-desktop/Makefile
+++ b/lumina-desktop/Makefile
@@ -10,7 +10,6 @@ HOMEPAGE=	https://lumina-desktop.org/
 COMMENT=	Lightweight desktop for Unix-like operating systems
 LICENSE=	modified-bsd
 
-WRKSRC=		${WRKDIR}/lumina-1.6.0
 USE_LANGUAGES=	c c++
 
 USE_LIBTOOL=	yes
@@ -22,12 +21,10 @@ CONF_FILES+=	${EGDIR}/luminaDesktop.conf ${PKG_SYSCONFDIR}/luminaDesktop.conf
 
 MAKE_ENV+=	LFLAGS=${LDFLAGS:Q}
 
-CONFIGURE_ARGS+=	--WITH_I18N
-
 do-configure:
 	cd ${WRKSRC} && \
 	${SETENV} ${CONFIGURE_ENV} \
-	${QTDIR}/bin/qmake PREFIX=${PREFIX}
+	${QTDIR}/bin/qmake PREFIX=${PREFIX} LIBPREFIX=${PREFIX}lib CONFIG+="configure WITH_I18N" ${EXTRA}
 
 pre-install:
 	${RUN} ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}


Home | Main Index | Thread Index | Old Index