Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2022 04:44:52 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 86d9bd96acf7 - main - editors/gedit-plugins: Remove old gschema file
Message-ID:  <202211120444.2AC4iqTq074390@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=86d9bd96acf7ade65ae0c5042fe4b0607cc4537d

commit 86d9bd96acf7ade65ae0c5042fe4b0607cc4537d
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-11-12 04:44:01 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-11-12 04:44:01 +0000

    editors/gedit-plugins: Remove old gschema file
    
    PR:             267721
    Reported by:    alt2600
---
 editors/gedit-plugins/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index 64a96608b0a4..de7b859df8c1 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -35,7 +35,6 @@ BINARY_ALIAS=	python3=${PYTHON_CMD}
 
 GLIB_SCHEMAS=	org.gnome.gedit.plugins.drawspaces.gschema.xml \
 		org.gnome.gedit.plugins.wordcompletion.gschema.xml \
-		org.gnome.gedit.plugins.terminal.gschema.xml \
-		org.gnome.gedit.plugins.translate.gschema.xml
+		org.gnome.gedit.plugins.terminal.gschema.xml
 
 .include <bsd.port.mk>



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