aboutsummaryrefslogtreecommitdiff
path: root/port-files/Makefile
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-12-18 07:47:48 -0500
committerKen Moore <ken@pcbsd.org>2014-12-18 07:47:48 -0500
commit71c2fda95224f0a04316c5f1059628d33564ca43 (patch)
treeca74dbe49dd2f555e73893e7f5f06154d6dab763 /port-files/Makefile
parentOops, forgot to add knowledge of the new "Wine" app category to the userbutton. (diff)
downloadlumina-71c2fda95224f0a04316c5f1059628d33564ca43.tar.gz
lumina-71c2fda95224f0a04316c5f1059628d33564ca43.tar.bz2
lumina-71c2fda95224f0a04316c5f1059628d33564ca43.zip
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).
Diffstat (limited to 'port-files/Makefile')
-rw-r--r--port-files/Makefile12
1 files changed, 5 insertions, 7 deletions
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
bgstack15