- Update lumina-textedit to 1.4.1.
- Pass maintainership to submitter. PR: ports/224310 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc.
This commit is contained in:
parent
b4532434ab
commit
1393310103
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456959
@ -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 <bsd.port.options.mk>
|
||||
|
||||
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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
7
deskutils/lumina-calculator/pkg-message
Normal file
7
deskutils/lumina-calculator/pkg-message
Normal file
@ -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.
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user