From b740e4bed02d44cecf8cc0cb0fcba799fb96020b Mon Sep 17 00:00:00 2001 From: gblach Date: Mon, 9 Jul 2018 19:13:41 +0000 Subject: devel/py-efl: - Update to 1.20.0 multimedia/rage: - Update to 0.3.0 - Switch to meson x11/terminology: - Update to 1.2.1 - Switch to meson x11-wm/enlightenment: - Update to 0.22.3 [1] - Fix typo in pkg-message [2] PR: 224105 [1], 226569 [2] Submitted by: Nils Beyer [1], Chris Petrik [2] --- x11/terminology/Makefile | 13 +++++-------- x11/terminology/distinfo | 6 +++--- x11/terminology/pkg-plist | 5 ++++- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'x11') 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 - NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls +NLS_MESON_TRUE= nls +NLS_LDFLAGS= -lintl .include 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 -- cgit