diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2018-07-09 19:13:41 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2018-07-09 19:13:41 +0000 |
commit | fbbe8e0b3e2d4301c026f4dc7c34f2e93d8a1489 (patch) | |
tree | 2f37ec0c1210e1c2e0cf6001fd0d12f32db5c528 /x11/terminology | |
parent | 496a538ec1c566c2081c829a2863914b5c69de0a (diff) | |
download | ports-fbbe8e0b3e2d4301c026f4dc7c34f2e93d8a1489.tar.gz ports-fbbe8e0b3e2d4301c026f4dc7c34f2e93d8a1489.zip |
Notes
Diffstat (limited to 'x11/terminology')
-rw-r--r-- | x11/terminology/Makefile | 13 | ||||
-rw-r--r-- | x11/terminology/distinfo | 6 | ||||
-rw-r--r-- | x11/terminology/pkg-plist | 5 |
3 files changed, 12 insertions, 12 deletions
diff --git a/x11/terminology/Makefile b/x11/terminology/Makefile index a1e6c10cdcd4..de756dd143eb 100644 --- a/x11/terminology/Makefile +++ b/x11/terminology/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= terminology -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ @@ -11,19 +11,16 @@ COMMENT= EFL Terminal Emulator LICENSE= BSD2CLAUSE -LIB_DEPENDS= libefl.so:devel/efl \ - libintl.so:devel/gettext-runtime +LIB_DEPENDS= libefl.so:devel/efl DIST_SUBDIR= enlightenment -GNU_CONFIGURE= yes -USES= compiler:c11 pkgconfig tar:xz +USES= compiler:c11 meson pkgconfig tar:xz OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -.include <bsd.port.options.mk> - NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls +NLS_MESON_TRUE= nls +NLS_LDFLAGS= -lintl .include <bsd.port.mk> diff --git a/x11/terminology/distinfo b/x11/terminology/distinfo index aeb0a57b24de..1dd3abad6e97 100644 --- a/x11/terminology/distinfo +++ b/x11/terminology/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505583706 -SHA256 (enlightenment/terminology-1.1.1.tar.xz) = da12b8a24ca5248b2d292d9b1e19cabc61ae29b21f96d4b6f4f3e7b4feeecc16 -SIZE (enlightenment/terminology-1.1.1.tar.xz) = 4989940 +TIMESTAMP = 1531153689 +SHA256 (enlightenment/terminology-1.2.1.tar.xz) = ac8673a129ed78ef669a8c04e7a136f5ca95226ce5ef375a451421bac41828c6 +SIZE (enlightenment/terminology-1.2.1.tar.xz) = 4858528 diff --git a/x11/terminology/pkg-plist b/x11/terminology/pkg-plist index f22bb5aae28d..121fab6f07e4 100644 --- a/x11/terminology/pkg-plist +++ b/x11/terminology/pkg-plist @@ -5,6 +5,7 @@ bin/tycat bin/tyls bin/typop bin/tyq +bin/tysend man/man1/terminology.1.gz share/applications/terminology.desktop share/icons/terminology.png @@ -23,6 +24,8 @@ share/icons/terminology.png %%DATADIR%%/fonts/8x13.pcf %%DATADIR%%/fonts/9x15.pcf %%DATADIR%%/fonts/9x18.pcf +%%DATADIR%%/fonts/TERMINUS.txt +%%DATADIR%%/fonts/XFONT.txt %%DATADIR%%/fonts/nexus.pcf %%DATADIR%%/fonts/terminus-12.pcf %%DATADIR%%/fonts/terminus-14-bold.pcf @@ -39,12 +42,12 @@ share/icons/terminology.png %%DATADIR%%/themes/default.edj %%DATADIR%%/themes/mild.edj %%DATADIR%%/themes/mustang.edj +%%DATADIR%%/themes/nord.edj %%DATADIR%%/themes/nyanology.edj %%DATADIR%%/themes/smyck.edj %%DATADIR%%/themes/solarized.edj %%DATADIR%%/themes/solarized_light.edj %%NLS%%share/locale/ca/LC_MESSAGES/terminology.mo -%%NLS%%share/locale/da/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 |