From owner-svn-ports-all@freebsd.org Fri Dec 22 02:36:34 2017 Return-Path: Delivered-To: svn-ports-all@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 6F5DDE9E879; Fri, 22 Dec 2017 02:36:34 +0000 (UTC) (envelope-from araujo@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 46D853B40; Fri, 22 Dec 2017 02:36:34 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBM2aXj7079358; Fri, 22 Dec 2017 02:36:33 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBM2aWbQ079354; Fri, 22 Dec 2017 02:36:32 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201712220236.vBM2aWbQ079354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 22 Dec 2017 02:36:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456959 - head/deskutils/lumina-calculator X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/deskutils/lumina-calculator X-SVN-Commit-Revision: 456959 X-SVN-Commit-Repository: ports 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.25 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: Fri, 22 Dec 2017 02:36:34 -0000 Author: araujo Date: Fri Dec 22 02:36:32 2017 New Revision: 456959 URL: https://svnweb.freebsd.org/changeset/ports/456959 Log: - Update lumina-textedit to 1.4.1. - Pass maintainership to submitter. PR: ports/224310 Submitted by: JT Pennington Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc. Added: head/deskutils/lumina-calculator/pkg-message (contents, props changed) Modified: head/deskutils/lumina-calculator/Makefile head/deskutils/lumina-calculator/distinfo head/deskutils/lumina-calculator/pkg-plist Modified: head/deskutils/lumina-calculator/Makefile ============================================================================== --- head/deskutils/lumina-calculator/Makefile Fri Dec 22 02:33:08 2017 (r456958) +++ head/deskutils/lumina-calculator/Makefile Fri Dec 22 02:36:32 2017 (r456959) @@ -2,37 +2,43 @@ # $FreeBSD$ PORTNAME= lumina-calculator -DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0 -DISTVERSIONSUFFIX= -p1 +PORTVERSION= 1.4.1 CATEGORIES= deskutils -MAINTAINER= kmoore@FreeBSD.org +MAINTAINER= jt@ixsystems.com COMMENT= Scientific calculator from the Lumina Desktop LICENSE= BSD3CLAUSE +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_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N -OPTIONS_DEFAULT=I18N +OPTIONS_DEFAULT= I18N I18N_DESC= Install localization files .include MAKE_JOBS_UNSAFE=yes +USES= qmake +USE_GL= gl +USE_XORG= x11 xdamage xcb USE_QT5= core gui widgets network svg \ buildtools_build x11extras concurrent multimedia -USES= qmake USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina +GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7 WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} .if${PORT_OPTIONS:MI18N} USE_QT5+= linguist_build -QMAKE_ARGS+= CONFIG+=WITH_I18N +QMAKE_ARGS+=CONFIG+=WITH_I18N .endif .include Modified: head/deskutils/lumina-calculator/distinfo ============================================================================== --- head/deskutils/lumina-calculator/distinfo Fri Dec 22 02:33:08 2017 (r456958) +++ head/deskutils/lumina-calculator/distinfo Fri Dec 22 02:36:32 2017 (r456959) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498827788 -SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31 -SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718 +TIMESTAMP = 1513135712 +SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607 +SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609 Added: head/deskutils/lumina-calculator/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/lumina-calculator/pkg-message Fri Dec 22 02:36:32 2017 (r456959) @@ -0,0 +1,7 @@ +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) Run "start-lumina-desktop" directly from the command line after logging in. +2) Put the line "exec start-lumina-desktop" at the end of your user's "~/.xinitrc" file before running startx with any special X11 flags + +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/deskutils/lumina-calculator/pkg-plist ============================================================================== --- head/deskutils/lumina-calculator/pkg-plist Fri Dec 22 02:33:08 2017 (r456958) +++ head/deskutils/lumina-calculator/pkg-plist Fri Dec 22 02:36:32 2017 (r456959) @@ -1,4 +1,5 @@ bin/lumina-calculator +man/man1/lumina-calculator.1.gz share/applications/lumina-calculator.desktop share/lumina-desktop/i18n/l-calc_af.qm share/lumina-desktop/i18n/l-calc_ar.qm @@ -13,6 +14,7 @@ share/lumina-desktop/i18n/l-calc_da.qm share/lumina-desktop/i18n/l-calc_de.qm share/lumina-desktop/i18n/l-calc_el.qm share/lumina-desktop/i18n/l-calc_en_GB.qm +share/lumina-desktop/i18n/l-calc_en_AU.qm share/lumina-desktop/i18n/l-calc_en_ZA.qm share/lumina-desktop/i18n/l-calc_es.qm share/lumina-desktop/i18n/l-calc_et.qm