svn commit: r400187 - in head/x11: lumina lumina-i18n

Kris Moore kmoore at FreeBSD.org
Mon Oct 26 15:20:32 UTC 2015


Author: kmoore
Date: Mon Oct 26 15:20:30 2015
New Revision: 400187
URL: https://svnweb.freebsd.org/changeset/ports/400187

Log:
  - Update to Lumina 0.8.7

Added:
  head/x11/lumina/pkg-message   (contents, props changed)
Modified:
  head/x11/lumina-i18n/Makefile
  head/x11/lumina-i18n/distinfo
  head/x11/lumina-i18n/pkg-descr
  head/x11/lumina/Makefile
  head/x11/lumina/distinfo
  head/x11/lumina/pkg-descr
  head/x11/lumina/pkg-plist

Modified: head/x11/lumina-i18n/Makefile
==============================================================================
--- head/x11/lumina-i18n/Makefile	Mon Oct 26 14:06:49 2015	(r400186)
+++ head/x11/lumina-i18n/Makefile	Mon Oct 26 15:20:30 2015	(r400187)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lumina-i18n
-PORTVERSION=	0.8.6
+PORTVERSION=	0.8.7
 DISTVERSIONPREFIX=	v
 DISTVERSIONSUFFIX=	-Release
 CATEGORIES=	x11

Modified: head/x11/lumina-i18n/distinfo
==============================================================================
--- head/x11/lumina-i18n/distinfo	Mon Oct 26 14:06:49 2015	(r400186)
+++ head/x11/lumina-i18n/distinfo	Mon Oct 26 15:20:30 2015	(r400187)
@@ -1,2 +1,2 @@
-SHA256 (pcbsd-lumina-i18n-v0.8.6-Release_GH0.tar.xz) = 04bb57a99c31e670502589401c9ce05fdeabd1390216c5187dbcb5252352a06a
-SIZE (pcbsd-lumina-i18n-v0.8.6-Release_GH0.tar.xz) = 1105571
+SHA256 (pcbsd-lumina-i18n-v0.8.7-Release_GH0.tar.xz) = 74700724866197834daba5fc7ee3971cc2c518282ae9026d7effacfd0af7e199
+SIZE (pcbsd-lumina-i18n-v0.8.7-Release_GH0.tar.xz) = 1156816

Modified: head/x11/lumina-i18n/pkg-descr
==============================================================================
--- head/x11/lumina-i18n/pkg-descr	Mon Oct 26 14:06:49 2015	(r400186)
+++ head/x11/lumina-i18n/pkg-descr	Mon Oct 26 15:20:30 2015	(r400187)
@@ -1,3 +1,3 @@
 Lumina Desktop Environment localization files
 
-WWW: www.lumina-desktop.org
+WWW: http://lumina-desktop.org

Modified: head/x11/lumina/Makefile
==============================================================================
--- head/x11/lumina/Makefile	Mon Oct 26 14:06:49 2015	(r400186)
+++ head/x11/lumina/Makefile	Mon Oct 26 15:20:30 2015	(r400187)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lumina
-PORTVERSION=	0.8.6
+PORTVERSION=	0.8.7
 DISTVERSIONPREFIX=	v
 DISTVERSIONSUFFIX=	-Release
 PORTEPOCH=	1
@@ -22,29 +22,35 @@ RUN_DEPENDS=	xorg>=0:${PORTSDIR}/x11/xor
 		xbrightness:${PORTSDIR}/x11/xbrightness \
 		numlockx:${PORTSDIR}/x11/numlockx
 
-OPTIONS_DEFINE=	MULTIMEDIA
+CONFLICTS=      lumina-devel-0*
+
+OPTIONS_DEFINE=	MULTIMEDIA PCBSD
 OPTIONS_DEFAULT=	MULTIMEDIA
 MULTIMEDIA_DESC=	Install multimedia support backend (gstreamer)
+PCBSD_DESC=	Use the PC-BSD system interface settings.
 
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MMULTIMEDIA}
-RUN_DEPENDS+=	gstreamer-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer-plugins-core \
-		gstreamer-plugins-ogg>=0:${PORTSDIR}/audio/gstreamer-plugins-ogg \
-		gstreamer-plugins-vorbis>=0:${PORTSDIR}/audio/gstreamer-plugins-vorbis
+RUN_DEPENDS+=	gstreamer-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer-plugins-core
 .endif
 
 MAKE_JOBS_UNSAFE=yes
 
-USE_XORG=	x11 xcomposite xdamage xrender
+USE_XORG=	x11 xdamage
 USE_XCB=		x11extras wm
 USE_LDCONFIG=	yes
 USE_QT5=	core gui network quick svg linguist multimedia imageformats \
-		buildtools x11extras
-USES=		qmake
+		buildtools x11extras concurrent
+USES=		desktop-file-utils qmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	pcbsd
 
+#Setup the qmake configuration options
+.if {PORT_OPTIONS:MPCBSD}
+QMAKE_ARGS=	CONFIG+="configure NO_I18N PCBSD"
+.else
 QMAKE_ARGS=	CONFIG+="configure NO_I18N"
+.endif
 
 .include <bsd.port.mk>

Modified: head/x11/lumina/distinfo
==============================================================================
--- head/x11/lumina/distinfo	Mon Oct 26 14:06:49 2015	(r400186)
+++ head/x11/lumina/distinfo	Mon Oct 26 15:20:30 2015	(r400187)
@@ -1,2 +1,2 @@
-SHA256 (pcbsd-lumina-v0.8.6-Release_GH0.tar.gz) = bb4d3c848193034f17ed7aa91f69308ba237da101336ecb5d1eeb95c7a62ece2
-SIZE (pcbsd-lumina-v0.8.6-Release_GH0.tar.gz) = 23300406
+SHA256 (pcbsd-lumina-v0.8.7-Release_GH0.tar.gz) = 2374636d238f24d552186a7d3e00d5c2c7f87e2169d8462015100a2271dd1b51
+SIZE (pcbsd-lumina-v0.8.7-Release_GH0.tar.gz) = 35755064

Modified: head/x11/lumina/pkg-descr
==============================================================================
--- head/x11/lumina/pkg-descr	Mon Oct 26 14:06:49 2015	(r400186)
+++ head/x11/lumina/pkg-descr	Mon Oct 26 15:20:30 2015	(r400187)
@@ -1,4 +1,4 @@
 Lumina-DE is a lightweight, BSD licensed desktop environment,
 designed specifically for use on FreeBSD
 
-WWW: https://www.lumina-desktop.org
+WWW: http://lumina-desktop.org

Added: head/x11/lumina/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lumina/pkg-message	Mon Oct 26 15:20:30 2015	(r400187)
@@ -0,0 +1,8 @@
+The Lumina Desktop Environment has been installed!
+
+An entry for for launching Lumina from a graphical login manager has already been added to the system, but if you with to start Lumina manually, you will need to do one of the following:
+1) Put the line "exec Lumina-DE" at the end of your user's "~/.xinitrc" file before running startx
+2) Wrap the Lumina binary call with an X initialization call: 
+Example: "xinit ${PREFIX}/bin/Lumina-DE -- :0"
+
+Also note that the system-wide default settings for Lumina are contained in ${PREFIX}/etc/luminaDesktop.conf[.dist]. While it is possible to customize the desktop to the user's liking after logging in, you may want to adjust the default settings as necessary if there are multiple user accounts on this system.

Modified: head/x11/lumina/pkg-plist
==============================================================================
--- head/x11/lumina/pkg-plist	Mon Oct 26 14:06:49 2015	(r400186)
+++ head/x11/lumina/pkg-plist	Mon Oct 26 15:20:30 2015	(r400187)
@@ -26,22 +26,25 @@ share/pixmaps/Lumina-DE.png
 share/pixmaps/Insight-FileManager.png
 share/xsessions/Lumina-DE.desktop
 share/Lumina-DE/desktop-background.jpg
-share/Lumina-DE/defaultapps.conf
 share/Lumina-DE/luminaDesktop.conf
 share/Lumina-DE/fluxbox-init-rc
 share/Lumina-DE/fluxbox-keys
 share/Lumina-DE/Login.ogg
 share/Lumina-DE/Logout.ogg
+share/Lumina-DE/colors/Blue-Light.qss.colors
+share/Lumina-DE/colors/Grey-Dark.qss.colors
 share/Lumina-DE/colors/Lumina-Red.qss.colors
 share/Lumina-DE/colors/Lumina-Green.qss.colors
 share/Lumina-DE/colors/Lumina-Purple.qss.colors
 share/Lumina-DE/colors/Lumina-Gold.qss.colors
 share/Lumina-DE/colors/Lumina-Glass.qss.colors
 share/Lumina-DE/colors/PCBSD10-Default.qss.colors
+share/Lumina-DE/colors/Solarized-Dark.qss.colors
+share/Lumina-DE/colors/Solarized-Light.qss.colors
 share/Lumina-DE/themes/Lumina-default.qss.template
 share/Lumina-DE/themes/None.qss.template
 share/Lumina-DE/quickplugins/quick-sample.qml
-share/wallpapers/Lumina-DE/Lumina_Wispy_gold_1920x1080.jpg
-share/wallpapers/Lumina-DE/Lumina_Wispy_green_1920x1080.jpg
-share/wallpapers/Lumina-DE/Lumina_Wispy_purple_1920x1080.jpg
-share/wallpapers/Lumina-DE/Lumina_Wispy_red_1920x1080.jpg
+share/wallpapers/Lumina-DE/Lumina_Wispy_gold.jpg
+share/wallpapers/Lumina-DE/Lumina_Wispy_green.jpg
+share/wallpapers/Lumina-DE/Lumina_Wispy_purple.jpg
+share/wallpapers/Lumina-DE/Lumina_Wispy_red.jpg


More information about the svn-ports-all mailing list