From 92fee1b5dccc31a14779a9028b94bb6b56db98cb Mon Sep 17 00:00:00 2001 From: Rodrigo Osorio Date: Thu, 26 Mar 2020 08:16:12 +0000 Subject: [PATCH] x11/tilda: Upgrade from 1.4.1 to 1.5.0 Major new features and improvements: - Backward search - Monitor changes fix - Fixes related to windows title - Tilda now uses asynchronous command spawning - In non-X11 environments such as Wayland, use X11 backend - Correctly free the resources when closing the a terminal tab - Fixed issue in transparency - Fixed a resize issue in fullscreen mode Changes for developers: - Tilda now uses structured logging. Deprecations: - Removed 'Allow Bold' option - Removed deprecated antialiasing option - Dropped support for older VTE versions Full changelog: https://github.com/lanoxx/tilda/releases/tag/tilda-1.5.0 --- x11/tilda/Makefile | 3 +-- x11/tilda/distinfo | 6 +++--- x11/tilda/pkg-plist | 13 +++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 5ac1d9a6c2aa..973135442876 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= tilda -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.0 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= rodrigo@FreeBSD.org diff --git a/x11/tilda/distinfo b/x11/tilda/distinfo index edf19b2528e5..8de47fa9c0c2 100644 --- a/x11/tilda/distinfo +++ b/x11/tilda/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1545593113 -SHA256 (lanoxx-tilda-tilda-1.4.1_GH0.tar.gz) = da51002210d8fd8fe875907f84b581515399545800044a669c1933bc84cf5070 -SIZE (lanoxx-tilda-tilda-1.4.1_GH0.tar.gz) = 471340 +TIMESTAMP = 1585171171 +SHA256 (lanoxx-tilda-tilda-1.5.0_GH0.tar.gz) = f664c17daca2a2900f49de9eb65746ced03c867b02144149ef21260cbcd61039 +SIZE (lanoxx-tilda-tilda-1.5.0_GH0.tar.gz) = 484754 diff --git a/x11/tilda/pkg-plist b/x11/tilda/pkg-plist index 1e0183e15bb1..8af01d03d15e 100644 --- a/x11/tilda/pkg-plist +++ b/x11/tilda/pkg-plist @@ -1,6 +1,10 @@ bin/tilda -share/appdata/tilda.appdata.xml share/applications/tilda.desktop +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/HACKING.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/TODO.md share/locale/bg/LC_MESSAGES/tilda.mo share/locale/ca/LC_MESSAGES/tilda.mo share/locale/cs/LC_MESSAGES/tilda.mo @@ -12,6 +16,7 @@ share/locale/fr/LC_MESSAGES/tilda.mo share/locale/hu/LC_MESSAGES/tilda.mo share/locale/it/LC_MESSAGES/tilda.mo share/locale/lt/LC_MESSAGES/tilda.mo +share/locale/nb/LC_MESSAGES/tilda.mo share/locale/pl/LC_MESSAGES/tilda.mo share/locale/pt/LC_MESSAGES/tilda.mo share/locale/pt_BR/LC_MESSAGES/tilda.mo @@ -22,9 +27,5 @@ share/locale/sv/LC_MESSAGES/tilda.mo share/locale/tr/LC_MESSAGES/tilda.mo share/locale/zh_CN/LC_MESSAGES/tilda.mo share/locale/zh_TW/LC_MESSAGES/tilda.mo +share/metainfo/tilda.appdata.xml share/pixmaps/tilda.png -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/HACKING.md -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTDOCS%%%%DOCSDIR%%/TODO.md