From owner-svn-ports-all@FreeBSD.ORG Tue Jan 6 17:28:19 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 411B37C4; Tue, 6 Jan 2015 17:28:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2D59866934; Tue, 6 Jan 2015 17:28:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t06HSI6o025048; Tue, 6 Jan 2015 17:28:18 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t06HSHV7025041; Tue, 6 Jan 2015 17:28:17 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201501061728.t06HSHV7025041@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 6 Jan 2015 17:28:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376431 - head/x11/lumina X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 17:28:19 -0000 Author: kmoore Date: Tue Jan 6 17:28:16 2015 New Revision: 376431 URL: https://svnweb.freebsd.org/changeset/ports/376431 QAT: https://qat.redports.org/buildarchive/r376431/ Log: - Update to 0.8.0 - Pet portlint Modified: head/x11/lumina/Makefile head/x11/lumina/distinfo head/x11/lumina/pkg-descr head/x11/lumina/pkg-plist Modified: head/x11/lumina/Makefile ============================================================================== --- head/x11/lumina/Makefile Tue Jan 6 16:09:52 2015 (r376430) +++ head/x11/lumina/Makefile Tue Jan 6 17:28:16 2015 (r376431) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= lumina -GITVERSION= 1416412720 -PORTVERSION= 0.7.2.${GITVERSION} +PORTVERSION= 0.8.0.${GITVERSION} PORTEPOCH= 1 CATEGORIES= x11 -DISTNAME= ${PORTNAME}-${GITVERSION} MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ +DISTNAME= ${PORTNAME}-${GITVERSION} MAINTAINER= kmoore@FreeBSD.org COMMENT= Lumina Desktop Environment @@ -22,17 +21,16 @@ RUN_DEPENDS= xorg>=0:${PORTSDIR}/x11/xor xscreensaver:${PORTSDIR}/x11/xscreensaver \ xscreensaver-demo:${PORTSDIR}/x11/xscreensaver \ xbrightness:${PORTSDIR}/x11/xbrightness \ - numlockx:${PORTSDIR}/x11/numlockx \ - phonon-gstreamer>=0:${PORTSDIR}/multimedia/phonon-gstreamer \ - gstreamer-plugins-ogg>=0:${PORTSDIR}/audio/gstreamer-plugins-ogg -LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication \ - libjpeg.so:${PORTSDIR}/graphics/jpeg + numlockx:${PORTSDIR}/x11/numlockx MAKE_JOBS_UNSAFE=yes + +GITVERSION= 1420494806 USE_XORG= x11 xcomposite xdamage xrender +USE_XCB= x11extras wm USE_LDCONFIG= yes -USE_QT4= corelib gui network svg linguist phonon imageformats \ - moc_build rcc_build uic_build +USE_QT5= core gui network svg linguist multimedia imageformats \ + buildtools x11extras USES= qmake tar:bzip2 WRKSRC= ${WRKDIR}/lumina Modified: head/x11/lumina/distinfo ============================================================================== --- head/x11/lumina/distinfo Tue Jan 6 16:09:52 2015 (r376430) +++ head/x11/lumina/distinfo Tue Jan 6 17:28:16 2015 (r376431) @@ -1,2 +1,2 @@ -SHA256 (lumina-1416412720.tar.bz2) = 197bd267453940394017618a4a085ea18144755cc54d85d57b5523017f890105 -SIZE (lumina-1416412720.tar.bz2) = 22011970 +SHA256 (lumina-1420494806.tar.bz2) = e3e5ec8131a0b739d89b6a5fb631789c480e3cc78c248589489c780bc94f172e +SIZE (lumina-1420494806.tar.bz2) = 22010092 Modified: head/x11/lumina/pkg-descr ============================================================================== --- head/x11/lumina/pkg-descr Tue Jan 6 16:09:52 2015 (r376430) +++ head/x11/lumina/pkg-descr Tue Jan 6 17:28:16 2015 (r376431) @@ -1,3 +1,4 @@ -Lumina-DE is a lightweight, BSD licensed desktop environment designed specifically for use on FreeBSD +Lumina-DE is a lightweight, BSD licensed desktop environment, +designed specifically for use on FreeBSD WWW: https://github.com/pcbsd/lumina Modified: head/x11/lumina/pkg-plist ============================================================================== --- head/x11/lumina/pkg-plist Tue Jan 6 16:09:52 2015 (r376430) +++ head/x11/lumina/pkg-plist Tue Jan 6 17:28:16 2015 (r376431) @@ -13,6 +13,7 @@ include/LuminaUtils.h include/LuminaX11.h include/LuminaThemes.h include/LuminaOS.h +include/LuminaSingleApplication.h share/applications/lumina-fm.desktop share/applications/lumina-screenshot.desktop share/applications/lumina-search.desktop