Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2016 01:36:20 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Kris Moore <kmoore@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r419928 - head/x11/lumina
Message-ID:  <8014d934-0c2e-8321-7e82-c6a5cea6d8d6@FreeBSD.org>
In-Reply-To: <201608091528.u79FSe98073114@repo.freebsd.org>
References:  <201608091528.u79FSe98073114@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/08/2016 1:28 AM, Kris Moore wrote:
> Author: kmoore
> Date: Tue Aug  9 15:28:40 2016
> New Revision: 419928
> URL: https://svnweb.freebsd.org/changeset/ports/419928
> 
> Log:
>   - Update to 1.0.0-Release-p1
> 
> Modified:
>   head/x11/lumina/Makefile
>   head/x11/lumina/distinfo
>   head/x11/lumina/pkg-plist
> 
> Modified: head/x11/lumina/Makefile
> ==============================================================================
> --- head/x11/lumina/Makefile	Tue Aug  9 15:11:26 2016	(r419927)
> +++ head/x11/lumina/Makefile	Tue Aug  9 15:28:40 2016	(r419928)
> @@ -4,9 +4,8 @@
>  PORTNAME=	lumina
>  PORTVERSION=	1.0.0
>  DISTVERSIONPREFIX=	v
> -DISTVERSIONSUFFIX=	-Beta2
> -PORTREVISION=1
> -PORTEPOCH=	1
> +DISTVERSIONSUFFIX=	-Release-p1
> +PORTEPOCH=	2
>  CATEGORIES=	x11

let's use DISTVERSION for this, so it can create the correct PORTVERSION
automatically, and avoid all the PORTEPOCH's

# make DISTVERSION=1.2.3-Release-p1 -V PORTVERSION
# 1.2.3.r.p1


>  MAINTAINER=	kmoore@FreeBSD.org
> @@ -21,6 +20,10 @@ RUN_DEPENDS=	fluxbox>=0:x11-wm/fluxbox \
>  		compton:x11-wm/compton \
>  		xrandr:x11/xrandr \
>  		numlockx:x11/numlockx
> +LIB_DEPENDS=	libxcb-ewmh.so:x11/xcb-util-wm \
> +		libxcb-icccm.so:x11/xcb-util-wm \
> +		libxcb-image.so:x11/xcb-util-image \
> +		libxcb-util.so:x11/xcb-util
>  
>  CONFLICTS=	lumina-devel-0*
>  
> @@ -37,8 +40,8 @@ RUN_DEPENDS+=	gstreamer1-plugins-core>=0
>  
>  MAKE_JOBS_UNSAFE=yes
>  
> +USE_GL=		gl
>  USE_XORG=	x11 xdamage xcb
> -USE_XCB=	x11extras wm ewmh util-wm
>  USE_LDCONFIG=	yes
>  USE_QT5=	core gui widgets network svg multimedia imageformats \
>  		buildtools_build x11extras concurrent
> 
> Modified: head/x11/lumina/distinfo
> ==============================================================================
> --- head/x11/lumina/distinfo	Tue Aug  9 15:11:26 2016	(r419927)
> +++ head/x11/lumina/distinfo	Tue Aug  9 15:28:40 2016	(r419928)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1467986165
> -SHA256 (trueos-lumina-v1.0.0-Beta2_GH0.tar.gz) = f505b7ae796138f6558f49f5e180b5bb8561162060f5a2df150d7c8ee90e148c
> -SIZE (trueos-lumina-v1.0.0-Beta2_GH0.tar.gz) = 54670960
> +TIMESTAMP = 1470755379
> +SHA256 (trueos-lumina-v1.0.0-Release-p1_GH0.tar.gz) = eb479d2420d353cf069ddc3aa565101fd3ddc8f34162e2b6659c6dec59fc26c0
> +SIZE (trueos-lumina-v1.0.0-Release-p1_GH0.tar.gz) = 54677822
> 
> Modified: head/x11/lumina/pkg-plist
> ==============================================================================
> --- head/x11/lumina/pkg-plist	Tue Aug  9 15:11:26 2016	(r419927)
> +++ head/x11/lumina/pkg-plist	Tue Aug  9 15:28:40 2016	(r419928)
> @@ -33,6 +33,7 @@ share/applications/lumina-xconfig.deskto
>  share/pixmaps/Lumina-DE.png
>  share/pixmaps/Insight-FileManager.png
>  share/xsessions/Lumina-DE.desktop
> +share/lumina-desktop/compton.conf
>  share/lumina-desktop/desktop-background.jpg
>  share/lumina-desktop/luminaDesktop.conf
>  share/lumina-desktop/fluxbox-init-rc
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8014d934-0c2e-8321-7e82-c6a5cea6d8d6>