aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
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 /DEPENDENCIES
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 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES22
1 files changed, 21 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index dafae1e0..8e9e8c5f 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -20,6 +20,7 @@ xbrightness (x11/xbrightness) (Screen Brightness Control)
Build time dependencies:
+== (Version 0.7.2) ==
Qt 4.8+
qt4-core (devel/qt4-corelib))
qt4-gui (x11-toolkits/qt4-gui)
@@ -31,11 +32,30 @@ Qt 4.8+
qt4-moc (devel/qt4-moc)
qt4-rcc (devel/qt4-rcc)
devel/qt4-qtsolutions-singleapplication
-
+
X.org and XLib with extensions:
Xrender (x11/libXrender)
Xcomposite (x11/libXcomposite)
Xdamage (x11/libXdamage)
+
+== (Version 0.8.0+) ==
+Qt 5.2+
+ qt5-core
+ qt5-buildtools
+ qt5-gui
+ qt5-widgets
+ qt5-multimedia
+ qt5-network
+ qt5-qmake
+ qt5-svg
+ qt5-x11extras
+
+X.org and XCB extensions (possibly the XLib libraries above during the transition phase):
+ libxcb
+ xcb-util-wm (window manager framework)
+ xcb-damage (included in base XCB lib?)
+ xcb-composite (included in base XCB lib?)
+ xcb-render (included in base XCB lib?)
bgstack15