From 71c2fda95224f0a04316c5f1059628d33564ca43 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 18 Dec 2014 07:47:48 -0500 Subject: Commit a checkpoint on the conversion of Lumina to Qt5. It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels). --- port-files/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'port-files/Makefile') diff --git a/port-files/Makefile b/port-files/Makefile index e625c4b4..483c49e3 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -3,7 +3,7 @@ PORTNAME= lumina GITVERSION= CHGVERSION -PORTVERSION= 0.7.2.${GITVERSION} +PORTVERSION= 0.8.0.${GITVERSION} PORTEPOCH= 1 CATEGORIES= x11 DISTNAME= ${PORTNAME}-${GITVERSION} @@ -23,16 +23,14 @@ RUN_DEPENDS= xorg>=0:${PORTSDIR}/x11/xorg \ xscreensaver-demo:${PORTSDIR}/x11/xscreensaver \ xbrightness:${PORTSDIR}/x11/xbrightness \ numlockx:${PORTSDIR}/x11/numlockx \ - phonon-gstreamer>=0:${PORTSDIR}/multimedia/phonon-gstreamer \ - gstreamer-plugins-ogg>=0:${PORTSDIR}/audio/gstreamer-plugins-ogg -LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication \ - libjpeg.so:${PORTSDIR}/graphics/jpeg +#LIB_DEPENDS= MAKE_JOBS_UNSAFE=yes USE_XORG= x11 xcomposite xdamage xrender +USE_XCB= x11extras wm USE_LDCONFIG= yes -USE_QT4= corelib gui network svg linguist phonon imageformats \ - moc_build rcc_build uic_build +USE_QT5= corelib gui network svg linguist multimedia imageformats \ + buildtools x11extras USES= qmake tar:bzip2 WRKSRC= ${WRKDIR}/lumina -- cgit