diff options
author | gblach <gblach@FreeBSD.org> | 2018-07-10 03:13:41 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2018-07-10 03:13:41 +0800 |
commit | b740e4bed02d44cecf8cc0cb0fcba799fb96020b (patch) | |
tree | 2f37ec0c1210e1c2e0cf6001fd0d12f32db5c528 /x11 | |
parent | 73e526ac32479be57c88ea4b88ea09f50f68b8fc (diff) | |
download | freebsd-ports-gnome-b740e4bed02d44cecf8cc0cb0fcba799fb96020b.tar.gz freebsd-ports-gnome-b740e4bed02d44cecf8cc0cb0fcba799fb96020b.tar.zst freebsd-ports-gnome-b740e4bed02d44cecf8cc0cb0fcba799fb96020b.zip |
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]
Diffstat (limited to 'x11')
-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 |