Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2023 11:19:59 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 257b63468865 - main - x11/xfce4-terminal: Update to 1.1.0
Message-ID:  <202308221119.37MBJxxe005861@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=257b63468865247e0a6387ad304c5551f56b623b

commit 257b63468865247e0a6387ad304c5551f56b623b
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-08-22 11:19:27 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-08-22 11:19:27 +0000

    x11/xfce4-terminal: Update to 1.1.0
    
    - Remove obsoleted CONFIGURE_ARG
    - Add missing dependency
---
 x11/xfce4-terminal/Makefile  | 8 ++++----
 x11/xfce4-terminal/distinfo  | 6 +++---
 x11/xfce4-terminal/pkg-plist | 5 +++++
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile
index 10b4e37265e2..af41fc702069 100644
--- a/x11/xfce4-terminal/Makefile
+++ b/x11/xfce4-terminal/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	xfce4-terminal
-PORTVERSION=	1.0.4
-PORTREVISION=	1
+PORTVERSION=	1.1.0
 CATEGORIES=	x11 xfce
 MASTER_SITES=	XFCE/apps
 DIST_SUBDIR=	xfce4
@@ -12,6 +11,8 @@ WWW=		https://www.xfce.org/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+LIB_DEPENDS=	libpcre2-8.so:devel/pcre2
+
 USES=		compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \
 		xfce xorg
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 vte3
@@ -21,8 +22,7 @@ USE_XORG=	ice sm x11
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 SUB_FILES=	pkg-message
-CONFIGURE_ARGS=	--without-gnome-default-appsdir \
-		--with-utempter
+CONFIGURE_ARGS=	--with-utempter
 
 OPTIONS_DEFINE=		NLS
 OPTIONS_SUB=		yes
diff --git a/x11/xfce4-terminal/distinfo b/x11/xfce4-terminal/distinfo
index d17fb3c84f21..d18ae78a71c3 100644
--- a/x11/xfce4-terminal/distinfo
+++ b/x11/xfce4-terminal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1653221932
-SHA256 (xfce4/xfce4-terminal-1.0.4.tar.bz2) = 78e55957af7c6fc1f283e90be33988661593a4da98383da1b0b54fdf6554baf4
-SIZE (xfce4/xfce4-terminal-1.0.4.tar.bz2) = 1009367
+TIMESTAMP = 1692697792
+SHA256 (xfce4/xfce4-terminal-1.1.0.tar.bz2) = 40823377242b9b09749f5d4a550f41d465153c235c31f34052f804d3453ad4a3
+SIZE (xfce4/xfce4-terminal-1.1.0.tar.bz2) = 1021840
diff --git a/x11/xfce4-terminal/pkg-plist b/x11/xfce4-terminal/pkg-plist
index 6a79e0e4390d..90855ed90229 100644
--- a/x11/xfce4-terminal/pkg-plist
+++ b/x11/xfce4-terminal/pkg-plist
@@ -12,6 +12,10 @@ share/icons/hicolor/32x32/apps/org.xfce.terminal-settings.png
 share/icons/hicolor/32x32/apps/org.xfce.terminal.png
 share/icons/hicolor/48x48/apps/org.xfce.terminal-settings.png
 share/icons/hicolor/48x48/apps/org.xfce.terminal.png
+share/icons/hicolor/64x64/apps/org.xfce.terminal-settings.png
+share/icons/hicolor/64x64/apps/org.xfce.terminal.png
+share/icons/hicolor/96x96/apps/org.xfce.terminal-settings.png
+share/icons/hicolor/96x96/apps/org.xfce.terminal.png
 share/icons/hicolor/scalable/apps/org.xfce.terminal-settings.svg
 share/icons/hicolor/scalable/apps/org.xfce.terminal.svg
 %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-terminal.mo
@@ -29,6 +33,7 @@ share/icons/hicolor/scalable/apps/org.xfce.terminal.svg
 %%NLS%%share/locale/es/LC_MESSAGES/xfce4-terminal.mo
 %%NLS%%share/locale/et/LC_MESSAGES/xfce4-terminal.mo
 %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-terminal.mo
+%%NLS%%share/locale/fa_IR/LC_MESSAGES/xfce4-terminal.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-terminal.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-terminal.mo
 %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-terminal.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308221119.37MBJxxe005861>