aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-08-08 14:02:53 +0000
committerWeblate <noreply@weblate.org>2017-08-08 14:02:53 +0000
commit14d8f4b141662da786a2b5d1b3adf6d1521a641f (patch)
tree82bde1b2363c6d727ca2ea7df8f8695aa8e3686c /port-files/FreeBSD
parentTranslated using Weblate (Lithuanian) (diff)
parentTranslated using Weblate (Lithuanian) (diff)
downloadlumina-14d8f4b141662da786a2b5d1b3adf6d1521a641f.tar.gz
lumina-14d8f4b141662da786a2b5d1b3adf6d1521a641f.tar.bz2
lumina-14d8f4b141662da786a2b5d1b3adf6d1521a641f.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'port-files/FreeBSD')
-rw-r--r--port-files/FreeBSD/deskutils/lumina-mediaplayer/Makefile5
-rw-r--r--port-files/FreeBSD/x11/lumina-core/pkg-plist10
2 files changed, 14 insertions, 1 deletions
diff --git a/port-files/FreeBSD/deskutils/lumina-mediaplayer/Makefile b/port-files/FreeBSD/deskutils/lumina-mediaplayer/Makefile
index 2a319ee5..1bc0c455 100644
--- a/port-files/FreeBSD/deskutils/lumina-mediaplayer/Makefile
+++ b/port-files/FreeBSD/deskutils/lumina-mediaplayer/Makefile
@@ -11,6 +11,9 @@ COMMENT= Streaming media player from the Lumina Desktop
LICENSE= BSD3CLAUSE
+RUN_DEPENDS= gstreamer1-qt5>=0:multimedia/gstreamer1-qt5 \
+ gstreamer1-plugins-gl>=0:graphics/gstreamer1-plugins-gl
+
OPTIONS_DEFINE= I18N
OPTIONS_DEFAULT= I18N
I18N_DESC= Install localization files
@@ -19,9 +22,9 @@ I18N_DESC= Install localization files
MAKE_JOBS_UNSAFE=yes
+USES= qmake
USE_QT5= core gui widgets network svg \
buildtools_build x11extras multimedia concurrent
-USES= qmake
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= lumina
diff --git a/port-files/FreeBSD/x11/lumina-core/pkg-plist b/port-files/FreeBSD/x11/lumina-core/pkg-plist
index 58828828..91380e14 100644
--- a/port-files/FreeBSD/x11/lumina-core/pkg-plist
+++ b/port-files/FreeBSD/x11/lumina-core/pkg-plist
@@ -1,11 +1,15 @@
+bin/lthemeengine
bin/lumina-desktop
bin/lumina-info
bin/lumina-open
bin/start-lumina-desktop
etc/luminaDesktop.conf.dist
+lib/qt5/plugins/platformthemes/liblthemeengine.so
+lib/qt5/plugins/styles/liblthemeengine-style.so
man/man1/lumina-open.1.gz
man/man8/lumina-desktop.8.gz
man/man8/start-lumina-desktop.8.gz
+share/applications/lthemeengine.desktop
share/applications/lumina-info.desktop
share/applications/lumina-support.desktop
share/icons/material-design-dark/LICENSE
@@ -1634,6 +1638,12 @@ share/icons/material-design-light/scalable/status/weather-showers.svg
share/icons/material-design-light/scalable/status/weather-snow.svg
share/icons/material-design-light/scalable/status/weather-storm.svg
share/icons/material-design-light/scalable/status/weather-windy.svg
+share/lthemeengine/colors/airy.conf
+share/lthemeengine/colors/darker.conf
+share/lthemeengine/colors/dusk.conf
+share/lthemeengine/colors/sand.conf
+share/lthemeengine/colors/simple.conf
+share/lthemeengine/colors/waves.conf
share/lumina-desktop/Login.ogg
share/lumina-desktop/Logout.ogg
share/lumina-desktop/colors/Black.qss.colors
bgstack15