diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-11-03 00:10:27 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-11-03 00:10:27 +0800 |
commit | d86154ac8c0c961aac63ea7aec3dc8ce5b34176e (patch) | |
tree | 8479f943097a99242ab3b952ebe5365a0fd4f0cf /x11 | |
parent | 2c5b9b80c2b480f81e85d8a9d7dd5bb263637c2b (diff) | |
download | freebsd-ports-gnome-d86154ac8c0c961aac63ea7aec3dc8ce5b34176e.tar.gz freebsd-ports-gnome-d86154ac8c0c961aac63ea7aec3dc8ce5b34176e.tar.zst freebsd-ports-gnome-d86154ac8c0c961aac63ea7aec3dc8ce5b34176e.zip |
- Update to 0.7.0
- Support NLS
PR: 194338
Submitted by: Conrad Meyer <conrad.meyer@isilon.com>
Approved by: maintainer timeout
Diffstat (limited to 'x11')
-rw-r--r-- | x11/terminology/Makefile | 13 | ||||
-rw-r--r-- | x11/terminology/distinfo | 4 | ||||
-rw-r--r-- | x11/terminology/pkg-plist | 20 |
3 files changed, 27 insertions, 10 deletions
diff --git a/x11/terminology/Makefile b/x11/terminology/Makefile index f5b956d1e674..e656666b7b61 100644 --- a/x11/terminology/Makefile +++ b/x11/terminology/Makefile @@ -2,21 +2,26 @@ # $FreeBSD$ PORTNAME= terminology -PORTVERSION= 0.3.0 +PORTVERSION= 0.7.0 PORTREVISION= 1 CATEGORIES= x11 enlightenment -MASTER_SITES= http://download.enlightenment.org/releases/ \ - LOCAL/gblach/e17/ +MASTER_SITES= http://download.enlightenment.org/rel/apps/terminology/ MAINTAINER= gblach@FreeBSD.org COMMENT= EFL Terminal Emulator LICENSE= BSD -USES= pkgconfig tar:bzip2 +USES= pkgconfig tar:xz DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_EFL= eina eet evas ecore edje emotion elementary USE_EFL_ECORE= imf imf_evas input ipc +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + .include <bsd.port.mk> diff --git a/x11/terminology/distinfo b/x11/terminology/distinfo index 6017b11170ce..84516e1cb2ec 100644 --- a/x11/terminology/distinfo +++ b/x11/terminology/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/terminology-0.3.0.tar.bz2) = 7ea94aec40fc0e210543b36236842f1dfe3c64abf4f3d7ae6f5dae2fb668476e -SIZE (e17/terminology-0.3.0.tar.bz2) = 567309 +SHA256 (e17/terminology-0.7.0.tar.xz) = 4fe3ca0fa4ec7e1d8bb83a224df29871801bbf1bd3a9da34e732e3a6e8272275 +SIZE (e17/terminology-0.7.0.tar.xz) = 3194548 diff --git a/x11/terminology/pkg-plist b/x11/terminology/pkg-plist index edc2d13e4aeb..daaeca3d0ff3 100644 --- a/x11/terminology/pkg-plist +++ b/x11/terminology/pkg-plist @@ -5,8 +5,21 @@ bin/tycat bin/tyls bin/typop bin/tyq +man/man1/terminology.1.gz share/applications/terminology.desktop share/icons/terminology.png +%%NLS%%share/locale/ca/LC_MESSAGES/terminology.mo +%%NLS%%share/locale/de/LC_MESSAGES/terminology.mo +%%NLS%%share/locale/el/LC_MESSAGES/terminology.mo +%%NLS%%share/locale/eo/LC_MESSAGES/terminology.mo +%%NLS%%share/locale/fi/LC_MESSAGES/terminology.mo +%%NLS%%share/locale/fr/LC_MESSAGES/terminology.mo +%%NLS%%share/locale/it/LC_MESSAGES/terminology.mo +%%NLS%%share/locale/ko/LC_MESSAGES/terminology.mo +%%NLS%%share/locale/ms/LC_MESSAGES/terminology.mo +%%NLS%%share/locale/sr/LC_MESSAGES/terminology.mo +%%DATADIR%%/backgrounds/mystic.png +%%DATADIR%%/backgrounds/texture_background.png %%DATADIR%%/fonts/10x20.pcf %%DATADIR%%/fonts/4x6.pcf %%DATADIR%%/fonts/5x7.pcf @@ -31,13 +44,12 @@ share/icons/terminology.png %%DATADIR%%/fonts/terminus-20-bold.pcf %%DATADIR%%/fonts/terminus-20.pcf %%DATADIR%%/images/terminology.png +%%DATADIR%%/themes/base16_ocean_dark.edj %%DATADIR%%/themes/black.edj %%DATADIR%%/themes/default.edj %%DATADIR%%/themes/mild.edj %%DATADIR%%/themes/mustang.edj +%%DATADIR%%/themes/nyanology.edj +%%DATADIR%%/themes/smyck.edj %%DATADIR%%/themes/solarized.edj %%DATADIR%%/themes/solarized_light.edj -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%% |