Summary: | graphics/xsane update pkg-message to install GIMP plugin in the correct location | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | pr | ||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | fernape | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a01abc9d55203c84e47d9a8b4b458165ed5099c1 commit a01abc9d55203c84e47d9a8b4b458165ed5099c1 Author: Aoek <pr@aoek.com> AuthorDate: 2021-11-12 07:40:57 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2021-11-12 12:41:53 +0000 graphics/xsane: Fix GIMP plugin install instructions update pkg-message to install GIMP plugin in the correct location. While here, pet linters. PR: 259747 Reported by: pr@aoek.com graphics/xsane/Makefile | 6 +++--- graphics/xsane/files/pkg-message.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) Committed, Thanks! |
Created attachment 229403 [details] patch xsane pkg-message.in The current pkg-message refers to an outdated location of the GIMP configuration directory (~/.gimp-*) , as such it does not work. The current location is ~/.config/GIMP. The suggested patch fixes this problem and further improves the usability of the plugin that now works with different GIMP versions as well.