pkgsrc-WIP-changes archive

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

lumina: Stop altering paths -- move remaining issues upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu May 26 14:32:14 2016 +0200
Changeset:	dd13044242e70fd02fddc81636767bd998ec9e19

Modified Files:
	lumina/Makefile

Log Message:
lumina: Stop altering paths -- move remaining issues upstream

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

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

diffstat:
 lumina/Makefile | 20 --------------------
 1 file changed, 20 deletions(-)

diffs:
diff --git a/lumina/Makefile b/lumina/Makefile
index 79e86fd..24d38a4 100644
--- a/lumina/Makefile
+++ b/lumina/Makefile
@@ -15,7 +15,6 @@ USE_LANGUAGES=	c c++
 USE_LIBTOOL=	yes
 
 EGDIR=		${PREFIX}/share/examples/lumina
-
 CONF_FILES+=	${EGDIR}/luminaDesktop.conf ${PKG_SYSCONFDIR}/luminaDesktop.conf
 
 DEPENDS+=	fluxbox-[0-9]*:../../wm/fluxbox
@@ -23,25 +22,6 @@ DEPENDS+=	oxygen-icons-[0-9]*:../../graphics/oxygen-icons
 DEPENDS+=	xscreensaver-[0-9]*:../../x11/xscreensaver
 DEPENDS+=	numlockx-[0-9]*:../../x11/numlockx
 
-SUBST_CLASSES+=		prefix
-SUBST_STAGE.prefix=	post-patch
-SUBST_MESSAGE.prefix=	Fixing prefix
-SUBST_FILES.prefix=	src-qt5/core/libLumina/LuminaXDG.cpp
-SUBST_FILES.prefix+=	src-qt5/core/libLumina/LuminaOS-NetBSD.cpp
-SUBST_SED.prefix=	-e 's,/usr/local,${PREFIX},'
-
-#SUBST_CLASSES+=		sysconf
-#SUBST_STAGE.sysconf=	post-patch
-#SUBST_MESSAGE.sysconf=	Fixing system configuration dir
-#SUBST_FILES.sysconf=	src-qt5/core/libLumina/LuminaUtils.cpp
-#SUBST_SED.sysconf=	-e 's,/etc/luminaDesktop.conf,${PKG_SYSCONFDIR}/luminaDesktop.conf,'
-
-SUBST_CLASSES+=		egdir
-SUBST_STAGE.egdir=	post-patch
-SUBST_MESSAGE.egdir=	Install configuration to example dir
-SUBST_FILES.egdir=	src-qt5/core/lumina-desktop/lumina-desktop.pro
-SUBST_SED.egdir=	-e 's,\$\$PREFIX/etc/luminaDesktop.conf.dist,${EGDIR}/luminaDesktop.conf,'
-
 INSTALL_MAKE_FLAGS=		INSTALL_ROOT=${DESTDIR}
 
 # The NO_I18N option results in regeneration of empty translation files


Home | Main Index | Thread Index | Old Index