diff options
author | araujo <araujo@FreeBSD.org> | 2017-12-22 10:33:08 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-12-22 10:33:08 +0800 |
commit | 6d746956165f4cbb02448b78abb06597dcacfecc (patch) | |
tree | fc48c9fe1d7a53c988394e2e6563ef65a6b25aeb /deskutils | |
parent | cb43a6b4e12ed239cd7956c0fa538d29dc40c890 (diff) | |
download | freebsd-ports-gnome-6d746956165f4cbb02448b78abb06597dcacfecc.tar.gz freebsd-ports-gnome-6d746956165f4cbb02448b78abb06597dcacfecc.tar.zst freebsd-ports-gnome-6d746956165f4cbb02448b78abb06597dcacfecc.zip |
- Update to 1.4.1.
- Pass maintainership to submitter.
PR: ports/224311
Submitted by: JT Pennington <jt@ixsystems.com>
Approved by: kmoore (maintainer)
Sponsored by: iXsystems, Inc.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/lumina-fileinfo/Makefile | 13 | ||||
-rw-r--r-- | deskutils/lumina-fileinfo/distinfo | 6 | ||||
-rw-r--r-- | deskutils/lumina-fileinfo/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/lumina-fileinfo/pkg-plist | 2 |
4 files changed, 13 insertions, 12 deletions
diff --git a/deskutils/lumina-fileinfo/Makefile b/deskutils/lumina-fileinfo/Makefile index d78712a16b52..367f597bb732 100644 --- a/deskutils/lumina-fileinfo/Makefile +++ b/deskutils/lumina-fileinfo/Makefile @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= lumina-fileinfo -DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0 -DISTVERSIONSUFFIX= -p1 +PORTVERSION= 1.4.1 CATEGORIES= deskutils -MAINTAINER= kmoore@FreeBSD.org +MAINTAINER= jt@ixsystems.com COMMENT= File properties utility from the Lumina Desktop LICENSE= BSD3CLAUSE @@ -15,24 +13,25 @@ LICENSE= BSD3CLAUSE 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_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> diff --git a/deskutils/lumina-fileinfo/distinfo b/deskutils/lumina-fileinfo/distinfo index a8fd071a4b7d..b2868cdfa474 100644 --- a/deskutils/lumina-fileinfo/distinfo +++ b/deskutils/lumina-fileinfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498828180 -SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31 -SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718 +TIMESTAMP = 1513135711 +SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607 +SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609 diff --git a/deskutils/lumina-fileinfo/pkg-descr b/deskutils/lumina-fileinfo/pkg-descr index 8a09b9f8e4bd..5355b1e20230 100644 --- a/deskutils/lumina-fileinfo/pkg-descr +++ b/deskutils/lumina-fileinfo/pkg-descr @@ -2,7 +2,7 @@ The file information utility from the Lumina Desktop. This can be used to view details about individual files in addition to permitting the user to easily modify XDG *.desktop entries. -NOTE: Installing this utility will enable more options within the Insight file -manager (deskutils/lumina-fm), as well as the Lumina desktop itself (x11/lumina-core) +NOTE: Installing this utility will enable more options within the insight file +manager lumina-fm, as well as the Lumina desktop itself lumina-core. WWW: http://lumina-desktop.org diff --git a/deskutils/lumina-fileinfo/pkg-plist b/deskutils/lumina-fileinfo/pkg-plist index a843b9545c30..9fbe8a27bf6f 100644 --- a/deskutils/lumina-fileinfo/pkg-plist +++ b/deskutils/lumina-fileinfo/pkg-plist @@ -1,4 +1,5 @@ bin/lumina-fileinfo +man/man1/lumina-fileinfo.1.gz share/applications/lumina-fileinfo.desktop share/lumina-desktop/i18n/l-fileinfo_af.qm share/lumina-desktop/i18n/l-fileinfo_ar.qm @@ -13,6 +14,7 @@ share/lumina-desktop/i18n/l-fileinfo_da.qm share/lumina-desktop/i18n/l-fileinfo_de.qm share/lumina-desktop/i18n/l-fileinfo_el.qm share/lumina-desktop/i18n/l-fileinfo_en_GB.qm +share/lumina-desktop/i18n/l-fileinfo_en_AU.qm share/lumina-desktop/i18n/l-fileinfo_en_ZA.qm share/lumina-desktop/i18n/l-fileinfo_es.qm share/lumina-desktop/i18n/l-fileinfo_et.qm |