pkgsrc-WIP-changes archive

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

lumina: pkglint -Wall -Call



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Dec 2 04:07:38 2015 +0100
Changeset:	7ec9404959ccbc85447bcba4c6b7a6e505602137

Modified Files:
	lumina/DESCR
	lumina/Makefile

Log Message:
lumina: pkglint -Wall -Call

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

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

diffstat:
 lumina/DESCR    | 2 +-
 lumina/Makefile | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/lumina/DESCR b/lumina/DESCR
index 94a3393..3f8833f 100644
--- a/lumina/DESCR
+++ b/lumina/DESCR
@@ -10,7 +10,7 @@ to run applications, so Lumina was designed to require as few system
 dependencies/requirements as possible. This allows it to be used to revitalize
 older systems or to allow the user to run applications that may need a higher
 percentage of the system resources than were previously available with other
-desktop environments. 
+desktop environments.
 
 All of this results in a very lightweight, customizable, and smooth desktop
 experience with minimal system overhead.
diff --git a/lumina/Makefile b/lumina/Makefile
index dc80038..df34eb4 100644
--- a/lumina/Makefile
+++ b/lumina/Makefile
@@ -12,6 +12,8 @@ LICENSE=	modified-bsd
 
 USE_LANGUAGES=	c c++
 
+USE_LIBTOOL=	yes
+
 DEPENDS+=	fluxbox-[0-9]*:../../wm/fluxbox
 DEPENDS+=	oxygen-icons-[0-9]*:../../graphics/oxygen-icons
 DEPENDS+=	xscreensaver-[0-9]*:../../x11/xscreensaver
@@ -37,6 +39,7 @@ INSTALL_ENV=		INSTALL_ROOT=${DESTDIR}
 pre-build:
 	${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake PREFIX=${PREFIX} CONFIG+="configure NO_I18N"
 
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"


Home | Main Index | Thread Index | Old Index