From owner-svn-ports-head@freebsd.org Mon Oct 26 15:20:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0683CA1D37C; Mon, 26 Oct 2015 15:20:32 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3C451DED; Mon, 26 Oct 2015 15:20:31 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9QFKUK2008861; Mon, 26 Oct 2015 15:20:30 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9QFKUGi008853; Mon, 26 Oct 2015 15:20:30 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201510261520.t9QFKUGi008853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 26 Oct 2015 15:20:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400187 - in head/x11: lumina lumina-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 15:20:32 -0000 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 .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 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