aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-28 15:06:12 -0400
committerKen Moore <moorekou@gmail.com>2016-06-28 15:06:12 -0400
commit0e151a7348541025ff4ff8486292257cdf5bf2dc (patch)
tree15de6d6720451a04be9aa76a3537aec55723938e
parentFix the symlink creation routine in lumina-textedit to work with package syst... (diff)
downloadlumina-0e151a7348541025ff4ff8486292257cdf5bf2dc.tar.gz
lumina-0e151a7348541025ff4ff8486292257cdf5bf2dc.tar.bz2
lumina-0e151a7348541025ff4ff8486292257cdf5bf2dc.zip
Another couple quick fixes for the FreeBSD port files.
-rw-r--r--port-files/FreeBSD/Makefile6
-rw-r--r--port-files/FreeBSD/distinfo5
-rw-r--r--port-files/FreeBSD/pkg-plist1
3 files changed, 6 insertions, 6 deletions
diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile
index 5561b613..85f5234c 100644
--- a/port-files/FreeBSD/Makefile
+++ b/port-files/FreeBSD/Makefile
@@ -37,10 +37,10 @@ RUN_DEPENDS+= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
MAKE_JOBS_UNSAFE=yes
-USE_XORG= x11 xdamage
-USE_XCB= x11extras wm
+USE_XORG= x11 xdamage xcb
+USE_XCB= x11extras wm ewmh util-wm
USE_LDCONFIG= yes
-USE_QT5= core gui network svg multimedia imageformats \
+USE_QT5= core gui widgets network svg multimedia imageformats \
buildtools_build x11extras concurrent
USES= desktop-file-utils qmake
USE_GITHUB= yes
diff --git a/port-files/FreeBSD/distinfo b/port-files/FreeBSD/distinfo
index aaefc4dd..9570700a 100644
--- a/port-files/FreeBSD/distinfo
+++ b/port-files/FreeBSD/distinfo
@@ -1,2 +1,3 @@
-SHA256 (lumina-0.8.4.tar.bz2) = 5fdfbb6b75d86d3cb68dce0453d4675dd7e24312de445e188d5a988512ee9bd3
-SIZE (lumina-0.8.4.tar.bz2) = 23262377
+TIMESTAMP = 1467137694
+SHA256 (trueos-lumina-v0.9.1-Release_GH0.tar.gz) = f62d033b585d46815089a3dce5703c626af23c50db1281a3f1c662fc39cf6006
+SIZE (trueos-lumina-v0.9.1-Release_GH0.tar.gz) = 54665105
diff --git a/port-files/FreeBSD/pkg-plist b/port-files/FreeBSD/pkg-plist
index 715e6dc8..fe6ce23e 100644
--- a/port-files/FreeBSD/pkg-plist
+++ b/port-files/FreeBSD/pkg-plist
@@ -33,7 +33,6 @@ share/pixmaps/Lumina-DE.png
share/pixmaps/Insight-FileManager.png
share/xsessions/Lumina-DE.desktop
share/lumina-desktop/desktop-background.jpg
-share/lumina-desktop/defaultapps.conf
share/lumina-desktop/luminaDesktop.conf
share/lumina-desktop/fluxbox-init-rc
share/lumina-desktop/fluxbox-keys
bgstack15