[Bug 267721] editors/gedit-plugins pkg-plist issue, Missing: share/glib-2.0/schemas/org.gnome.gedit.plugins.translate.gschema.xml

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 12 Nov 2022 00:05:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267721

            Bug ID: 267721
           Summary: editors/gedit-plugins pkg-plist issue, Missing:
                    share/glib-2.0/schemas/org.gnome.gedit.plugins.transla
                    te.gschema.xml
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: alt2600@icloud.com
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org

I think this can just be patched out of the pkg-plist, but didn't want to just
provided that as not sure it is the intent to not enable the translate plugin,
or if my dirty build system is just doing dirty things. configure isn't listing
the translate plugin as being enabled, and the translate plugin itself is no
longer in the pkg-plist, but the xml schema for it is still listed in the
pkg-plist. the previous plugin version definitely has a translate plugin based
on running a pkg info -l against it.

computer@/usr/ports/editors/gedit-plugins|$ sudo make check-orphans
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing:
share/glib-2.0/schemas/org.gnome.gedit.plugins.translate.gschema.xml
===> Error: Plist issues found.
*** Error code 1


but translate isn't even a plugin that seems to be enabled

make configure snippet

Configuring gpdefs.py using configuration
Configuring bookmarks.plugin.desktop.in using configuration
Configuring bracketcompletion.plugin.desktop.in using configuration
Configuring charmap.plugin.desktop.in using configuration
Configuring codecomment.plugin.desktop.in using configuration
Configuring colorpicker.plugin.desktop.in using configuration
Configuring colorschemer.plugin.desktop.in using configuration
Configuring drawspaces.plugin.desktop.in using configuration
Configuring git.plugin.desktop.in using configuration
Configuring joinlines.plugin.desktop.in using configuration
Configuring multiedit.plugin.desktop.in using configuration
Configuring sessionsaver.plugin.desktop.in using configuration
Configuring smartspaces.plugin.desktop.in using configuration
Configuring synctex.plugin.desktop.in using configuration
Configuring terminal.plugin.desktop.in using configuration
Configuring textsize.plugin.desktop.in using configuration
Found pkg-config: /usr/local/bin/pkgconf (1.8.0)
Program glib-compile-resources found: YES
(/usr/local/bin/glib-compile-resources)
Configuring wordcompletion.plugin.desktop.in using configuration
Program itstool found: YES (/usr/local/bin/itstool)
Program msgmerge found: YES (/usr/local/bin/msgmerge)
Program msgfmt found: YES (/usr/local/bin/msgfmt)
Message: Configuration:

        gedit-plugins version 43.1

        Prefix: /usr/local

        Enabled plugins:
                bookmarks
                bracketcompletion
                charmap
                codecomment
                colorpicker
                colorschemer
                drawspaces
                git
                joinlines
                multiedit
                sessionsaver
                smartspaces
                synctex
                terminal
                textsize
                wordcompletion

        Disabled plugins:

Build targets in project: 224

-- 
You are receiving this mail because:
You are the assignee for the bug.